Home

User Documentation

Getting Started
Learn More
Explore in Detail
Get Inspired

Contributor Documentation

Getting Started
Learn More
Explore in Detail
Get Inspired

Quick Links

Software Manual
AstroDiscuss
GitHub
API Reference

Documentation Versions


ISIS 2

Documentation
Tutorials
Technical Documents
USGS

ISIS Application Documentation


mrf2pds

Standard View | TOC | Home

Export a Mini-RF isis cube to a pds image

Description
Categories
Groups
History


Description

This program takes an isis cube of the Mini-RF of levels 2 and 3 and produces a pds image. Level 2: Caliberated projected Mini-RF isis cube Level 3: Mosaic isis cube containing 1 or more Level 2 Mini-RF isis cubes

Categories


Parameter Groups

Files

Name Description
FROMInput file
TOOutput cube

Options

Name Description
USERLBLSpecify the values for user defined keywords in pvl format

Source Product

Name Description
TYPEFile with source product Ids or Filenames
SRCFile with all the Source Product ID or Filenames

Files: FROM

Description

The Mini-RF isis cube to be converted to PDS format

Type cube
File Mode input
Filter *.cub

Files: TO

Description

Output Mini-RF pds image

Type filename
File Mode output
Filter *.lbl

Options: USERLBL

Description

Specify the values for user defined keywords in pvl format

Format for Level2 User defined Keywords
LABEL_REVISION_NOTE=
DATA_SET_NAME=
PRODUCER_ID=
PRODUCER_FULL_NAME=
PRODUCER_INSTITUTION_NAME=
MISSION_NAME=
PRODUCT_ID=
PRODUCT_VERSION_ID=
RELEASE_ID=
START_TIME=
STOP_TIME=
SPACECRAFT_CLOCK_START_COUNT=
SPACECRAFT_CLOCK_STOP_COUNT=
DESCRIPTION=
OBJECT=IMAGE
DESCRIPTION=
END_OBJECT
Format for Level3 User defined Keywords
LABEL_REVISION_NOTE=
DATA_SET_ID=
DATA_SET_NAME=
PRODUCER_ID=
PRODUCER_FULL_NAME=
PRODUCER_INSTITUTION_NAME=
MISSION_NAME=
PRODUCT_ID=
PRODUCT_VERSION_ID=
RELEASE_ID=
START_TIME=
STOP_TIME=
SPACECRAFT_CLOCK_START_COUNT=
SPACECRAFT_CLOCK_STOP_COUNT=
DESCRIPTION=
OBJECT=IMAGE
NAME=
DESCRIPTION=
END_OBJECT
OBJECT=IMAGE_MAP_PROJECTION
COORDINATE_SYSTEM_TYPE =
END_OBJECT

Type filename
File Mode input
Default Default
Filter *.pvl

Source Product: TYPE

Description

This parameter is used to select whether the source file has Id's or Filenames

Type string
Default ID
Option List:
Option Brief Description
IDIdThe file contains source product Ids
LISTFilenameThe file contains source product filenames from which the id's are generated

Source Product: SRC

Description

File with all the Source Product IDs or Filenames

Type filename
File Mode input
Default None
Filter *.lis

History

Sharmila Prasad2009-10-27 Original Version
Sharmila Prasad2010-02-09 Added Level3 conversion capability
Sharmila Prasad2010-03-09 Use class ProcessExportMiniRFLroPds instead of ProcessExportLroPds with class name change
Jeannie Backer2012-11-21 Fixed call to misspelled ProcessExportPds method. Improved code to bring closer to standards. References #678.