ISIS Application Documentation
vicar2isis | Standard View | TOC | Home |
Import Vicar image file into Isis format
Description
Categories
Groups
Examples
History
Name | Description |
---|---|
FROM | Input Vicar file |
TO | Output Isis cube |
Name | Description |
---|---|
SETNULLRANGE | Create special pixel values |
NULLMIN | Minimum valid value |
NULLMAX | Maximum valid value |
SETHRSRANGE | Create special pixel values |
HRSMIN | Minimum valid value |
HRSMAX | Maximum valid value |
SETLRSRANGE | Create special pixel values |
LRSMIN | Minimum valid value |
LRSMAX | Maximum valid value |
Use this parameter to select the Vicar filename. If multi-band, it is assumed to be in band sequential order.
Type | filename |
---|---|
File Mode | input |
Filter | *.img *.IMG *.vic |
Use this parameter to select the output filename
Type | cube |
---|---|
File Mode | output |
Filter | *.cub |
If this option is used input raw pixels below minimum and above maximum will be converted to LRS and HRS respectively. Otherwise pixels in the input raw file will be left unchanged in most cases. For example, importing a raw 8-bit file and outputing to a 16-bit or 32-bit real will cause 0 and 255 to be actual values. If left as 8-bit then 0 will be NULL and 255 will be HRS.
Type | boolean |
---|---|
Default | NO |
Inclusions |
|
Minimum valid value. Anything below this value will be set to LRS.
Type | double |
---|---|
Inclusions |
|
Maximum valid value. Anything above this value will be set to HRS.
Type | double |
---|---|
Inclusions |
|
If this option is used input raw pixels below minimum and above maximum will be converted to LRS and HRS respectively. Otherwise pixels in the input raw file will be left unchanged in most cases. For example, importing a raw 8-bit file and outputing to a 16-bit or 32-bit real will cause 0 and 255 to be actual values. If left as 8-bit then 0 will be NULL and 255 will be HRS.
Type | boolean |
---|---|
Default | NO |
Inclusions |
|
Minimum valid value. Anything below this value will be set to LRS.
Type | double |
---|---|
Inclusions |
|
Maximum valid value. Anything above this value will be set to HRS.
Type | double |
---|---|
Inclusions |
|
If this option is used input raw pixels below minimum and above maximum will be converted to LRS and HRS respectively. Otherwise pixels in the input raw file will be left unchanged in most cases. For example, importing a raw 8-bit file and outputing to a 16-bit or 32-bit real will cause 0 and 255 to be actual values. If left as 8-bit then 0 will be NULL and 255 will be HRS.
Type | boolean |
---|---|
Default | NO |
Inclusions |
|
Minimum valid value. Anything below this value will be set to LRS.
Type | double |
---|---|
Inclusions |
|
Maximum valid value. Anything above this value will be set to HRS.
Type | double |
---|---|
Inclusions |
|
Converting an vicar file to an Isis Cube
Convert the image input.img to the Isis Cube out.cub The is the GUI for vicar2isis when converting the ascii file input.txt to the Isis Cube out.cub |
Vicar input file. | This is the vicar data |
---|
Output Isis Cube The is the output Isis Cube peaks.cub generated from this example. |
Tracie L Sucharski | 2003-09-10 | Original version |
Jeff Anderson | 2004-02-06 | Modified due to IsisImport refactor |
Elizabeth Miller | 2005-11-15 | Added appTest |
Steven Koechle | 2007-08-29 | Added special pixel ranges and example |