mocproc
Processes a MOC image through Levels 0, 1, and/or 2
Runs Mars Global Surveyer, Mars Obital Camera (MGS/MOC) images through the applications necessary to create a map projected product. There are three stages of processing, ingestion, calibration, and mapping. 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.
Categories
History
Eric Eliason | 2001-01-01 | Original version |
Stuart Sides | 2004-01-16 | Converted from Perl to C++ for conversion to Isis 3.0 |
Jeff Anderson | 2004-02-27 | Added extra error messages |
Jeff Anderson | 2004-03-01 | Made use of the IsisProcessExecutable class |
Jacob Danton | 2006-02-08 | Fixed a filename bug that occured with the no mapping option and crosstrackSumming not equal to 1. |
Elizabeth Miller | 2006-05-18 | Fixed UI and parameters to be consistent with changes made to spiceinit |
Elizabeth Miller | 2006-07-25 | Removed the AUTOLON parameter (no longer an option in cam2map) |
Brendan George | 2006-09-26 | Documentation fixes |
Elizabeth Miller | 2006-09-28 | Fixed PIXRES handling issue caused by changes in cam2map |
Steven Lambright | 2006-11-06 | Added CKNADIR functionality |
Steven Lambright | 2008-05-13 | Removed references to CubeInfo |
Steven Lambright | 2008-10-27 | This program now uses the Pipeline class to accomplish its processing. The 'Map' parameter now actually accepts projected cubes, as the documentation specifies. In the past, an error would be thrown if a cube was specified. The 'Map' parameter is also now set to be an input, as it is not being modified. This program also ran "cam2map" with "DEFAULTRANGE=CAMERA," but is now using the default (MINIMIZE). |