Home
About Isis
Support
Download

Isis 3

Documentation
Tutorials
Technical Documents

Isis 2

Documentation
Tutorials
Technical Documents

Search

USGS

Isis 3 Application Documentation


gllssi2isis

Printer Friendly View | TOC | Home

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

Overview Parameters

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.

Categories


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

Parameter Groups

Files

Name Description
FROM Input PDS Galileo SSI file
TO Output Isis cube

SETTINGS

Name Description
FRAMEMODESumming mode of the input image
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

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 frame mode ID.
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