cnet2mat
Converts an Isis control network file to an ISIS2 match point file.
This program converts an Isis control network file to an ISIS2 match point file.
The following indicates how the Isis MeasureType is translated to an Isis2 Class
- Ignored measure is translated to "U" (Unmeasured)
- Ignored point is translated to "U" (Unmeasured) for all measures
- Reference is translated to "T" (Truth)
- RegisteredSubPixel is tranlated to "S" (SubPixel)
- RegisteredPixel is translated to "M" (Measured)
- Manual is translated to "M" (Measured)
- Candidate is tranlated to "A" (Approximate)
Categories
History
Brendan George | 2007-08-10 | Original version |
Stuart Sides | 2008-03-12 | Added ability to use ISIS2 keyword IMAGE_NUMBER. Fixed bug where the diameter was being written as an Isis::Null when it had not been set. |
Christopher Austin | 2009-09-29 | Changed the default point class of 'U' to 'M' to prevent qmatch issues. |
Christopher Austin | 2009-10-07 | All Ignored Control Measures as well as all Control Measures inside ignored Control Points will now have the Type Unmeasured. |
Jeannie Walldren | 2010-12-01 | Modified to be compatible with binary control network. Added errors apptest. |
Christopher Austin | 2011-01-18 | Altered to compile with the new Control redesign. |
Travis Addair | 2011-04-11 | Changed parameter CONTROL to CNET for consistency. |