-
Notifications
You must be signed in to change notification settings - Fork 168
Level0_VIMS
Level0 VIMS ¶
Data Acquisition ¶
A major official source for Cassini ISS image data is through the Planetary Data System ( PDS ).
For Level 0 processing of VIMS 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 VIMS EDR data will have one file to download for ISIS ingestion, the image data file (v img_number .qub).
The IR and VIS data are archived together within the same 'cube' file.
Ingestion ¶
In order to cartographically process VIMS 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 vims2isis .
Notes:
- The vims2isis application creates two separate output files separating the VIS and IR data.
- PDS releases a detached .lbl with the .qub, ingest the .qub only
Example (includes the specified output cube attribute for band sequential):
vims2isis from=v1514302573_1.qub ir=v1514302573_1_ir.cub vis=v1514302573_1_vis.cub
Sample image (v1514302573_1) is a VIMS observation of Titan [Sequence_Id=S17; Observation_Id=VIMS_019TI_HDAC001]
Input PDS cube: Samples=64 x Lines=64 x Bands=352 (IR=256 bands; VIS=96 bands)
The application spiceinit will add the appropriate SPICE information to the ISIS image cube. Spiceinit must be applied to both the VIS and IR cubes.
Example:
spiceinit from=vxxxxx_ir.cub
spiceinit from=vxxxxx_vis.cub
A successful spiceinit allows further processing:
Raw Camera Geometry ¶
Once spiceinit has been successfully applied to a raw ISIS image cube an abundance of information can be computed and retrieved for geometry and photometry.
- Building
- Writing Tests
- Test Data
- Start Contributing
- Public Release Process
- Continuous Integration
- Updating Application Documentation
- Deprecating Functionality
- LTS Release Process and Support
- RFC1 - Documentation Delivery
- RFC2 - ISIS3 Release Policy
- RFC3 - SPICE Modularization
- RFC3 - Impact on Application Users
- RFC4 - Migration of ISIS Data to GitHub - Updated Information 2020-03-16
- RFC5 - Remove old LRO LOLA/GRAIL SPK files
- RFC6 - BLOB Redesign
- Introduction to ISIS
- Locating and Ingesting Image Data
- ISIS Cube Format
- Understanding Bit Types
- Core Base and Multiplier
- Special Pixels
- FAQ