Working with MRO HiRISE Data¶
Instrument Overview¶
A comparison between the resolution of a camera aboard Mars Global Surveyor and the HiRISE camera on Mars Reconnaissance Orbiter. NASA/JPL
HiRISE has acquired more than 20,000 images of the martian surface in unprecedented detail.
HiRISE operates in visible wavelengths with a telescope that will produce images at resolutions never before possible in planetary exploration. These high resolution images will enable scientists to resolve 1-meter (about 3-foot) sized objects on Mars and to study the morphology (surface structure) in a much more comprehensive manner than ever before.
From an altitude of approximately 300 kilometers above Mars, HiRISE will return surface images comprised of pixels representing 30 centimeters of the martian surface.
These high-resolution images provide unprecedented views of layered materials, gullies, channels, and other science targets, as well as possible future landing sites.
Technical Details¶
HiRISE Observations
This image is one half (vertically) of a HiRISE observation scaled down to approximately 1/50th of its original resolution. It is of a small area inside Eberswalde crater in Margaritifer Sinus. Taken on November 8, 2006, the image is a composite of all 10 red detectors and the 2 blue-green detectors. Notice, the blue-green detectors only cover the middle.
A sub-area of the above observation (indicated by the red outline). One pixel represents 25.6 cm on the surface of Mars.
This telescopic camera has a primary mirror diameter of 50 centimeters and a field of view of 1.15°. At its focal plane, the instrument holds an array of 14 electronic detectors, each covered by a filter in one of three wavelength bands: 400 to 600 nanometers (blue-green), 550 to 850 nanometers (red), or 800 to 1000 nanometers (near-infrared). Ten red detectors are positioned in a line totaling 20,028 pixels across to cover the whole width of the field of view. Typical red images are 20,000 pixels wide by 40,000 lines high. Two each of the blue-green and near-infrared detectors lie across the central 20% of the field. Pixel size in images taken from an altitude of 300 kilometers will be 30 centimeters across, about a factor of two better than the highest-resolution down-track imaging possible from any earlier Mars orbiter and a factor of five better than any extended imaging to date. Generally, at least three pixels are needed to show the shape of a feature, so the smallest resolvable features in the images will be about a meter across for an object with reasonable contrast to its surroundings. The instrument uses a technology called time delay integration to accomplish a high signal-to-noise ratio for unprecedented image quality.
The Principal Investigator (lead scientist) for HiRISE is Alfred McEwen from the Lunar and Planetary Laboratory at the University of Arizona.
References & Related Resources¶
- MRO - NASA Science
- HiRISE - Wikipedia
- HiRISE Mission - University of Arizona
- HiRISE Instrument Technical Description (PDF)
- HiRISE Extended Science Phases (2009-2023) - Icarus
- Revealing Active Mars with HiRISE DTMs - MDPI
See HiRISE Level0 for image acquisition resources.
Cartographic Processing HiRISE Data¶
-
- Data Acquisition - PDS
- Ingestion -
hi2isis
- SPICE -
spiceinit
-
- Radiometric Calibration -
hical
- Channel Stitching -
histitch
- Noise Removal -
cubenorm
- Radiometric Calibration -
-
- Map Projection -
cam2map
- Tone Match -
equalizer
- Mosaic -
automos
- Map Projection -
HiRISE Guides¶
Batch Processing¶
The ingestion, SPICE initialization, calibration, merging, and normalization must be run for each channel image. This would be incredibly tedious to run each application for every file! Luckily, batch processing is easy in ISIS. Using the -batchlist command line option, a set of CCD images for a single observation can be processed swiftly through level 1 processing.
Running ISIS Apps with the -batchlist
option
-
Create a single column list of images without the file extension
-
Run
hi2isis
on the list of files, adding the input/output extensions in the command line
-
Apply
hical
with the appropriate input/output file extensions
-
Create a list of one of the channels without file extensions
-
Stitch together the channels in
histitch
specifying each appropriate extension in the command line
-
Normalize, tone-match across the channels (if necessary) in
cubenorm
ISIS Apps Used:
Exporting ISIS Data¶
Exporting large HiRISE images
HiRISE mosaics are very large and our export application
isis2std
does not handle large PNG or JPEG images. You will need to decrease the
size of the image to export by either cropping or reducing.
-
reduce
ISIS App Docs
Scale down a cube -
crop
ISIS App Docs
Pull a region out of a cube