This site contains a downloadable thermal inertia map derived from Mars Global Surveyor Thermal Emission Spectrometer observations of the surface temperatures of Mars taken over the entire primary mapping mission. See note below for proper referencing.
There are two maps: 1) thermal inertia map at 20 pixel-per-degree resolution, and 2) a correlated interpolation mask. The thermal inertia map is derived from TES thermal bolometer, nighttime temperature observations. Between 80 degrees south and 80 degrees north the map has been filled by interpolation. The interpolation mask identifies these interpolated pixels, in the event they are not wanted for your application. (ie: The thermal inertia map multiplied by the interpolation mask gives an uninterpolated map. The mask also provides a map of real data coverage.)
BINARY FILE THERMAL INERTIA (50 MB) INTERPOLATION MASK (25 MB) JPG MAP IMAGE - LARGE THERMAL INERTIA (2.3 MB) INTERPOLATION MASK (1.6 MB) JPG MAP IMAGE- SMALL THERMAL INERTIA (257 KB) INTERPOLATION MASK (206 KB) In addition, here is the color table that's being used for published thermal inertia maps.
THERMAL INERTIA COLOR TABLE IN PPM FORMAT (4KB) THERMAL INERTIA COLOR TABLE IN IDL FORMAT (36KB) Specifications:
- 20 pixel per degree resolution
- derived range is 24 to 800 in SI units (J m-2 K-1 s-½), higher and lower values are not computed
- includes data from orbits 1583-11254, from Mars Orbit Insertion (beginning of the mapping mission) to 3 months beyond the end of the primary mapping mission
- uses only nighttime data with surface temperatures above 160 K
- binary file format
- inertia: 7200 x 3600 two-byte integer format (24 to 800, multiplier=1, offset=0)
ASCII header 7200 bytes long
created on a SUN Ultra 30 running Solaris for those concerned with byte swapping- mask: 7200 x 3600 byte format (1 = TES data, 0 = no data or interpolated fill)
ASCII header 7200 bytes long
Example: If you are using IDL, you can read the thermal inertia file via
IDL> OPENR,1,'nmap2003.bin'
IDL> A = ASSOC(1,INTARR(7200,3600),7200)
IDL> MAP = A[0]
If you are running on a platform which is byte-swapped relative to Sun (e.g., Intel-based PC or Mac):
IDL> BYTEORDER, MAP
The following IDL code can be used to display the map:
IDL CODE FOR THERMAL INERTIA MAP DISPLAY (12KB) Run with either IDL command:
IDL> ti_mapplot, /m2003
IDL> ti_mapplot, /m2003, /mask
All use of this map should carry the following reference:
Putzig, N. E., M. T. Mellon, K. A. Kretke, and R. E. Arvidson, Global thermal inertia and surface properties of Mars from the MGS mapping mission, Icarus 173, 325-341, 2005.
Point of Contact:
Michael T. Mellon
Cornell University
422 Space Science Building
Ithaca, NY 14853
Email: Michael.Mellon@Cornell.edu
tel: 607-255-1957