vims2isis
Converts Vims images to Isis format
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
History
Brendan George | 2006-06-01 | Original version |
Brendan George | 2006-06-08 | Fixed Start Time and Stop Time output |
Brendan George | 2006-07-11 | Added Spacecraft Clock Start and Stop Time keywords to label output |
Tracie Sucharski | 2007-04-16 | Fixed bug with exposure duration, was written out to labels as string instead of numeric. |
Brendan George | 2007-06-07 | Fixed bug with exposure duration in Vis cube labels |
Brendan George | 2007-06-28 | Added appTests and enabled importing of uncalibrated data |
Steven Lambright | 2007-12-21 | Fixed importing of uncalibrated data |
Christopher Austin | 2008-03-18 | Checks if input file is rdr. |
Steven Lambright | 2008-05-13 | Removed references to CubeInfo |
Steven Lambright | 2008-07-14 | Added support for more raw data |
Steven Lambright | 2009-06-24 | If sideplane data is present it is now stored in the output cubes for calibration. More keywords are now propagated. |
Steven Lambright | 2009-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 Prasad | 2009-09-10 | Added the ability to translate Vims label for both IR and VIS cubes |
Tracie Sucharski | 2009-10-20 | Corrected indexing for SAMPLING_MODE_ID and GAIN_MODE_ID values. |
Mackenzie Boyd | 2010-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 Sucharski | 2011-12-16 | Added the OriginalLabel blob to both output cubes , vis and ir. |
Kris Becker | 2012-10-15 | Propagated additional keywords from the original label to the output ISIS label. These keywords are: MissionPhaseName, SequenceId, SequenceTitle, PowerStateFlag, StarTracking and SnapshotMode. |