Home
About Isis
Support
Download

Isis 3

Documentation
Tutorials
Technical Documents

Isis 2

Documentation
Tutorials
Technical Documents

Search

USGS

Isis 3 Application Documentation


uncrop

Printer Friendly View | TOC | Home

Puts a sub-cube back into its parent cube

Overview Parameters

Description

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.

Categories


Related Applications in Previous Versions of Isis

This application replaces the following application existing in previous versions of Isis, which has been deprecated from the current version of Isis:
  • mosaic

History

Stuart Sides2003-04-19 Original version
Stuart Sides2003-05-01 Changed category from Utility to Trim and Mask
Stuart Sides2003-05-16 Modified schema location from astogeology... to isis.astrogeology..."
Stuart Sides2003-07-29 Modified filename parameters to be cube parameters where necessary
Jeff Anderson2004-02-16 Replaced extraction group with AlphaCube group
Brendan George2006-09-28 Documentation fixes
Sharmila Prasad2011-01-20 Updated for changes in ProcessMosaic

Parameter Groups

Files

Name Description
FROM Child cube
PARENT Parent output cube

Combine options

Name Description
COMBINEHow to combine the crop and parent pixels
X

Files: FROM


Description

The sub-cube, possibly created by crop. This cube must contain a valid AlphaCube label.

Type cube
File Mode input
Filter *.cub
Close Window
X

Files: PARENT


Description

The output cube. Normally, this would be the cube where the sub-cube came from, although this is not necessary.

Type cube
File Mode output
Filter *.cub
Close Window
X

Combine options: COMBINE


Description

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.
Close Window