Home
About Isis
Support
Download

Isis 3

Documentation
Tutorials
Technical Documents

Isis 2

Documentation
Tutorials
Technical Documents

Search

USGS

Isis 3 Application Documentation


vims2isis

Printer Friendly View | TOC | Home

Converts Vims images to Isis 3 format

Overview Parameters

Description

This program takes the BIL formatted vims cubes and translates them into Isis 3 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 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

Parameter Groups

Files

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

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
Close Window
X

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
Close Window
X

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
Close Window