Home

Quick Links

Software Manual
GitHub
API Reference

Documentation Versions

Latest Release
Dev
8.3.0
8.2.0
8.1.0
8.0.0
7.2.0
7.1.0
7.0.0
6.0.0
3.9.0
3.5.0
USGS

ISIS Application Documentation


gllssi2isis

Printer Friendly View | TOC | Home

Import a Galileo solid state imager (SSI) image EDR into Isis cube format

Overview Parameters Example 1

Description

Converts a PDS formatted Galileo solid state imager (SSI) image EDR into an Isis Cube. The required instrument labels will be propagated into the instrument group. The user must choose an input image label, output cube name, and frame mode, or summing mode. Galileo SSI images have a summing mode of FULL (800 x 800 pixels) or SUMMED (400 x 400 pixels).

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.


Categories


Related Objects and Documents

Documents


History

Janet Barrett2002-02-25 Original version
Robert Sucharski2005-12-30 Converted to Isis 3.0
Steven Koechle2007-10-30 Added Summing Keyword. Moved most hardcoded translations into a translation table. Modified tests to check the lables. Removed ImageID keyword.
Steven Lambright2007-12-31 Removed the hard coded Instrument Mode ID keyword translation.
Steven Lambright2007-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 Austin2008-03-18 Checks if input file is rdr.
Steven Lambright2008-05-13 Removed references to CubeInfo.
Jeannie Walldren2009-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 Wilson2015-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 Mapel2016-04-26 Changed documentation to have the correct link to the Planetary Science Data Dictionary Document. Fixes #3867
Adam Paquette2019-04-16 Fixed original label not being written to cubes ingested using the summed option. Fixes #3207

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 19:28:10
X

Files: FROM


Description

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
Close Window
X

Files: TO


Description

Use this parameter to select the output filename

Type cube
File Mode output
Filter *.cub
Close Window
X

SETTINGS: FRAMEMODE


Description

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:
Option Brief Description
AUTOAutomatically Detect This will attempt to automatically detect the summing mode of the input image based on the DATA_SET_ID and/or FRAME_DURATION keyword values from the input image labels.
SUMMEDThe image is summed This will treat the input image as if it has a summing mode of 2 in both the sample and line direction.
FULLThe image is not summed This will treat the input image as if it has no summing.
Close Window