ISIS Application Documentation
moc2isis | Standard View | TOC | Home |
Import PDS formatted MOC image cube into Isis format cube
Description
Categories
Groups
History
Name | Description |
---|---|
FROM | Input PDS formatted MOC EDR image file |
TO | Output Isis cube |
Use this parameter to select the MOC image filename. The file can be in either MOC compressed format or uncompressed format. The extension is not used to determine the compression status.
Type | filename |
---|---|
File Mode | input |
Filter | *.imq *.img |
Use this parameter to select the output filename
Type | cube |
---|---|
File Mode | output |
Filter | *.cub |
Kris Becker | 1997-05-01 | Original version |
Stuart Sides | 2003-05-15 | Wrote for Isis 3. |
Stuart Sides | 2003-05-16 | Modified schema location from astrogeology... to isis.astrogeology..." |
Stuart Sides | 2003-06-04 | Fixed Makefile |
Stuart Sides | 2003-10-10 | Converted to use new IsisImport instead of IsisPdsImport |
Stuart Sides | 2003-10-16 | Modified pds2isis to become moc2isis |
Stuart Sides | 2003-10-28 | Changed OriginalSpacecraftClockCount to SpacecraftClockCount Translated MARS_GLOBAL_SURVEYOR to "MARS GLOBAL SURVEYOR" |
Stuart Sides | 2003-12-09 | Fixed label band_bin group for the broad band. |
Stuart Sides | 2004-01-14 | Modified to have the "kernels" group added to the labels. The only keyword (for now) is "NaifFrameCode". |
Stuart Sides | 2004-02-17 | Updated to use the new IsisImportPds class instead of the IsisImport class. |
Stuart Sides | 2004-02-17 | Added new "Alpha" keywords to the instrument group. |
Jeff Anderson | 2004-04-21 | Will attempt decompression using the ENCODING_TYPE keyword instead of the DATA_SET_ID |
Jeff Anderson | 2004-06-02 | Fixed bug due to PVL refactor |
Brendan George | 2006-11-14 | Modified to comply with changes to PvlToPvlTranslationManager and PvlTranslationTable |
Kris Becker | 2007-09-25 | Changed the way the temporary filename is created when the file needs to be uncompressed. It now uses the input base filename as the root of the file path. |
Kris Becker | 2007-10-10 | Ensure the label of the uncompressed image is used in the translation of PDS keywords, not the compressed image. |
Christopher Austin | 2008-03-18 | Checks if input file is rdr. |
Steven Lambright | 2008-05-13 | Removed references to CubeInfo |
Steven Lambright and Mathew Eis | 2012-11-07 | Temporary files are no longer created if not needed. As a result, temporary files are now deleted properly. Fixes #1009. |