Home
About ISIS
Support
Download

ISIS 3

Documentation
Tutorials
Technical Documents

ISIS 2

Documentation
Tutorials
Technical Documents
USGS

ISIS 3 Application Documentation


hrsc2isis

Printer Friendly View | TOC | Home

Import HRSC image

Overview Parameters Example 1

Description

This program imports Mars Express HRSC files. This works by first determining whether or not the input file has prefix data. If there is prefix data, the prefix data is collected and used to look for "gaps" - HRSC files can give us a time and exposure duration for each line, we look for where the time + exposure duration =/= next line's time. We populate a table (LineScanTimes) with the prefix data and lineInFile with whether or not a gap should be inserted. For all files, we now process the data and if there were gaps, they will be put in their proper places. This is a two-pass system for files with prefix data, one-pass for files without. The Isis2 equivalent to this program is mex2isis.pl. It is worth noting that regardless of the input file's byte order, the prefix data byte order is always LSB.

Categories


Related Applications to Previous Versions of ISIS

This program replaces the following applications existing in previous versions of ISIS:
  • mex2isis.pl
  • readpfx

History

Steven Lambright2008-01-16 Original version
Christopher Austin2008-03-18 Checks if input file is rdr based on whether or not the input file has prefix data.
Steven Lambright2008-05-13 Removed references to CubeInfo
Steven Lambright2008-07-28 Updated to support the HRSC camera model. The Kernels group now has the IK code properly added, the summing keyword is propagated, the times table is now compressed into only having entries on time changes, and the times no longer have a 'Z' at the end of them once imported.
Adam Paquette2016-10-05 Updated the error messages thrown when hrsc2isis trys to ingest an image that is not an HRSC image, and when hrsc2isis trys to ingest a map projected image. Fixes #4259.

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: 07/13/2023 15:22:05
X

Files: FROM


Description

Use this parameter to select the PDS filename. This file must contain the PDS labels, however the image data can be detached and will be automatically obtained from the PDS image pointer keyword. If the pointer is incorrect then use the IMAGE parameter to specify the file containing the binary image data.

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

Files: TO


Description

Use this parameter to select the output filename

Type cube
File Mode output
Filter *.cub
Close Window