Home
About ISIS
Support
Download

ISIS 3

Documentation
Tutorials
Technical Documents

ISIS 2

Documentation
Tutorials
Technical Documents

Search

USGS

ISIS 3 Application Documentation


lrowac2isis

Printer Friendly View | TOC | Home

Import LRO WAC EDR images into Isis cube format

Overview Parameters

Description


Categories


History

Steven Lambright2009-04-27 Original version
Steven Lambright2009-07-01 Updated to work with multiple summing modes in one image and added LUT capabilities.
Steven Lambright2009-07-08 Keywords are now being placed properly, moved all keyword calculations back to the TranslateLabels method.
Steven Lambright2009-09-09 Updated wavelengths
Steven Lambright2009-10-23 Color offsets for BW mode images are now always zero. Color offset does not make sense for single band cubes.
Steven Lambright2009-10-23 Removed flip, changed default of coloroffset to off.
Steven Lambright2010-01-19 Now propogating new keyword from labels v1.1 bandwidth

Parameter Groups

Files

Name Description
FROM Input PDS formatted LRO WAC EDR image file.
TO Output Isis cube

Settings

Name Description
COLOROFFSETAdd padding to align bands
COLOROFFSETSIZEAmount of filter heights to pad with for COLOROFFSET
UNLUTUse the lookup table in the labels
X

Files: FROM


Description

Use this parameter to select the LRO WAC EDR image filename.

Type filename
File Mode input
Filter *.img *.IMG
Close Window
X

Files: TO


Description

Use this parameter to select the base output filename.

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

Settings: COLOROFFSET


Description

The result of how MARCI takes pictures leaves a filter height offset in adjacent filters. This will correct that offset by adding padding to the top of the image file, aligning color images correctly.

Type boolean
Default false
Inclusions
  • COLOROFFSETSIZE
Close Window
X

Settings: COLOROFFSETSIZE


Description

The filters are offset by a certain number of filters, which is a multiple of their height. It appears the filters are all offset by twice their height, or two filter heights. One filter height can be explained by the method of taking pictures: the first filter on the first framelet is one higher than the second filter on the first framelet.

Type integer
Default 2
Minimum 0 (exclusive)
Close Window
X

Settings: UNLUT


Description

If this is set to true, and the input cube is lutted, a lookup table will be used to convert the raw DN values to their original values. This must be set to true for calibration.

Type boolean
Default true
Close Window