ControlNetValidMeasure class. More...
#include <ControlNetValidMeasure.h>
Public Member Functions | |
ControlNetValidMeasure (Pvl *pvl=0) | |
Constructor - Initializes the data members and parses the input Pvl . More... | |
ControlNetValidMeasure (Pvl &pvl) | |
Constructor with a reference to Pvl Def file. More... | |
void | InitStdOptions (void) |
Initialize the Standard Options. More... | |
void | InitStdOptionsGroup (void) |
Initialize the Standard Options Pvl Group with no DefFile. More... | |
virtual | ~ControlNetValidMeasure () |
Destructor: clean up stuff relevant for this class. More... | |
void | Parse (Pvl &pvlDef) |
Parse the DefFile for Standard Options. More... | |
virtual Pvl & | GetLogPvl (void) |
Get the Pvl Log file. More... | |
virtual void | FindCnetRef (ControlNet &pNewNet) |
Virtual Function to get better references for a Control Network based on Criteria. More... | |
bool | ValidEmissionAngle (double pdEmissionAngle) |
Validate whether the Emission Angle is in the set Range. More... | |
bool | ValidIncidenceAngle (double pdIncidenceAngle) |
Validate whether the Incidence Angle is in the set Range. More... | |
bool | ValidDnValue (double pdDnValue) |
Validate whether the DN Value is in the set Range. More... | |
bool | ValidResolution (double pdResolution) |
Validate whether the Resolution is in the set Range. More... | |
bool | ValidResidualTolerances (double pdSampleResidual, double pdLineResidual, double pdResidualMagnitude, MeasureValidationResults &pResults) |
Validate whether the Residuals are within the set Tolerance. More... | |
bool | ValidShiftTolerances (double sampleShift, double lineShift, double pixelShift, MeasureValidationResults &results) |
Validate whether the Sample and Line Shifts and Pixel Shift are within the set Tolerances. More... | |
bool | ValidLatLon (Isis::Camera *pCamera, int piSample, int piLine) |
Validate the Lat/Lon. More... | |
PvlGroup & | GetStdOptions (void) |
Get the Standard Options Pvl Group. More... | |
PvlGroup & | GetStatistics (void) |
Get the Statistics Pvl Grp. More... | |
double | GetMinDN (void) |
Get the option MinDN. More... | |
double | GetMaxDN (void) |
Get the option MaxDN. More... | |
double | GetMinEmissionAngle (void) |
Get the option MinEmissionAngle. More... | |
double | GetMaxEmissionAngle (void) |
Get the option MaxEmissionAngle. More... | |
double | GetMinIncidenceAngle (void) |
Get the option MinIncidenceAngle. More... | |
double | GetMaxIncidenceAngle (void) |
Get the option MaxIncidenceAngle. More... | |
double | GetPixelsFromEdge (void) |
Get the option PixelsFromEdge. More... | |
double | GetMetersFromEdge (void) |
Get the option MetersFromEdge. More... | |
QString | LocationString (double pdSample, double pdLine) const |
API to display location in the form "Sample,Line". More... | |
bool | PixelsFromEdge (int piSample, int piLine, Cube *pCube) |
Test for a point to be user defined number of pixels from the edge. More... | |
bool | MetersFromEdge (int piSample, int piLine, Cube *pCube) |
Test for a point to be user defined number of meters from the edge. More... | |
MeasureValidationResults | ValidStandardOptions (const ControlMeasure *pMeasure, Cube *pCube, PvlGroup *pMeasureGrp=NULL) |
Validate Standard options to pick a reference based on a particular criteria. More... | |
MeasureValidationResults | ValidStandardOptions (const ControlMeasure *pMeasure, Cube *pCube, Camera *camera, PvlGroup *pMeasureGrp=NULL) |
Validate Standard options to pick a reference based on a particular criteria. More... | |
MeasureValidationResults | ValidStandardOptions (double pSample, double pLine, const ControlMeasure *pMeasure, Cube *pCube, PvlGroup *pMeasureGrp=NULL) |
Validate Standard options to pick a reference based on a particular criteria. More... | |
MeasureValidationResults | ValidStandardOptions (double pSample, double pLine, const ControlMeasure *pMeasure, Cube *pCube, Camera *measureCamera, PvlGroup *pMeasureGrp=NULL) |
MeasureValidationResults | ValidStandardOptions (double pSample, double pLine, Cube *pCube, PvlGroup *pMeasureGrp=NULL) |
Validate Standard options to pick a reference based on a particular criteria. More... | |
bool | IsCubeRequired () |
bool | IsCameraRequired () |
API to get status of CameraRequired flag. More... | |
Protected Member Functions | |
void | ValidatePvlDN (void) |
Validate PVL Min & Max DN Standard Options. More... | |
void | ValidatePvlEmissionAngle (void) |
Validate PVL Min & Max EmissionAngle Standard Options. More... | |
void | ValidatePvlIncidenceAngle (void) |
Validate PVL Min & Max IncidenceAngle Standard Options. More... | |
void | ValidatePvlResolution (void) |
Validate PVL Min & Max Resolution Standard Options. More... | |
void | ValidatePvlFromEdge (void) |
Validate and read Pixels and Meters from Edge Standard Options. More... | |
void | ValidatePvlResidualTolerances (void) |
Validate Pvl Sample, Line, Residual Magnitude Tolerances. More... | |
void | ValidatePvlShiftTolerances () |
Validate Pvl Sample, Line, Pixel (Sample and Line) Magnitude Shift Tolerances. More... | |
void | ReadSerialNumbers (QString psSerialNumfile) |
Read the Serial Numbers from the file and open assocaited cubes. More... | |
void | SetCameraRequiredFlag (bool pbFlag) |
Set the CameraRequired Flag. More... | |
Protected Attributes | |
double | mdMinDN |
Standard Option MinDN. More... | |
double | mdMaxDN |
Standard Option MaxDN. More... | |
double | mdMinResolution |
Standard Option MinResolution. More... | |
double | mdMaxResolution |
Standard Option MaxResolution. More... | |
double | mdMinEmissionAngle |
Standard Option MinEmissionAngle. More... | |
double | mdMaxEmissionAngle |
Standard Option MaxEmissionAngle. More... | |
double | mdMinIncidenceAngle |
Standard Option MinIncidenceAngle. More... | |
double | mdMaxIncidenceAngle |
Standard Option MaxIncidenceAngle. More... | |
double | mdMetersFromEdge |
Standard Option MeteresFromEdge. More... | |
int | miPixelsFromEdge |
Standard Option PixelsFromEdge. More... | |
double | mdSampleResTolerance |
Standard Option Sample Residual. More... | |
double | mdLineResTolerance |
Standard Option Line Residual. More... | |
double | mdResidualTolerance |
Standard Option Residual Magnitude. More... | |
double | m_sampleShiftTolerance |
Standard Option Sample Shift. More... | |
double | m_lineShiftTolerance |
Standard Option Line Shift. More... | |
double | m_pixelShiftTolerance |
Standard Option Pixel Shift. More... | |
double | mdEmissionAngle |
Store current Measure's Emission Angle. More... | |
double | mdIncidenceAngle |
Store current Measure's Incidence Angle. More... | |
double | mdResolution |
Store current Measure's Resolution. More... | |
double | mdDnValue |
Store current Measure's DN Value. More... | |
double | mdSampleResidual |
Store current Measure's Sample Residual. More... | |
double | mdLineResidual |
Store current Measure's Line Residual. More... | |
double | mdResidualMagnitude |
Store current Measure's Residual Magnitude. More... | |
double | m_sampleShift |
Store current Measure's Sample Shift. More... | |
double | m_lineShift |
Store current Measure's Line Shift. More... | |
double | m_pixelShift |
Store current Measure's Pixel Shift. More... | |
PvlGroup | mPvlOpGrp |
Pvl Operator Group. More... | |
PvlGroup | mStdOptionsGrp |
Pvl Standard Options Group. More... | |
PvlGroup | mStatisticsGrp |
Pvl output Statistics Group. More... | |
Pvl | mPvlLog |
Pvl Log of all the processing. More... | |
Progress | mStatus |
Monitor the status of the app. More... | |
CubeManager | mCubeMgr |
CubeManager to open and read cubes. More... | |
SerialNumberList | mSerialNumbers |
Serial numbers list. More... | |
bool | mbCameraRequired |
To improve speed, flag to indicate if | |
bool | mbValidateDN |
Check if DN needs to be Validated. More... | |
bool | mbValidateFromEdge |
Check if Pixels/Meters from edge needs to be Validated. More... | |
ControlNetValidMeasure class.
Base class to validate all the common Control Network options specific to Control Network applications.
2010-05-11 Sharmila Prasad - Original Version
2010-06-21 Sharmila Prasad - Remove references to UniversalGroundMap & Cubes use CubeManager instead
2010-06-23 Sharmila Prasad - Added Pixels/Meters from the edge options and Validate Standard Options
2010-09-16 Sharmila Prasad - Renamed to ControlNetValidMeasure for uniformity with other ControlNet Classes
2010-10-14 Sharmila Prasad - Use only a single copy of Control Net
2010-11-10 Sharmila Prasad - Change group name of DefFile from "Operator" to "ValidMeasure"
2011-05-17 Sharmila Prasad - Added Sample, Line Residuals and Residual Magnitude for validation
2011-05-19 Sharmila Prasad - Flag to indicate whether Camera is required, to increase the processing speed
2011-06-06 Sharmila Prasad - Process the options only is specified in the DefFile to improve run time
2011-11-21 Sharmila Prasad - Validate/Parse Pvl only if ValidMeasure Group is found. Fixes Mantis #584
2013-01-31 Steven Lambright - Fixed LocationString() to return valid text. Also, added a test for this text. Fixes #1436.
2014-03-03 Janet Barrett - Initialize the mdDnValue variable in the ValidStandardOptions method. Fixes #2040.
2016-07-13 Adam Paquette - Updated ValidStandardOptions to only get the EmissionAngle, IncidenceAngle, and PixelResolution if an image was properly set.
Definition at line 82 of file ControlNetValidMeasure.h.
Isis::ControlNetValidMeasure::ControlNetValidMeasure | ( | Pvl * | pPvl = 0 | ) |
Constructor - Initializes the data members and parses the input Pvl .
The Pvl Def File is optional.
pPvl | - Pvl DefFile |
Definition at line 23 of file ControlNetValidMeasure.cpp.
References Isis::PvlObject::hasGroup().
Isis::ControlNetValidMeasure::ControlNetValidMeasure | ( | Pvl & | pPvl | ) |
Constructor with a reference to Pvl Def file.
Used for Interest Operator where Def File is a requirement
pPvl | - Pvl DefFile |
Definition at line 43 of file ControlNetValidMeasure.cpp.
References Isis::PvlObject::hasGroup().
|
virtual |
Destructor: clean up stuff relevant for this class.
Definition at line 118 of file ControlNetValidMeasure.cpp.
|
inlinevirtual |
Virtual Function to get better references for a Control Network based on Criteria.
Reimplemented in Isis::InterestOperator.
Definition at line 104 of file ControlNetValidMeasure.h.
|
inlinevirtual |
|
inline |
|
inline |
Get the option MaxEmissionAngle.
Definition at line 154 of file ControlNetValidMeasure.h.
References mdMaxEmissionAngle.
|
inline |
Get the option MaxIncidenceAngle.
Definition at line 164 of file ControlNetValidMeasure.h.
References mdMaxIncidenceAngle.
|
inline |
Get the option MetersFromEdge.
Definition at line 174 of file ControlNetValidMeasure.h.
References mdMetersFromEdge.
|
inline |
|
inline |
Get the option MinEmissionAngle.
Definition at line 149 of file ControlNetValidMeasure.h.
References mdMinEmissionAngle.
|
inline |
Get the option MinIncidenceAngle.
Definition at line 159 of file ControlNetValidMeasure.h.
References mdMinIncidenceAngle.
|
inline |
Get the option PixelsFromEdge.
Definition at line 169 of file ControlNetValidMeasure.h.
References miPixelsFromEdge.
|
inline |
Get the Statistics Pvl Grp.
Definition at line 134 of file ControlNetValidMeasure.h.
References mStatisticsGrp.
|
inline |
Get the Standard Options Pvl Group.
Definition at line 129 of file ControlNetValidMeasure.h.
References mStdOptionsGrp.
void Isis::ControlNetValidMeasure::InitStdOptions | ( | void | ) |
Initialize the Standard Options.
Init all the standard options to default.
Definition at line 60 of file ControlNetValidMeasure.cpp.
References Isis::ValidMaximum, and Isis::ValidMinimum.
void Isis::ControlNetValidMeasure::InitStdOptionsGroup | ( | void | ) |
Initialize the Standard Options Pvl Group with no DefFile.
Set the Standard Options group for logging.
Definition at line 89 of file ControlNetValidMeasure.cpp.
References Isis::toString(), Isis::ValidMaximum, and Isis::ValidMinimum.
|
inline |
API to get status of CameraRequired flag.
Definition at line 220 of file ControlNetValidMeasure.h.
References mbCameraRequired.
|
inline |
API to display location in the form "Sample,Line".
Definition at line 179 of file ControlNetValidMeasure.h.
References Isis::toString().
Referenced by Isis::InterestOperator::FindCnetRef(), and Isis::InterestOperator::ProcessLocked_Point_Reference().
bool Isis::ControlNetValidMeasure::MetersFromEdge | ( | int | piSample, |
int | piLine, | ||
Cube * | pCube | ||
) |
Test for a point to be user defined number of meters from the edge.
Validate if a point in Measure is user defined number of meters from the edge.
Definition at line 860 of file ControlNetValidMeasure.cpp.
References _FILEINFO_, Isis::Cube::camera(), Isis::Cube::fileName(), Isis::Cube::lineCount(), Isis::Camera::PixelResolution(), Isis::Cube::sampleCount(), and Isis::Camera::SetImage().
void Isis::ControlNetValidMeasure::Parse | ( | Pvl & | pvlDef | ) |
Parse the DefFile for Standard Options.
Virtual member that parses the common Cnet Options and checks for their validity.
pvlDef | - Pvl DefFile |
Definition at line 144 of file ControlNetValidMeasure.cpp.
References Isis::PvlObject::findGroup().
bool Isis::ControlNetValidMeasure::PixelsFromEdge | ( | int | piSample, |
int | piLine, | ||
Cube * | pCube | ||
) |
Test for a point to be user defined number of pixels from the edge.
Validate if a point in Measure is user defined number of pixels from the edge.
Definition at line 818 of file ControlNetValidMeasure.cpp.
References Isis::Cube::lineCount(), and Isis::Cube::sampleCount().
|
protected |
Read the Serial Numbers from the file and open assocaited cubes.
Read Serial Numbers from specified file and populate the Cube and UniversalGround Maps using the serial numbers.
psSerialNumfile | - File with list of Serial Numbers |
Definition at line 130 of file ControlNetValidMeasure.cpp.
Referenced by Isis::InterestOperator::Operate().
|
inlineprotected |
Set the CameraRequired Flag.
This flag indicates whether a camera is required to Validate a Control Measure. Camera is required to get Emission, Incidence angles and Resolution
pbFlag |
Definition at line 257 of file ControlNetValidMeasure.h.
References mbCameraRequired.
|
protected |
Validate PVL Min & Max DN Standard Options.
Validate the Min and Max Dn Values set by the user in the Operator pvl file.
If not set then set the options to default and enter their names in the Unused Group. If the user set values are invalid then exception is thrown.
Definition at line 458 of file ControlNetValidMeasure.cpp.
References _FILEINFO_, Isis::toString(), Isis::ValidMaximum, and Isis::ValidMinimum.
|
protected |
Validate PVL Min & Max EmissionAngle Standard Options.
ValidateEmissionAngle: Validate the Min and Max Emission Values set by the user in the Operator pvl file.
If not set then set the options to default and enter their names in the Unused Group. If the user set values are invalid then exception is thrown, the valid range being [0-135]
Definition at line 491 of file ControlNetValidMeasure.cpp.
References _FILEINFO_, and Isis::toString().
|
protected |
Validate and read Pixels and Meters from Edge Standard Options.
Validate and Read the Pixels and Meters from Edge Standard Options.
Definition at line 388 of file ControlNetValidMeasure.cpp.
References Isis::toString().
|
protected |
Validate PVL Min & Max IncidenceAngle Standard Options.
ValidateIncidenceAngle: Validate the Min and Max Incidence Values set by the user in the Operator pvl file.
If not set then set the options to default and enter their names in the Unused Group. If the user set values are invalid then exception is thrown, the valid range being [0-135]
Definition at line 527 of file ControlNetValidMeasure.cpp.
References _FILEINFO_, and Isis::toString().
|
protected |
Validate Pvl Sample, Line, Residual Magnitude Tolerances.
Definition at line 559 of file ControlNetValidMeasure.cpp.
References _FILEINFO_, and Isis::toString().
|
protected |
Validate PVL Min & Max Resolution Standard Options.
Validate the Min and Max Resolution Values set by the user in the Operator pvl file.
If not set then set the options to default and enter their names in the Unused Group. If the user set values are invalid then exception is thrown.
Definition at line 420 of file ControlNetValidMeasure.cpp.
References _FILEINFO_, and Isis::toString().
|
protected |
Validate Pvl Sample, Line, Pixel (Sample and Line) Magnitude Shift Tolerances.
Definition at line 604 of file ControlNetValidMeasure.cpp.
References _FILEINFO_, and Isis::toString().
bool Isis::ControlNetValidMeasure::ValidDnValue | ( | double | pdDnValue | ) |
Validate whether the DN Value is in the set Range.
Validates Dn Value by comparing against the Min and Max DN Values set in the def file or the defaults.
pdDnValue | - DN Value to Valdiate |
Definition at line 695 of file ControlNetValidMeasure.cpp.
References Isis::IsSpecial().
Referenced by Isis::MoravecOperator::Interest(), and Isis::GradientOperator::Interest().
bool Isis::ControlNetValidMeasure::ValidEmissionAngle | ( | double | pdEmissionAngle | ) |
Validate whether the Emission Angle is in the set Range.
Validates an Emission angle by comparing with the min and max values in the def file.
If Emission Angle is greater or lesser than the max/min values in the def file or the defaults it returns false else true.
pdEmissionAngle | - Emission Angle to Valdiate |
Definition at line 660 of file ControlNetValidMeasure.cpp.
bool Isis::ControlNetValidMeasure::ValidIncidenceAngle | ( | double | pdIncidenceAngle | ) |
Validate whether the Incidence Angle is in the set Range.
Validates an Incidence angle by comparing with the min and max values in the def file.
If Incidence Angle is greater or lesser than the max/min values in the def file or the defaults it returns false else true.
pdIncidenceAngle | - Incidence Angle to Valdiate |
Definition at line 678 of file ControlNetValidMeasure.cpp.
bool Isis::ControlNetValidMeasure::ValidLatLon | ( | Isis::Camera * | pCamera, |
int | piSample, | ||
int | piLine | ||
) |
Validate the Lat/Lon.
Validate if a point has a valid lat, lon for that camera.
pCamera | |
piSample | |
piLine |
Definition at line 803 of file ControlNetValidMeasure.cpp.
bool Isis::ControlNetValidMeasure::ValidResidualTolerances | ( | double | pdSampleResidual, |
double | pdLineResidual, | ||
double | pdResidualMagnitude, | ||
MeasureValidationResults & | pResults | ||
) |
Validate whether the Residuals are within the set Tolerance.
Validate whether the Sample and Line Residuals and Residual Magnitudes are within the set Tolerances'.
pdSampleResidual | - Measure's Sample residual |
pdLineResidual | - Measure's Line residual |
pdResidualMagnitude | - Measure's Residual Magnitude |
pResults | - MeasureValidationResults |
Definition at line 733 of file ControlNetValidMeasure.cpp.
bool Isis::ControlNetValidMeasure::ValidResolution | ( | double | pdResolution | ) |
Validate whether the Resolution is in the set Range.
Validates Dn Value by comparing against the Min and Max DN Values set in the def file or the defaults.
pdResolution | - Resolution to Validate |
Definition at line 712 of file ControlNetValidMeasure.cpp.
bool Isis::ControlNetValidMeasure::ValidShiftTolerances | ( | double | sampleShift, |
double | lineShift, | ||
double | pixelShift, | ||
MeasureValidationResults & | results | ||
) |
Validate whether the Sample and Line Shifts and Pixel Shift are within the set Tolerances.
sampleShift | Measure's sample shift (current - apriori) |
lineShift | Measure's line shift (current - apriori) |
pixelShift | Measure's pixel shift (Euclidean distance shifted) |
results | Validation results populated with any new failures |
Definition at line 766 of file ControlNetValidMeasure.cpp.
MeasureValidationResults Isis::ControlNetValidMeasure::ValidStandardOptions | ( | const ControlMeasure * | pMeasure, |
Cube * | pCube, | ||
PvlGroup * | pMeasureGrp = NULL |
||
) |
Validate Standard options to pick a reference based on a particular criteria.
Validate a measure for all the Standard Options.
piSample | - Point Sample location |
piLine | - Point Line location |
pCube | - Control Measure Cube |
pMeasureGrp | - Log PvlGroup |
Definition at line 359 of file ControlNetValidMeasure.cpp.
Referenced by Isis::InterestOperator::FindCnetRef(), Isis::InterestOperator::InterestByMeasure(), Isis::InterestOperator::Operate(), and Isis::InterestOperator::ProcessLocked_Point_Reference().
MeasureValidationResults Isis::ControlNetValidMeasure::ValidStandardOptions | ( | const ControlMeasure * | pMeasure, |
Cube * | pCube, | ||
Camera * | camera, | ||
PvlGroup * | pMeasureGrp = NULL |
||
) |
Validate Standard options to pick a reference based on a particular criteria.
Definition at line 370 of file ControlNetValidMeasure.cpp.
MeasureValidationResults Isis::ControlNetValidMeasure::ValidStandardOptions | ( | double | pSample, |
double | pLine, | ||
const ControlMeasure * | pMeasure, | ||
Cube * | pCube, | ||
PvlGroup * | pMeasureGrp = NULL |
||
) |
Validate Standard options to pick a reference based on a particular criteria.
Validate a point on an image and the Control Measure if not Null.
pSample | - Image Sample |
pLine | - Image Line |
pMeasure | - Control Measure |
pCube | - Control Measure's image |
pMeasureGrp | - Result PvlGroup |
Definition at line 173 of file ControlNetValidMeasure.cpp.
References _FILEINFO_, Isis::Cube::camera(), and Isis::Cube::fileName().
MeasureValidationResults Isis::ControlNetValidMeasure::ValidStandardOptions | ( | double | pSample, |
double | pLine, | ||
Cube * | pCube, | ||
PvlGroup * | pMeasureGrp = NULL |
||
) |
Validate Standard options to pick a reference based on a particular criteria.
Validate a point on an image for Standard Options.
Definition at line 339 of file ControlNetValidMeasure.cpp.
|
protected |
Store current Measure's Line Shift.
Definition at line 288 of file ControlNetValidMeasure.h.
|
protected |
Standard Option Line Shift.
Definition at line 276 of file ControlNetValidMeasure.h.
|
protected |
Store current Measure's Pixel Shift.
Definition at line 289 of file ControlNetValidMeasure.h.
|
protected |
Standard Option Pixel Shift.
Definition at line 277 of file ControlNetValidMeasure.h.
|
protected |
Store current Measure's Sample Shift.
Definition at line 287 of file ControlNetValidMeasure.h.
|
protected |
Standard Option Sample Shift.
Definition at line 275 of file ControlNetValidMeasure.h.
|
protected |
To improve speed, flag to indicate if
< Camera needs to be opened
Definition at line 299 of file ControlNetValidMeasure.h.
Referenced by IsCameraRequired(), and SetCameraRequiredFlag().
|
protected |
Check if DN needs to be Validated.
Definition at line 301 of file ControlNetValidMeasure.h.
|
protected |
Check if Pixels/Meters from edge needs to be Validated.
Definition at line 302 of file ControlNetValidMeasure.h.
|
protected |
CubeManager to open and read cubes.
Definition at line 296 of file ControlNetValidMeasure.h.
Referenced by Isis::InterestOperator::FindCnetRef(), Isis::InterestOperator::InterestByPoint(), and Isis::InterestOperator::ProcessLocked_Point_Reference().
|
protected |
Store current Measure's DN Value.
Definition at line 282 of file ControlNetValidMeasure.h.
Referenced by Isis::InterestOperator::InterestByMeasure().
|
protected |
Store current Measure's Emission Angle.
Definition at line 279 of file ControlNetValidMeasure.h.
Referenced by Isis::InterestOperator::InterestByMeasure().
|
protected |
Store current Measure's Incidence Angle.
Definition at line 280 of file ControlNetValidMeasure.h.
Referenced by Isis::InterestOperator::InterestByMeasure().
|
protected |
Store current Measure's Line Residual.
Definition at line 284 of file ControlNetValidMeasure.h.
|
protected |
Standard Option Line Residual.
Definition at line 272 of file ControlNetValidMeasure.h.
|
protected |
Standard Option MaxDN.
Definition at line 262 of file ControlNetValidMeasure.h.
Referenced by GetMaxDN(), and Isis::StandardDeviationOperator::Interest().
|
protected |
Standard Option MaxEmissionAngle.
Definition at line 266 of file ControlNetValidMeasure.h.
Referenced by GetMaxEmissionAngle().
|
protected |
Standard Option MaxIncidenceAngle.
Definition at line 268 of file ControlNetValidMeasure.h.
Referenced by GetMaxIncidenceAngle().
|
protected |
Standard Option MaxResolution.
Definition at line 264 of file ControlNetValidMeasure.h.
|
protected |
Standard Option MeteresFromEdge.
Definition at line 269 of file ControlNetValidMeasure.h.
Referenced by GetMetersFromEdge().
|
protected |
Standard Option MinDN.
Definition at line 261 of file ControlNetValidMeasure.h.
Referenced by GetMinDN(), and Isis::StandardDeviationOperator::Interest().
|
protected |
Standard Option MinEmissionAngle.
Definition at line 265 of file ControlNetValidMeasure.h.
Referenced by GetMinEmissionAngle().
|
protected |
Standard Option MinIncidenceAngle.
Definition at line 267 of file ControlNetValidMeasure.h.
Referenced by GetMinIncidenceAngle().
|
protected |
Standard Option MinResolution.
Definition at line 263 of file ControlNetValidMeasure.h.
|
protected |
Store current Measure's Residual Magnitude.
Definition at line 285 of file ControlNetValidMeasure.h.
|
protected |
Standard Option Residual Magnitude.
Definition at line 273 of file ControlNetValidMeasure.h.
|
protected |
Store current Measure's Resolution.
Definition at line 281 of file ControlNetValidMeasure.h.
Referenced by Isis::InterestOperator::FindCnetRef(), and Isis::InterestOperator::InterestByMeasure().
|
protected |
Store current Measure's Sample Residual.
Definition at line 283 of file ControlNetValidMeasure.h.
|
protected |
Standard Option Sample Residual.
Definition at line 271 of file ControlNetValidMeasure.h.
|
protected |
Standard Option PixelsFromEdge.
Definition at line 270 of file ControlNetValidMeasure.h.
Referenced by GetPixelsFromEdge().
|
protected |
Pvl Log of all the processing.
Definition at line 294 of file ControlNetValidMeasure.h.
Referenced by Isis::InterestOperator::FindCnetRef(), and GetLogPvl().
|
protected |
Pvl Operator Group.
Definition at line 291 of file ControlNetValidMeasure.h.
|
protected |
Serial numbers list.
Definition at line 297 of file ControlNetValidMeasure.h.
Referenced by Isis::InterestOperator::FindCnetRef(), Isis::InterestOperator::InterestByMeasure(), Isis::InterestOperator::InterestByPoint(), and Isis::InterestOperator::ProcessLocked_Point_Reference().
|
protected |
Pvl output Statistics Group.
Definition at line 293 of file ControlNetValidMeasure.h.
Referenced by Isis::InterestOperator::FindCnetRef(), and GetStatistics().
|
protected |
Monitor the status of the app.
Definition at line 295 of file ControlNetValidMeasure.h.
Referenced by Isis::InterestOperator::FindCnetRef().
|
protected |
Pvl Standard Options Group.
Definition at line 292 of file ControlNetValidMeasure.h.
Referenced by GetStdOptions().
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 ISIS Support Center File Modified: 07/12/2023 23:44:58 |