Home

User Documentation

Getting Started
Learn More
Explore in Detail
Get Inspired

Contributor Documentation

Getting Started
Learn More
Explore in Detail
Get Inspired

Quick Links

Software Manual
AstroDiscuss
GitHub
API Reference

Documentation Versions


ISIS 2

Documentation
Tutorials
Technical Documents
USGS

ISIS Application Documentation


pds2hideal

Standard View | TOC | Home

Reimport an exported hirise PDS product to an Isis Ideal camera.

Description
Categories
Groups
History


Description

       The purpose oof this program is to re-import exported HiRISE Ideal camera cubes
       into Isis. The input label for this program should be a PDS label containing the
       location of the exported image and table files.

       This application requires the following files:
       
  • PDS label file
  • PDS image file
  • PDS binary table file containing the INSTRUMENT_POINTING_TABLE
  • PDS binary table file containing the INSTRUMENT_POSITION_TABLE
  • PDS binary table file containing the BODY_ROTATION_TABLE
  • PDS binary table file containing the SUN_POSITION_TABLE
When imported, the Spice table data will be attached to the cube.

Categories


Parameter Groups

Files

Name Description
FROM Input file containing the PDS label.
TO Name of the output file to contain the imported Isis cube.
SHAPEMODELPATH String containing the location of the ShapeModel file of the original Isis cube that was exported to PDS.

Files: FROM

Description

Name of the file containing the labels of the input PDS image.

Type filename
File Mode input
Filter *.img *.lbl

Files: TO

Description

The name of the output file. This file will contain the imported Isis HiRISE Ideal cube and the related Spice Tables.

Type cube
File Mode output
Pixel Type signedWord
Filter *.cub

Files: SHAPEMODELPATH

Description

This parameter should contain the directory path of the ShapeModel file. This path will be added to the ShapeModel keyword in the Kernels Group of the output cube. It should be the same path as shown in the original Isis cube before it was exported to the PDS product.

Type string
Default $base/dems/

History

Jeannie Backer2012-11-21 Original Version of application pds2hideal. Fixes #700.