ISIS Application Documentation
thmproc | Printer Friendly View | TOC | Home |
Runs a Themis cube through the processing for levels 0 and/or 2
Overview | Parameters | Example 1 |
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 21:48:40 |
Parameter GroupsFiles
Level Processing
Ingestion Parameters
Mapping parameters
Themis VIS Parameters
|
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 21:48:40 |
Input filename. This file can be in one of two stages. A raw PDS Themis RDR or an ISIS Level 0/1 cube. The level 0/1 cube is assumed to have been run through thm2isis and spiceinit.
Type | filename |
---|---|
File Mode | input |
Filter | *.QUB *.imq *.img *.cub |
Output filename from the last enabled processing sequence. By default the filename will be generated from the input filename with ".lev#" appended to the name, where "#" is the last level of processing (i.e., INGESTION = "lev1" or MAPPING = "lev2"). For ThemisVIS images, if processing is stopped at the ingestion phase, there will be an output cube for each frame in the image, with a ".frame#" appended to the end of the filename.
Type | cube |
---|---|
File Mode | output |
Internal Default | Automatic |
This parameter allows the user to specify a sub-set of bands to process. Enter bands separated by commas (no spaces allowed). For example, 1,3,8 or 1-3,9 or 5
Type | string |
---|---|
Internal Default | All |
This option allows the user to decide whether the intermediate files created in the thmproc application are to be deleted. The default value is TRUE.
Type | boolean |
---|---|
Default | TRUE |
Process the input file through all steps. This includes "thm2isis" and "spiceinit"
Type | boolean |
---|---|
Default | YES |
Inclusions |
|
Process the input file through level2. This includes cam2map.
Type | boolean |
---|---|
Default | YES |
Inclusions |
|
Naif kernel file to be used for the target attitude and shape.
Type | filename |
---|---|
File Mode | input |
Default Path | $BASE/kernels/pck/ |
Internal Default | none |
Inclusions |
|
Naif kernel file to be used for the spacecraft pointing.
Type | filename |
---|---|
File Mode | input |
Default Path | $odyssey/kernels/ck/ |
Internal Default | none |
Inclusions |
|
Naif kernel file to be used for the spacecraft position.
Type | filename |
---|---|
File Mode | input |
Default Path | $odyessy/kernels/spk/ |
Internal Default | none |
Inclusions |
|
Compute nadir pointing if no other kernels exist
Type | boolean |
---|---|
Default | false |
ISIS camera models can use a shape model (a projected ISIS cube that defines the radii for a global or regional area). You can choose to select a shape model or to use the definition of the ellipsoid found in the planetary constants (PCK) file.
Type | string | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Default | SYSTEM | ||||||||||||
Option List: |
|
||||||||||||
Inclusions |
|
A map projected ISIS cube which contains the radii of the target. The file can cover more than the input cube (FROM) but must minimally cover the data in the input cube.
Type | cube |
---|---|
File Mode | input |
Default Path | $base//dems/ |
Filter | *.cub |
A file containing the desired output mapping parameters in PVL form. This file can be a simple hand produced label file. It can also be an existing cube label which contains a Mapping group.
Type | filename |
---|---|
Internal Default | Sinusoidal |
Inclusions |
|
Filter | *.map |
Specifies the resolution in meters per pixel. If not in the MAP file the resolution will be computed from the themis level 1 cube.
Type | double |
---|---|
Internal Default | Automatic |
Minimum | 0.0 (exclusive) |
Inclusions |
|
thmvistrim removes the overlap between framelets, which often contains both valid and invalid data. Set this to false to preserve this data. thmvisflat applies a flat-field correction to the data.
Type | boolean |
---|---|
Default | true |
Example 1Running this program on a Themis VIS EDR Description
This program will process this themis edr from ingestion to mapping.
Since the file is a VIS file, the intermediate processes will split the
image into even and odd framelets which are recombined once mapped.
Since this file is an EDR, thmvistrim and thmvisflat will be run by
default to clean up the image.
Command Line
thmproc from=V20018003EDR.QUB
This runs this program with the defaults; the output is automatically
determined.
GUI Screenshot
Input ImageOutput Image |
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 21:48:40 |