Skip to content

Level0_ISS

Rebecca Leggett edited this page Aug 30, 2019 · 1 revision

Level 0 ISS


Data Acquisition


A major official source for Cassini ISS image data is through the Planetary Data System ( PDS ).

For Level 0 processing of ISS image data, ISIS3 expects PDS raw Experiment Data Record ( EDR ) images. EDR data has not been radiometrically calibrated and contains the "mission-specific" label keyword information that is required by ISIS3 for cartographic processing.

The PDS ISS EDR data will have two files to download for ISIS, a detached PDS label file (img_number.LBL) and the image data file (img_number.IMG).

Ingestion


In order to cartographically process ISS image data within ISIS3, the raw PDS EDR data must be converted to ISIS with the appropriate application that correctly imports the required mission specific keywords. The application is ciss2isis .

Example:

ciss2isis from=xxxx.LBL  to=xxxx.cub

Note:

  • Both the .LBL and .IMG must be in the same directory together
  • The LBL and IMG extensions must be in upper or lower case consistent with each other (.LBL/.IMG or .lbl/.img).


The application spiceinit will add the appropriate SPICE information to the ISIS image cube.

Example:

spiceinit from=xxxx.cub

Successful spiceinit allows for further processing of ISS data:

Raw Camera Geometry


Once spiceinit has been successfully applied to a raw ISIS image cube and abundance of information can be computed and retrieved for geometry and photometry.

Project Management

Development References

Open RFCs

Archived RFCs

Instrument Workflows

Planning & Design

Fundamentals

General Image Processing

Cartography

Advanced

Mission Specific ISIS3 Processing

Programming in ISIS3

Demonstration Material

Workshops

Interactive Programs

Clone this wiki locally