ISIS Application Documentation
thm2isis | Standard View | TOC | Home |
Import a Themis IR/VIS RDR or EDR
Description
Categories
Groups
Examples
History
Name | Description |
---|---|
FROM | Input PDS Themis EDR/RDR file |
TO | Output Isis cube |
Name | Description |
---|---|
TIMEOFFSET | Time offset to the spacecraft clock count |
Must contain a valid Themis EDR or a Themis RDR which has only been through radiometric calibration.
Type | filename |
---|---|
File Mode | input |
Filter | *.imq *.img *.QUB |
The name of the output Isis cube. If the input cube is a VIS image, the output file will have a ".even" and ".odd" inserted in the output name prior to the ".cub" extension.
Type | cube |
---|---|
File Mode | output |
Filter | *.cub |
The software assumes that the SCLK (spacecraft clock) recorded for an IR image is the time at which the first detector frame readout occurs. Apparently, the actual first readout can be delayed from this by the following amounts:
8 microseconds - PACI write 0 to 1/30 sec - delay of the image acquisition after receipt of the command 0 to 0.1 sec - delay for the command sending by the HPP code so that it is aligned on a 0.1 second boundaryCurrently, the software ignores these three because the 8 microseconds is a negligible fraction of the 1/30 second line rate and the other two are (apparently) variable and unknowable. However, this can result in an incorrect absolute position of as much as four pixels. Similar timing uncertainties probably are applicable to the VIS images. The effect of these timing uncertainties is primarily to potentially introduce errors in absolute coordinates in the along-track direction. This in turn can result in misalignment when mosaicking multiple observations together. The TIMEOFFSET parameter on "thm2isis" allows the user to apply a correction for this time delay, which can thus improve absolute coordinate accuracy and improve mosaic alignments. This offset is stored in the Instrument group of the output Isis cube as SpacecraftClockOffset.
Type | double |
---|---|
Default | 0.0 |
Importing a Themis Vis EDR
The GUI when running this program This is what the interface looks like when you run this program. |
The input EDR V04860003EDR This is the input raw data |
The output odd themis vis cube This is the odd framelets output cube "V04860003EDR.odd.cub" |
|
The output even themis vis cube This is the even framelets output cube "V04860003EDR.even.cub" |
Janet Barrett | 2002-02-25 | Original version |
Jeff Anderson | 2004-01-30 | Converted to Isis 3.0 |
Jeff Anderson | 2004-02-16 | Added AlphaCube keywords |
Elizabeth Ribelin | 2005-06-28 | Added visual image processing and framelet extraction option |
Elizabeth Miller | 2006-01-04 | Added Frames keyword to framelet labels for the ThemisVis Camera model |
Elizabeth Miller | 2006-01-09 | Modified AppTest to remove framelet files |
Elizabeth Miller | 2006-04-14 | Removed Framelets option, it always creates them now |
Stuart Sides | 2006-06-09 | Removed the ReleaseId keyword from the archive group |
Elizabeth Miller | 2006-08-08 | Modified VIS processing portion to no longer call crop and editlab, but to split the frames apart in the application itself. This helps increase the speed of the application |
Elizabeth Miller | 2006-09-15 | Fixed bugs with pathname and extensions of filenames in the VIS processing |
Elizabeth Miller | 2007-02-20 | Changed OriginalLabel name to IsisCube |
Jeff Anderson | 2007-07-13 | Transfered SpatialSumming parameter for IR camera |
Christopher Austin | 2008-03-18 | Checks if input file is rdr. |
Steven Lambright | 2008-05-13 | Removed references to CubeInfo |
Steven Lambright | 2008-09-18 | The original labels are now being preserved in the Isis 3 cube |
Lynn Weller | 2012-05-08 | Updated documentation text. |
Ian Humphrey | 2014-05-16 | Added history to output cubes. Fixes #1683. |
Jeannie Backer | 2014-04-17 | Added BAND_BIN_BAND_NUMBER keyword to the BandBin group of the imported cube, named BandNumber. Fixes #1659. |