ciss2isis
Import a PDS Cassini ISS image file into Isis
This program will import a PDS Cassini ISS image file into an
Isis cube. Some Cassini files available from PDS contain VICAR labels
THIS PROGRAM ONLY ACCEPTS PDS LABELS. You must specify an
input file which contains PDS labels. Note: Scientists
indicate that zeros may be valid DN values for sky areas of CISS images,
but missing pixels are also assigned a value of zero and there is no known
way to distinguish them. Since the chance of a valid zero DN is so slight,
ciss2isis will replace all zeros with Isis::Null.
Categories
Related Objects and Documents
Documents
- Cassini ISS Software Interface Specification (SIS) -- https://cel.jpl.nasa.gov/cedr/home/mcdl.html
History
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. |