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


lrowac2isis

Printer Friendly View | TOC | Home

Import LRO WAC EDR images to ISIS cube format

Overview Parameters Example 1

Description

This application, lrowac2isis, imports a PDS formated Lunar Reconnaissance Orbiter (LRO) Wide Angle Camera (WAC) EDR image file to ISIS cube file format. Users of lrowac2isis can adjust the filter heights and increase or decrease the image padding to help align the bands of the cube.

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 propagating new keyword from labels v1.1 bandwidth
Marjorie Hahn2016-06-06 Added description of application and examples

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:12
X

Files: FROM


Description

Use this parameter to select an 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. The program creates four output cubes with the given filename: filename.uv.even.cub, filename.vis.even.cub, filename.uv.odd.cub, and filename.vis.odd.cub

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

Settings: COLOROFFSET


Description

Use this parameter to correct image offset. The way in which MARCI takes pictures leaves a filter height offset in adjacent filters. This parameter setting 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

Use this parameter to specify filter offset height. The filters are offset by one to 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

Use this parameter to stretch or remap pixel values. If the UNLUT parameter is set to true, a lookup table (LUT) will be used to stretch or remap pixel values to their original values. The default should be set to true when calibrating images.

Type boolean
Default true
Close Window