ISIS Application Documentation
gllssi2isis | Standard View | TOC | Home |
Import a Galileo solid state imager (SSI) image EDR into Isis cube format
Description
Categories
Groups
Examples
History
Note: For the I24 encounter (found in volume go_0022), many Galileo SSI images of Io were originally "garbled". These images were reconstructed and released with the filename ####s where ####r is the name of the original garbled file and #### is the last four digits of the SPACECRAFT_CLOCK_START_COUNT. These images will have Most of the original images were 400 x 400 (i.e. SUMMED). However, the reconstructed files are 800 x 800 and must be imported as FULL to get the entire image. If the user imports a reconstructed image with FRAMEMODE = AUTO, it will be treated as a FULL image, even if the original was SUMMED.
Name | Description |
---|---|
FROM | Input PDS Galileo SSI file |
TO | Output Isis cube |
Name | Description |
---|---|
FRAMEMODE | Summing mode of the input image |
Use this parameter to select the PDS filename. This file must contain the PDS labels, however the image data can be detached and will be automatically obtained from the PDS image pointer keyword.
Type | filename |
---|---|
File Mode | input |
Filter | *.lbl *.LBL |
Use this parameter to select the output filename
Type | cube |
---|---|
File Mode | output |
Filter | *.cub |
Summing mode of the input image. The user may specify the summing mode or choose to allow the program to determine this.
Type | string | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Default | AUTO | ||||||||||||
Option List: |
|
Cube imported with defaults
Example GUI Screenshot of GUI with parameters filled in to perform the gllssi2isis application. Input label and output cubes are always required. The FRAMEMODE radio button AUTO is chosen as default. |
Input label | Copy of the labels of the input image |
---|
Output image
Parameter Name:
TO
Output image after gllssi2isis has imported it to ISIS. |
Janet Barrett | 2002-02-25 | Original version |
Robert Sucharski | 2005-12-30 | Converted to Isis 3.0 |
Steven Koechle | 2007-10-30 | Added Summing Keyword. Moved most hardcoded translations into a translation table. Modified tests to check the lables. Removed ImageID keyword. |
Steven Lambright | 2007-12-31 | Removed the hard coded Instrument Mode ID keyword translation. |
Steven Lambright | 2007-01-08 | Added summing options. Output summed images will now only be a quarter of the size for calibration (the upper-left data in the input is preserved). |
Christopher Austin | 2008-03-18 | Checks if input file is rdr. |
Steven Lambright | 2008-05-13 | Removed references to CubeInfo. |
Jeannie Walldren | 2009-06-08 | Added valid DATA_SET_ID value for reconstructed images (i.e. value contains "SSI-4-REDR-V1.0"). Modified code to set as FULL summing mode if FRAMEMODE=AUTO and the image is reconstructed. |
Tyler Wilson | 2015-10-02 | Added the fixPvl function that fixes Pvl files from orbit I24 which have a comment tag that is not closed off. Also a new test pvlFix to test this change. #Ref 2344. |
Jesse Mapel | 2016-04-26 | Changed documentation to have the correct link to the Planetary Science Data Dictionary Document. Fixes #3867 |
Adam Paquette | 2019-04-16 | Fixed original label not being written to cubes ingested using the summed option. Fixes #3207 |