thmproc
Runs a Themis cube through the processing for levels 0 and/or 2
Runs Mars Odyssey Themis images through the applications necessary to create a map projected product. There are two stages of processing, ingestion and mapping (radiometric calibration is assumed as Themis RDRs are available). Each stage can be disabled and runs all the programs necessary to complete that stage if not disabled.
All intermediate files will be generated in the users Isis temporary directory and deleted after they are no longer needed. In case of a catastrophic failure the intermediate files should be deleted. Their names will be the name of the application appended to the original file name followed by a 6 digit unique number.
Categories
History
Stuart Sides | 2004-01-16 | Original version |
Jeff Anderson | 2004-02-26 | Changed mocproc into thmproc |
Jeff Anderson | 2004-03-01 | Added Bands parameter and utilized IsisProcessExecutable class |
Elizabeth Miller | 2005-12-08 | Fixed bug in output file naming |
Elizabeth Miller | 2005-12-15 | Modified to output number of bands specified even when just doing ingestion |
Elizabeth Miller | 2006-05-18 | Modified UI and parameters to be consistent with changes made to spiceinit |
Elizabeth Miller | 2006-07-25 | Removed the AUTOLON parameter (no longer a parameter in cam2map) |
Elizabeth Miller | 2006-09-08 | Added support for the themisVis camera model |
Brendan george | 2006-09-26 | Documentation fixes |
Elizabeth Miller | 2006-09-26 | Fixed bug in PIXRES use caused by changes in cam2map |
Steven Lambright | 2007-11-06 | Added CKNADIR parameter for spiceinit. |
Steven Lambright | 2008-06-13 | Updated to use new themis vis functionality. Instead of the themis images being split into a framelet per cube, they are now split into even and odd cubes. |
Steven Lambright | 2008-07-16 | Updated to guarantee vis images have matching mapping groups, changed tempory file naming conventions, enabled thmvistrim on rdr files. |
Steven Lambright | 2008-07-24 | Updated to fix problem with BANDS parameter. Before, the bands option would sometimes cause an error incorrectly. Also fixed a case where the input file would be deleted. |
Steven Lambright | 2008-07-28 | Updated to fix problem with BANDS parameter with IR images. This parameter had a chance to not take effect. |
Steven Lambright | 2008-08-04 | Updated to use new pipeline class. |
Jeannie Backer | 2014-08-22 | Updated vis test truth data for the RDR cube due to a modified in the THEMIS VIS distortion map. Added vis test for EDR data with MAPPING=true. Added error test. Improved test coverage to 95/98/100%. References #1659. |
Jeffrey Covington | 2015-01-27 | Removed unreachable code. |
Makayla Shepherd and Andrew Stebenne | 2015-07-14 | Updated to fix a crash that occurs when invalid files are passed in as parameters. Fixes #1025. |