ISIS Application Documentation
copylabel | Printer Friendly View | TOC | Home |
Copys labels and blobs from one cube into another cube.
Overview | Parameters |
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 20:06:01 |
Parameter GroupsFiles
Labels to copy
|
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 20:06:01 |
The cube which will be modified and have the labels copied into.
Type | cube |
---|---|
File Mode | input |
Filter | *.cub |
The file which the labels will come from. If this file is a cube then some minimal safety checks will be performed. If it is not a cube, the desired groups must be in the IsisCube object. Blobs will not be copied if it is just a label file.
Type | cube |
---|---|
File Mode | input |
Filter | *.cub *.lbl *.pvl |
Copy the Instrument group over, can only be copied if sample and line counts are equal or of equal scale.
Type | boolean |
---|---|
Default | TRUE |
Copy the BandBin group over, can only be copied if the number of bands matches.
Type | boolean |
---|---|
Default | TRUE |
Copy the Kernels group over as well as the four table blobs usually associated with it, those are InstrumentPointing, InstrumentPosition, SunPosition, and BodyRotation. They will only be copied if they exist. Obviously these blobs can only be copied if SOURCE is a cube.
Type | boolean |
---|---|
Default | TRUE |
Copy the Mapping group over, can only be done when the cubes rae the same size or have matching scaling factors.
Type | boolean |
---|---|
Default | TRUE |
Copy the Radiometry group over, if the image data isn't the same between the two cubes, the data stored in the Radiometry group will be completely invalid.
Type | boolean |
---|---|
Default | TRUE |
Copy the Polygon blob over, if the input file is a cube and has a Polygon blob.
Type | boolean |
---|---|
Default | TRUE |
Copy the CameraStatistics blob over, if the input file is a cube and has a CameraStatistics blob.
Type | boolean |
---|---|
Default | TRUE |
Copy and given groups over to the FROM cube, groups must exist in the IsisCube Object to be copied, and must be specified with exact spelling, comma separated.
Type | string |
---|---|
Internal Default | none |
Copy over the given Blobs to the FROM cube, blobs must be specified in the following format: <Object name>:Name keyword comma separated. For example, Table:CameraStatistics,... would do the same as the above CAMSTATS option.
Type | string |
---|---|
Internal Default | none |