ISIS 3 Application Documentation
Export an Isis3 mosaicked ideal cube from a HiRISE image to a PDS product
containing related spice data.
Description
This application takes an Isis3 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.
-
PDS image file with the extension .img
-
PDS label file with the extension .lbl
-
PDS binary ck table file with the suffix _INSTRUMENT_POINTING_TABLE.dat
-
PDS binary spk table file with the suffix _INSTRUMENT_POSITION_TABLE.dat
-
PDS binary body rotation table file with the suffix _BODY_ROTATION_TABLE.dat
-
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 Backer | 2012-11-21 |
Original Version of hideal2pds. Fixes #678.
|
|
Parameter Groups
Files
Name
|
Description
|
FROM |
Isis3 ideal camera cube to be exported to PDS format
|
TO |
Output PDS file name.
|
Special Keywords
Name
|
Description
|
VERSION |
Value for the output PDS keyword PRODUCT_VERSION_ID
|
RATIONALE_DESC |
Value for the output PDS keyword RATIONALE_DESC
|
|
Files:
FROM
Description
The Ideal cube from a HiRISE image containing the related spice data
to be exported to PDS.
Type
| cube |
File Mode
| input |
Filter
|
*.cub *.lbl
|
Files:
TO
Description
The file name of the output PDS image. This value will also be used
for the name of the detached label and table files.
Type
| filename |
File Mode
| output |
Filter
|
*.img
|
Special Keywords:
VERSION
Description
This parameter allows the user to specify the value of the standard
PDS keyword PRODUCT_VERSION_ID within the output PDS label. This
keyword will be located in the Root of the PDS PVL label. This value
defaults to 1.0.
Special Keywords:
RATIONALE_DESC
Description
This parameter allows the user to specify the value of the standard
PDS keyword RATIONALE_DESC within the output PDS label. This keyword
will be located in the ROOT of the PDS PVL label. Note that if a
keyword value is not entered, the value will be read from the input
cube labels. If it does not exist there, the program will throw an ]
error.
Type
| string |
Internal Default
| Preserve Original Rationale Description |