ISIS 3 Application Documentation
voy2isis | Standard View | TOC | Home |
Import PDS formatted Voyager EDR into Isis format cube
Description
Categories
Groups
Examples
History
| Name | Description |
|---|---|
| FROM | Input Voyager EDR image file |
| TO | Output Isis cube |
Use this parameter to select the Voyager PDS EDR file to be imported. These files are in compressed format and have the form cnnnnnnn.imq where "nnnnnnn" is the FDS count.
| Type | filename |
|---|---|
| File Mode | input |
| Filter | *.imq |
Use this parameter to select the output filename for the imported image.
| Type | cube |
|---|---|
| File Mode | output |
| Filter | *.cub |
Using voy2isis
|
voy2isis gui
|
Example GUI Screenshot of the GUI |
| Output cube label | This is the label from the output cube showing the Instrument, BandBin, Kernels and Reseaus groups imported. |
|---|
|
Output cube in qview
|
Output after ingestion Screenshot of the image in the Isis qview application after it has been ingested. |
| Jeannie Walldren | 2009-03-11 | Original version |
| Jeannie Walldren | 2009-03-23 | Modified the Makefile in the app test to ignore particular lines when comparing labels. Removed the orginal extension from the name of the temporary decompressed file output by a call to vdcomp. Modified error message for accuracy. |
| Mackenzie Boyd | 2010-04-30 | Modified StartTime in labels to remove Z from end. Modified naif frame code for all cameras to be -100 (-32001 -> -32101) from what they were previously to match updated ck and fk kernels. Added significant changes which affect the start time and image number for improved accuracy. |
| Steven Lambright | 2010-06-17 | Updated to make input IMQ's PVL labels parsable by our PVL classes |
| Mackenzie Boyd | 2010-07-29 | Added keywords Camera_State_1 and Camera_State_2. |
| Mackenzie Boyd | 2011-01-21 | Added support for .img files. |
| Stuart Sides | 2012-05-05 | Added Center and Width keywords to the BandBin group. |
| Kristin Berry | 2015-07-22 | Added NaifStatus::CheckErrors() to see if any NAIF errors were signaled. References #2248 |