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

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

ISIS 2

Documentation
Tutorials
Technical Documents
USGS

ISIS Application Documentation


marci2isis

Printer Friendly View | TOC | Home

Import an MRO MARCI image to an Isis cube

Overview Parameters Example 1

Description

This program takes an image from the Mars Reconnaissance Orbiter Color Imager and produces an Isis cube containing the image data.

Categories


History

Steven Lambright 2007-10-02 Original Version
Christopher Austin2008-03-18 Checks if input file is rdr.
Steven Lambright 2008-11-19 The COLOROFFSET keyword in the output instrument group labels is now properly set when no color offset is used.
Tracie Sucharski2013-06-05 Added keywords to the Archive group in labels.
Kristin Berry2019-11-09 Added keywords to the labels for variable exposure duration and the frame sequence. References #2034

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 21:48:37
X

Files: FROM


Description

The EDR to be processed

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

Files: TO


Description

This should be the base filename of resultant cube. The output will actually be two cubes, with "even" and "odd" added to the filename.

Type cube
File Mode output
Pixel Type real
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 true
Inclusions
  • COLOROFFSET_SIZE
Close Window
X

Settings: COLOROFFSET_SIZE


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: FLIP


Description

This corrects pictures taken on an ascending orbit

Type string
Default AUTO
Option List:
Option Brief Description
AUTOAuto-detect whether or not this correction is needed This option will look at the correlation between the first framelet's data and the second framelet's data. If there is a better correlation between the end of the first framelet and the end of the second framelet compared to the beginning of the second framelet, the framelets will be flipped. This only correlates the first filter's data.
YESFlip the framelets On ascending orbits, the framelets are aligned incorrectly. This option will mirror the framelets to correct this problem.
NODon't modify original data This will prevent any modification of the original data and should be used on descending orbits.
Close Window