This program reverses the effect of crop. That is, it puts a cropped cube back
into a parent cube. The sub- or child- cube must have an AlphaCube label.
Note: The filename and size of the parent cube is not checked for correctness.
The output cube, an existing filename is required. The filename can be the original file
from which the cropped image was extracted, or it could be a new file created with
makecube based on the dimensions found in the AlphaCube label of the cropped image.
This parameter is used to select one of two ways to combine the
crop and parent pixels in areas of overlap.
Type
string
Default
CROP
Option List:
Option
Brief
Description
CROP
Input cube takes priority
When the input pixel is not NULL, the input
pixel value will be written to the output cube. Otherwise the
output is unchanged.
PARENT
Parent cube takes priority
When the parent pixel is not NULL, the parent
pixel value will be left unchanged. If the parent pixel is NULL,
the cropped pixel will be written to the output cube.