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


vims2isis

Standard View | TOC | Home

Converts Vims images to Isis format

Description
Categories
Groups
History


Description

This program takes the BIL formatted vims cubes and translates them into Isis standard BSQ format. It also separates them into two cubes, one containing the data from the Infrared camera, and one containing the data from the visual camera.

Categories


Parameter Groups

Files

Name Description
FROM The input Vims image
VIS Visual output cube
IR IR output cube

Files: FROM

Description

This is the input image to be processed. It is 352 bands deep, the first 96 of which are visual data, and the final 256 of which are IR data.

Type filename
File Mode input
Filter *.qub *.cub

Files: VIS

Description

This is the destination for the cube containing the visual light data. It consists of the first 96 bands of the original cube, reorganized into BSQ format

Type cube
File Mode output
Filter *.cub

Files: IR

Description

This is the destination for the cube containing the IR data. It consists of the final 256 bands of the original cube, reorganized into BSQ format

Type cube
File Mode output
Filter *.cub

History

Brendan George2006-06-01 Original version
Brendan George2006-06-08 Fixed Start Time and Stop Time output
Brendan George2006-07-11 Added Spacecraft Clock Start and Stop Time keywords to label output
Tracie Sucharski2007-04-16 Fixed bug with exposure duration, was written out to labels as string instead of numeric.
Brendan George2007-06-07 Fixed bug with exposure duration in Vis cube labels
Brendan George2007-06-28 Added appTests and enabled importing of uncalibrated data
Steven Lambright2007-12-21 Fixed importing of uncalibrated data
Christopher Austin2008-03-18 Checks if input file is rdr.
Steven Lambright2008-05-13 Removed references to CubeInfo
Steven Lambright2008-07-14 Added support for more raw data
Steven Lambright2009-06-24 If sideplane data is present it is now stored in the output cubes for calibration. More keywords are now propagated.
Steven Lambright2009-08-21 Saturation values are now set when present and if IR or VIS was turned off then files will not be imported for those channels.
Sharmila Prasad2009-09-10 Added the ability to translate Vims label for both IR and VIS cubes
Tracie Sucharski2009-10-20 Corrected indexing for SAMPLING_MODE_ID and GAIN_MODE_ID values.
Mackenzie Boyd2010-01-28 Changed DATA_SET_ID check to be INSTRUMENT_ID check instead, DATA_SET_ID was too specific and wasn't allowing imports of appropriate data.
Tracie Sucharski2011-12-16 Added the OriginalLabel blob to both output cubes , vis and ir.
Kris Becker2012-10-15 Propagated additional keywords from the original label to the output ISIS label. These keywords are: MissionPhaseName, SequenceId, SequenceTitle, PowerStateFlag, StarTracking and SnapshotMode.