ISIS Application Documentation
ciss2isis | Standard View | TOC | Home |
Import a PDS Cassini ISS image file into Isis
Description
Categories
Groups
Examples
History
Things To Do
Name | Description |
---|---|
FROM | Input Detached PDS Cassini ISS image label file |
TO | Output Isis cube |
Use this parameter to select the Cassini PDS Image Label. The file must contain PDS labels for Cassini ISS data. This can be a detached label file with pointer to the cube data. NOTE: While we support most Cassini ISS Targets for ingestion, some of the smaller bodies do not currently have support for parameters such as their body radii. Therefore, spiceinit will fail when run on cubes created with these targets. The current list of these target bodies is : ANTHE, AEGAEON, BERGELMIR, BESTLA, ERRIAPO, ERRIAPUS, FORNJOT, GREIP, HATI, HYROKKIN, IJIRAQ, JARNSAXA, K07S4, KARI, KIVIUQ, LOGE, MUNDILFARI, NARVI, PAALIAQ, SIARNAQ, SKADI, SKATHI, SKOLL, SURTUR, SUTTUNG, SUTTUNGR, TARVOS, TARQEQ, THRYM, THRYMR, YMIR.
Type | filename |
---|---|
File Mode | input |
Filter | *.lbl *.LBL |
Use this parameter to select the output filename NOTE: The following TARGET_NAMEs will be translated to 'Sky' in the output cube's PVL: SKY, DARK SKY, S8_2004, S12_2004, S13_2004, S14_2004, S18_2004.
Type | cube |
---|---|
File Mode | output |
Filter | *.cub |
Using ciss2isis
Example GUI Screenshot of the GUI with parameters |
Input PDS label file. | This is the detatched label from PDS |
---|---|
Output cube label | This is the label from the output cube showing th Instrument, BandBin, and Kernels Keywords imported and the ISS Prefix Pixels Table added. |
Final output image after the conversion
Parameter Name:
TO Converts from PDS format to a Isis cube. |
Jeff Anderson | 2004-02-06 | Original version |
Steven Koechle | 2007-05-24 | Removed Vicar Support. Added PDS Cassini ISS support. |
Steven Koechle | 2007-06-12 | Added Example Fixed certain label groups being written to Root |
Steven Koechle | 2007-06-28 | Removed unused variables, added StopTime to translation table |
Christopher Austin | 2008-03-18 | Checks if input file is rdr. |
Jeannie Walldren | 2008-08-25 | Modified application to save off binary file header and compute read out order, to save off line prefix data of overclocked pixels with the appropriate overclock average into a table, and to convert compressed 8bit images to 16bit using a look-up table. Added keywords, with units where appropriate, to labels. |
Jeannie Walldren | 2008-08-28 | Modified to allow import of images with BandBin filter combinations not found or commented out in the translation *.def files. Previously, this circumstance stopped the program and threw an exception. Application now outputs a warning to the log but still creates the cube. |
Jeannie Walldren | 2008-11-05 | Modified FixDns method and updated documentation. |
Jeannie Walldren | 2009-05-27 | Modified to convert BiasStripMean value back to 12-bit using look up table for images with DataConversionType of Table. Updated documentation in ciss2isis.cpp |
Christopher Austin | 2010-01-08 | Fixed the reading of Pvl labels twice. |
Sharmila Prasad | 2010-12-08 | Removed traling 'Z' for Start, Stop and Image Time Pds labels |
Tracie Sucharski | 2012-05-04 | Added error message when input image does not contain Pds labels. |
Christopher Combs | 2018-01-30 | Changed documentation to reflect newly added and unsupported target names in translation files. Fixes #4970. |