ISIS Documentation

hideal2pds

Export an Isis mosaicked ideal cube from a HiRISE image to a PDS product containing related spice data.

      This application takes an Isis cube from the HiRISE instrument that
      has been jitter corrected and mosaicked and exports it to a PDS product
      with detached label and spice tables.

      The following output files will be created using the file name passed in by the user.
      
  1. PDS image file with the extension .img
  2. PDS label file with the extension .lbl
  3. PDS binary ck table file with the suffix _INSTRUMENT_POINTING_TABLE.dat
  4. PDS binary spk table file with the suffix _INSTRUMENT_POSITION_TABLE.dat
  5. PDS binary body rotation table file with the suffix _BODY_ROTATION_TABLE.dat
  6. PDS binary sun position table file with the suffix _SUN_POSITION_TABLE.dat
The output PDS image will be unsigned word 16 bit type, MSB, BSQ format and the resolution will be in meters. Note that the IMAGE_JITTER_CORRECTED keyword is copied from the input cube. If the input cube has been run through an older version of hijitter, this value will be set to UNK, since it is not known whether the image values have been jitter corrected.

Categories


History

Jeannie Backer2012-11-21 Original Version of hideal2pds. Fixes #678.
Makayla Shepherd2015-10-06 Added stretch parameters. Fixes #1761.
Tyler Wilson2019-02-08 Added an option to control the output bits. min = 8, max =16, default = 10. Fixes #5527.
Timothy Giroux2020-09-08 Output label now has the correct SAMPLE_BIT_MASK value according to bits input. Fixes #3978.