Home
About Isis
Support
Download

Isis 3

Documentation
Tutorials
Technical Documents

Isis 2

Documentation
Tutorials
Technical Documents

Search

USGS

Isis 3 Application Documentation


getsn

Printer Friendly View | TOC | Home

Prints Image Serial Number

Overview Parameters

Description

This program will print the serial number for an image.

Categories


History

Stuart Sides2006-06-01 Original version
Elizabeth Miler2006-12-13 Fixed up, finished documentation and checked in
Steven Lambright2007-07-27 Changed category from Utility to Control Networks
Steven Lambright2007-08-07 Added application test: default
Christopher Austin2008-01-08 Augmented observation number and added TO file with APPEND option
Steven Koechle2008-04-04 Added booleans for which keywords to get. If TO parameter is not entered output will go to console. Added results group to SessionLog and GuiLog (if applicable)

Parameter Groups

Files

Name Description
FROM Cube file to get the serial number for
TO The text to append result Pvl
APPENDAppends results on output file

Display File Name

Name Description
DEFAULTAllows serial number to default to the file name

Options

Name Description
FILE Get the Filename
SN Get the Serial Number
OBSERVATION Get the Observation Number
X

Files: FROM


Description

The cube file containing the label the serial number is to be created for.

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

Files: TO


Description

The text file in which the Result Pvl created is either appended or written to.

Type filename
File Mode output
Internal Default No Output file will be created
Filter *.txt *.prt *.pvl
Close Window
X

Files: APPEND


Description

Appends the created Results Pvl to the TO parameter output file. If this is set to false, then it write the results to the output file instead.

Type boolean
Default TRUE
Close Window
X

Display File Name: DEFAULT


Description

Within the Result Pvl, if the serial number is not know, then Unknown is displayed in the keyword SerialNumber. If this parameter is set to TRUE, then is displays the input cube's filename is displayed in the keyword SerialNumber instead.

Type boolean
Default FALSE
Close Window
X

Options: FILE


Description

If this boolean is not checked then the filename will not be part of the output.

Type boolean
Default True
Close Window
X

Options: SN


Description

If this boolean is not checked then the Serial Number will not be part of the output.

Type boolean
Default True
Close Window
X

Options: OBSERVATION


Description

If this boolean is not checked then the Observation Number will not be part of the output.

Type boolean
Default True
Close Window