Isis 3 Developer Reference
|
Gradient interest operator. More...
#include <GradientOperator.h>
Public Member Functions | |
GradientOperator (Pvl &pPvl) | |
virtual | ~GradientOperator () |
void | InitInterestOptions () |
Initialise Interest Options to defaults. More... | |
void | SetPatternValidPercent (const double percent) |
void | SetPatternSampling (const double percent) |
void | SetSearchSampling (const double percent) |
void | SetTolerance (double tolerance) |
void | SetPatternReduction (std::vector< int > samples, std::vector< int > lines) |
QString | operatorName () const |
Return name of the matching operator. More... | |
bool | Operate (Cube &pCube, UniversalGroundMap &pUnivGrndMap, int piSample, int piLine) |
Operate used by the app interestcube- to calculate interest by sample,line. More... | |
void | Operate (ControlNet &pNewNet, QString psSerialNumFile, QString psOverlapListFile="") |
Operate - to calculate interest for entire control net to get better reference. More... | |
double | InterestAmount () const |
Return the Interest Amount. More... | |
double | WorstInterest () const |
Return the Worst(least value) Interest. More... | |
double | CubeSample () const |
Return the search chip cube sample that best matched. More... | |
double | CubeLine () const |
Return the search chip cube line that best matched. More... | |
virtual bool | CompareInterests (double int1, double int2) |
Compare for int1 greater than / equal to int2. More... | |
void | addGroup (Isis::PvlObject &obj) |
void | SetClipPolygon (const geos::geom::MultiPolygon &clipPolygon) |
Set the Clip Polygon for points to be contained in the overlaps. More... | |
Isis::PvlGroup | Operator () |
Return the Operator name. More... | |
void | InitStdOptions (void) |
Initialize the Standard Options. More... | |
void | InitStdOptionsGroup (void) |
Initialize the Standard Options Pvl Group with no DefFile. More... | |
virtual Pvl & | GetLogPvl (void) |
Get the Pvl Log file. 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 | |
virtual double | Interest (Chip &chip) |
This method returns the amount of interest for the given chip. More... | |
void | Parse (Pvl &pPvl) |
Parse the Interest specific keywords. More... | |
const geos::geom::MultiPolygon * | FindOverlap (Isis::ControlPoint &pCnetPoint) |
Find if a point is in the overlap. More... | |
const geos::geom::MultiPolygon * | FindOverlapByImageFootPrint (Isis::ControlPoint &pCnetPoint) |
Find imageoverlaps by finding the intersection of image footprints. More... | |
void | FindCnetRef (ControlNet &pNewNet) |
Find best ref for an entire control net by calculating the interest and moving point to a better interest area. More... | |
void | ProcessLocked_Point_Reference (ControlPoint &pCPoint, PvlObject &pPvlObj, int &piMeasuresModified) |
Process (Validate and Log) Point with Lock or with Referemce Measure Locked. More... | |
int | InterestByPoint (ControlPoint &pCnetPoint) |
Calculate interest for a Control Point. More... | |
bool | InterestByMeasure (int piMeasure, Isis::ControlMeasure &pCnetMeasure, Isis::Cube &pCube) |
Calculate interest for a measure by index. More... | |
void | InitInterestResults (int piIndex) |
Init Interest Results structure. More... | |
virtual int | Padding () |
Sets an offset to pass in larger chips if operator requires it This is used to offset the subchip size passed into Interest. More... | |
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 | p_worstInterest |
double | p_interestAmount |
geos::geom::MultiPolygon * | p_clipPolygon |
Clipping polygon set by SetClipPolygon (line,samp) More... | |
Isis::PvlGroup | mOperatorGrp |
Operator group that created this projection. More... | |
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 Camera needs to be opened. More... | |
bool | mbValidateDN |
Check if DN needs to be Validated. More... | |
bool | mbValidateFromEdge |
Check if Pixels/Meters from edge needs to be Validated. More... | |
Gradient interest operator.
This class is used to construct a gradient interest operator. For this class, the interest is always positive with the worst interest amount being 0. The higher the interest, the better.
|
inline |
|
inlinevirtual |
|
inherited |
References Isis::PvlObject::addGroup().
|
virtualinherited |
Compare for int1 greater than / equal to int2.
This virtual method must return if the 1st fit is equal to or better than the second fit.
int1 | 1st interestAmount |
int2 | 2nd interestAmount |
Referenced by Isis::InterestOperator::InterestByMeasure(), Isis::InterestOperator::InterestByPoint(), and Isis::InterestOperator::Operate().
|
inlineinherited |
Return the search chip cube line that best matched.
|
inlineinherited |
Return the search chip cube sample that best matched.
|
protectedvirtualinherited |
Find best ref for an entire control net by calculating the interest and moving point to a better interest area.
This traverses all the control points and measures in the network and checks for valid Measure which passes the Emission Incidence Angle, DN value tests and picks the Measure with the best Interest as the Reference.
pNewNet | - Input Control Net |
2010-07-13 Tracie Sucharski, Changes for binary control networks, Measure type of Estimated is now Candidate and instead of a separate keyword indicating whether a meausre is the reference, the MeasureType is set to Reference.
2010-10-04 Sharmila Prasad - Modified for binary Control Net ex Edit Lock
2010-10-15 Sharmila Prasad - Use only a single copy of Control Net
Reimplemented from Isis::ControlNetValidMeasure.
References _FILEINFO_, Isis::Cube::camera(), Isis::ControlMeasure::Candidate, Isis::Progress::CheckStatus(), Isis::ControlPoint::Constrained, Isis::SerialNumberList::fileName(), Isis::ControlPoint::Fixed, Isis::ControlPoint::Free, Isis::ControlPoint::GetAprioriSurfacePointSource(), Isis::ControlMeasure::GetCubeSerialNumber(), Isis::ControlPoint::GetId(), Isis::ControlMeasure::GetLine(), Isis::ControlPoint::GetMeasure(), Isis::ControlPoint::GetNumLockedMeasures(), Isis::ControlPoint::GetNumMeasures(), Isis::ControlNet::GetNumPoints(), Isis::ControlNet::GetPoint(), Isis::ControlPoint::GetRefMeasure(), Isis::ControlMeasure::GetSample(), Isis::ControlPoint::GetType(), Isis::Camera::InCube(), Isis::ControlPoint::IndexOfRefMeasure(), Isis::InterestOperator::InterestByPoint(), Isis::ControlMeasure::IsEditLocked(), Isis::ControlPoint::IsEditLocked(), Isis::ControlMeasure::IsIgnored(), Isis::ControlPoint::IsIgnored(), Isis::MeasureValidationResults::isValid(), Isis::Camera::Line(), Isis::ControlNetValidMeasure::LocationString(), Isis::ControlNetValidMeasure::mCubeMgr, Isis::ControlNetValidMeasure::mdResolution, Isis::ControlNetValidMeasure::mPvlLog, Isis::ControlNetValidMeasure::mSerialNumbers, Isis::ControlNetValidMeasure::mStatisticsGrp, Isis::ControlNetValidMeasure::mStatus, Isis::CubeManager::OpenCube(), Isis::InterestOperator::ProcessLocked_Point_Reference(), Isis::ControlPoint::SurfacePointSource::Reference, Isis::Camera::Sample(), Isis::ControlMeasure::SetChooserName(), Isis::ControlMeasure::SetCoordinate(), Isis::ControlMeasure::SetDateTime(), Isis::ControlMeasure::SetIgnored(), Isis::ControlPoint::SetIgnored(), Isis::Camera::SetImage(), Isis::Progress::SetMaximumSteps(), Isis::ControlPoint::SetRefMeasure(), Isis::Progress::SetText(), Isis::ControlMeasure::SetType(), Isis::Camera::SetUniversalGround(), Isis::MeasureValidationResults::toString(), Isis::toString(), Isis::Sensor::UniversalLatitude(), Isis::Sensor::UniversalLongitude(), Isis::IException::User, Isis::ControlNetValidMeasure::ValidStandardOptions(), and Isis::InterestOperator::WorstInterest().
Referenced by Isis::InterestOperator::Operate().
|
protectedinherited |
Find if a point is in the overlap.
This method searches for an overlap in the ImageOverlapSet that belongs to the given control point.
Only exact SN matches are accepted.
References Isis::InterestOperator::FindOverlapByImageFootPrint(), Isis::ControlMeasure::GetCubeSerialNumber(), Isis::ControlPoint::GetNumMeasures(), Isis::ImageOverlap::HasSerialNumber(), Isis::ImageOverlap::Size(), and Isis::ImageOverlapSet::Size().
Referenced by Isis::InterestOperator::InterestByPoint().
|
protectedinherited |
Find imageoverlaps by finding the intersection of image footprints.
Find image overlaps by getting intersection of the individual image footprints when an exact match in the overlaplist fails.
pCnetPoint | - Overlaps for the Control Point |
References Isis::ControlPoint::GetNumMeasures(), Isis::PolygonTools::Intersect(), Isis::PolygonTools::MakeMultiPolygon(), and Isis::Cube::read().
Referenced by Isis::InterestOperator::FindOverlap().
|
inlinevirtualinherited |
Get the Pvl Log file.
References Isis::ControlNetValidMeasure::mPvlLog.
|
inlineinherited |
Get the option MaxDN.
References Isis::ControlNetValidMeasure::mdMaxDN.
|
inlineinherited |
Get the option MaxEmissionAngle.
References Isis::ControlNetValidMeasure::mdMaxEmissionAngle.
|
inlineinherited |
Get the option MaxIncidenceAngle.
References Isis::ControlNetValidMeasure::mdMaxIncidenceAngle.
|
inlineinherited |
Get the option MetersFromEdge.
References Isis::ControlNetValidMeasure::mdMetersFromEdge.
|
inlineinherited |
Get the option MinDN.
References Isis::ControlNetValidMeasure::mdMinDN.
|
inlineinherited |
Get the option MinEmissionAngle.
References Isis::ControlNetValidMeasure::mdMinEmissionAngle.
|
inlineinherited |
Get the option MinIncidenceAngle.
References Isis::ControlNetValidMeasure::mdMinIncidenceAngle.
|
inlineinherited |
Get the option PixelsFromEdge.
References Isis::ControlNetValidMeasure::miPixelsFromEdge.
|
inlineinherited |
Get the Statistics Pvl Grp.
References Isis::ControlNetValidMeasure::mStatisticsGrp.
|
inlineinherited |
Get the Standard Options Pvl Group.
References Isis::ControlNetValidMeasure::mStdOptionsGrp.
|
inherited |
Initialise Interest Options to defaults.
References Isis::InterestOperator::p_clipPolygon, Isis::InterestOperator::p_interestAmount, and Isis::InterestOperator::p_worstInterest.
Referenced by Isis::InterestOperator::InterestOperator().
|
protectedinherited |
Init Interest Results structure.
Initialise the InterestResults structure given the index.
piIndex | - Index for the Interest Results structure |
References Isis::Null, and Isis::ValidMinimum.
Referenced by Isis::InterestOperator::InterestByPoint().
|
inherited |
Initialize the Standard Options.
Init all the standard options to default.
References Isis::ControlNetValidMeasure::m_lineShiftTolerance, Isis::ControlNetValidMeasure::m_pixelShiftTolerance, Isis::ControlNetValidMeasure::m_sampleShiftTolerance, Isis::ControlNetValidMeasure::mbCameraRequired, Isis::ControlNetValidMeasure::mbValidateDN, Isis::ControlNetValidMeasure::mbValidateFromEdge, Isis::ControlNetValidMeasure::mdLineResTolerance, Isis::ControlNetValidMeasure::mdMaxDN, Isis::ControlNetValidMeasure::mdMaxEmissionAngle, Isis::ControlNetValidMeasure::mdMaxIncidenceAngle, Isis::ControlNetValidMeasure::mdMaxResolution, Isis::ControlNetValidMeasure::mdMetersFromEdge, Isis::ControlNetValidMeasure::mdMinDN, Isis::ControlNetValidMeasure::mdMinEmissionAngle, Isis::ControlNetValidMeasure::mdMinIncidenceAngle, Isis::ControlNetValidMeasure::mdMinResolution, Isis::ControlNetValidMeasure::mdResidualTolerance, Isis::ControlNetValidMeasure::mdSampleResTolerance, Isis::ControlNetValidMeasure::miPixelsFromEdge, Isis::ValidMaximum, and Isis::ValidMinimum.
Referenced by Isis::ControlNetValidMeasure::ControlNetValidMeasure().
|
inherited |
Initialize the Standard Options Pvl Group with no DefFile.
Set the Standard Options group for logging.
References Isis::ControlNetValidMeasure::m_lineShiftTolerance, Isis::ControlNetValidMeasure::m_pixelShiftTolerance, Isis::ControlNetValidMeasure::m_sampleShiftTolerance, Isis::ControlNetValidMeasure::mdLineResTolerance, Isis::ControlNetValidMeasure::mdMaxDN, Isis::ControlNetValidMeasure::mdMaxEmissionAngle, Isis::ControlNetValidMeasure::mdMaxIncidenceAngle, Isis::ControlNetValidMeasure::mdMaxResolution, Isis::ControlNetValidMeasure::mdMetersFromEdge, Isis::ControlNetValidMeasure::mdMinDN, Isis::ControlNetValidMeasure::mdMinEmissionAngle, Isis::ControlNetValidMeasure::mdMinIncidenceAngle, Isis::ControlNetValidMeasure::mdMinResolution, Isis::ControlNetValidMeasure::mdResidualTolerance, Isis::ControlNetValidMeasure::mdSampleResTolerance, Isis::ControlNetValidMeasure::miPixelsFromEdge, Isis::ControlNetValidMeasure::mStdOptionsGrp, Isis::toString(), Isis::ValidMaximum, and Isis::ValidMinimum.
Referenced by Isis::ControlNetValidMeasure::ControlNetValidMeasure().
|
protectedvirtual |
This method returns the amount of interest for the given chip.
chip |
Implements Isis::InterestOperator.
References Isis::Chip::GetValue(), Isis::Chip::Lines(), Isis::Chip::Samples(), and Isis::ControlNetValidMeasure::ValidDnValue().
|
inlineinherited |
Return the Interest Amount.
References Isis::InterestOperator::p_interestAmount.
|
protectedinherited |
Calculate interest for a measure by index.
Find the interest by Measure given the index to store the results in the InterestResults structure.
piMeasure | - Index for Interest Results structure |
pCnetMeasure | - Control Measure for which the best interest is calculated |
pCube | - Measure Cube |
References _FILEINFO_, Isis::Cube::camera(), Isis::InterestOperator::CompareInterests(), Isis::Chip::CubeLine(), Isis::Chip::CubeSample(), Isis::Sensor::EmissionAngle(), Isis::Chip::Extract(), Isis::SerialNumberList::fileName(), Isis::ControlMeasure::GetCubeSerialNumber(), Isis::ControlMeasure::GetLine(), Isis::ControlMeasure::GetSample(), Isis::Sensor::IncidenceAngle(), Isis::InterestOperator::Interest(), Isis::MeasureValidationResults::isValid(), Isis::Chip::Load(), Isis::ControlNetValidMeasure::mdDnValue, Isis::ControlNetValidMeasure::mdEmissionAngle, Isis::ControlNetValidMeasure::mdIncidenceAngle, Isis::ControlNetValidMeasure::mdResolution, Isis::ControlNetValidMeasure::mSerialNumbers, Isis::Null, Isis::InterestOperator::p_clipPolygon, Isis::InterestOperator::Padding(), Isis::Camera::PixelResolution(), Isis::Cube::pixelType(), Isis::Cube::read(), Isis::Chip::SetChipPosition(), Isis::Chip::SetClipPolygon(), Isis::Camera::SetImage(), Isis::Portal::SetPosition(), Isis::Chip::TackCube(), Isis::IException::User, and Isis::ControlNetValidMeasure::ValidStandardOptions().
Referenced by Isis::InterestOperator::InterestByPoint().
|
protectedinherited |
Calculate interest for a Control Point.
InterestByPoint - Find the interest of all measures in a Point and store all the results in Interest Results structure.
pCnetPoint | - Control Point for which the best interest is calculated |
References _FILEINFO_, Isis::InterestOperator::CompareInterests(), Isis::SerialNumberList::fileName(), Isis::InterestOperator::FindOverlap(), Isis::ControlMeasure::GetCubeSerialNumber(), Isis::ControlPoint::GetId(), Isis::ControlPoint::GetNumMeasures(), Isis::InterestOperator::InitInterestResults(), Isis::InterestOperator::InterestByMeasure(), Isis::ControlMeasure::IsIgnored(), Isis::PolygonTools::LatLonToSampleLine(), Isis::ControlNetValidMeasure::mCubeMgr, Isis::ControlNetValidMeasure::mSerialNumbers, Isis::Null, Isis::CubeManager::OpenCube(), Isis::InterestOperator::SetClipPolygon(), and Isis::IException::User.
Referenced by Isis::InterestOperator::FindCnetRef().
|
inlineinherited |
API to get status of CameraRequired flag.
References Isis::ControlNetValidMeasure::mbCameraRequired.
Referenced by Isis::ControlNetValidMeasure::IsCubeRequired().
|
inlineinherited |
|
inlineinherited |
API to display location in the form "Sample,Line".
References Isis::toString().
Referenced by Isis::InterestOperator::FindCnetRef(), and Isis::InterestOperator::ProcessLocked_Point_Reference().
|
inherited |
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.
References _FILEINFO_, Isis::Cube::camera(), Isis::Cube::fileName(), Isis::Cube::lineCount(), Isis::ControlNetValidMeasure::mdMetersFromEdge, Isis::Camera::PixelResolution(), Isis::Cube::sampleCount(), Isis::Camera::SetImage(), and Isis::IException::User.
Referenced by Isis::ControlNetValidMeasure::ValidStandardOptions().
|
inherited |
Operate used by the app interestcube- to calculate interest by sample,line.
Walk the pattern chip through the search chip to find the best interest.
cube | [in] The Isis::Cube to look for an interesting area in |
piSample | [in] The sample postion in the cube where the chip is located |
piLine | [in] The line postion in the cube where the chip is located |
pUnivGrndMap | Reference to the Universal Ground map of this image |
2010-03-30 Sharmila Prasad - Check for valid DN Value and Emission Angle in the user defined ValidMin-ValidMax range when selecting point of interest in a Control Measure
2010-06-23 Sharmila Prasad - Validate for Resolution Range and Pixels/Meters from edge options
2016-08-24 Kelvin Rodriguez - Changed calls to abs to qAbs to squash implicit conversion warnings in clang. Part of porting to OS X 10.11.
References _FILEINFO_, Isis::InterestOperator::CompareInterests(), Isis::Chip::CubeLine(), Isis::Chip::CubeSample(), Isis::Chip::Extract(), Isis::Cube::fileName(), Isis::UniversalGroundMap::HasCamera(), Isis::InterestOperator::Interest(), Isis::MeasureValidationResults::isValid(), Isis::Chip::Load(), Isis::Null, Isis::InterestOperator::p_clipPolygon, Isis::InterestOperator::p_interestAmount, Isis::InterestOperator::Padding(), Isis::IException::Programmer, Isis::Chip::SetChipPosition(), Isis::Chip::SetClipPolygon(), Isis::UniversalGroundMap::SetImage(), Isis::Chip::TackCube(), and Isis::ControlNetValidMeasure::ValidStandardOptions().
|
inherited |
Operate - to calculate interest for entire control net to get better reference.
Read the Serial#'s and overlaplist if any and call API to find the reference for all the points in the network.
pNewNet | - Input Control Net |
psSerialNumFile | - Serial Number File |
psOverlapListFile | - Overlaplist File containing overlap data |
References Isis::InterestOperator::FindCnetRef(), Isis::ImageOverlapSet::ReadImageOverlaps(), and Isis::ControlNetValidMeasure::ReadSerialNumbers().
|
inherited |
Return the Operator name.
This function returns the keywords that this object was created from.
References Isis::InterestOperator::mOperatorGrp.
|
inlineinherited |
Return name of the matching operator.
References Isis::InterestOperator::mOperatorGrp.
|
protectedvirtualinherited |
Sets an offset to pass in larger chips if operator requires it This is used to offset the subchip size passed into Interest.
Reimplemented in Isis::MoravecOperator.
Referenced by Isis::InterestOperator::InterestByMeasure(), and Isis::InterestOperator::Operate().
|
protectedinherited |
Parse the Interest specific keywords.
Create an InterestOperator object using a PVL specification.
An example of the PVL required for this is:
There are many other options that can be set via the pvl and are described in other documentation (see below).
pvl | The pvl object containing the specification |
2010-04-09 Sharmila Prasad Check for validity of new keyword "MaxEmissionAngle"
2010-06-10 Sharmila Prasad Parse only Interest specific keywords and store in Operator group
References _FILEINFO_, Isis::PvlContainer::fileName(), Isis::PvlObject::findGroup(), Isis::InterestOperator::mOperatorGrp, Isis::toString(), Isis::PvlObject::Traverse, and Isis::IException::User.
Referenced by Isis::InterestOperator::InterestOperator().
|
inherited |
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.
References Isis::Cube::lineCount(), Isis::ControlNetValidMeasure::miPixelsFromEdge, and Isis::Cube::sampleCount().
Referenced by Isis::ControlNetValidMeasure::ValidStandardOptions().
|
protectedinherited |
Process (Validate and Log) Point with Lock or with Referemce Measure Locked.
Process a Control Point which is Locked or has the Reference Measure locked.
References Isis::SerialNumberList::fileName(), Isis::ControlMeasure::GetCubeSerialNumber(), Isis::ControlMeasure::GetLine(), Isis::ControlPoint::GetNumMeasures(), Isis::ControlMeasure::GetSample(), Isis::ControlMeasure::IsEditLocked(), Isis::ControlPoint::IsEditLocked(), Isis::ControlMeasure::IsIgnored(), Isis::MeasureValidationResults::isValid(), Isis::ControlNetValidMeasure::LocationString(), Isis::ControlNetValidMeasure::mCubeMgr, Isis::ControlNetValidMeasure::mSerialNumbers, Isis::CubeManager::OpenCube(), Isis::ControlMeasure::SetChooserName(), Isis::ControlMeasure::SetDateTime(), Isis::ControlMeasure::SetIgnored(), Isis::ControlPoint::SetIgnored(), and Isis::ControlNetValidMeasure::ValidStandardOptions().
Referenced by Isis::InterestOperator::FindCnetRef().
|
protectedinherited |
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 |
References Isis::ControlNetValidMeasure::mCubeMgr, Isis::ControlNetValidMeasure::mSerialNumbers, Isis::ControlNetValidMeasure::mStatus, and Isis::CubeManager::SetNumOpenCubes().
Referenced by Isis::InterestOperator::Operate().
|
inlineprotectedinherited |
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 |
References Isis::ControlNetValidMeasure::mbCameraRequired.
|
inherited |
Set the Clip Polygon for points to be contained in the overlaps.
Sets the clipping polygon for the chip.
The coordinates must be in (sample,line) order.
clipPolygon | The polygons used to clip the chip |
References Isis::PolygonTools::CopyMultiPolygon(), and Isis::InterestOperator::p_clipPolygon.
Referenced by Isis::InterestOperator::InterestByPoint().
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
protectedinherited |
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.
References _FILEINFO_, Isis::PvlContainer::hasKeyword(), Isis::ControlNetValidMeasure::mbValidateDN, Isis::ControlNetValidMeasure::mdMaxDN, Isis::ControlNetValidMeasure::mdMinDN, Isis::ControlNetValidMeasure::mPvlOpGrp, Isis::ControlNetValidMeasure::mStdOptionsGrp, Isis::toString(), Isis::IException::User, Isis::ValidMaximum, and Isis::ValidMinimum.
Referenced by Isis::ControlNetValidMeasure::Parse().
|
protectedinherited |
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]
References _FILEINFO_, Isis::PvlContainer::hasKeyword(), Isis::ControlNetValidMeasure::mbCameraRequired, Isis::ControlNetValidMeasure::mdMaxEmissionAngle, Isis::ControlNetValidMeasure::mdMinEmissionAngle, Isis::ControlNetValidMeasure::mPvlOpGrp, Isis::ControlNetValidMeasure::mStdOptionsGrp, Isis::toString(), and Isis::IException::User.
Referenced by Isis::ControlNetValidMeasure::Parse().
|
protectedinherited |
Validate and read Pixels and Meters from Edge Standard Options.
Validate and Read the Pixels and Meters from Edge Standard Options.
References Isis::PvlContainer::hasKeyword(), Isis::ControlNetValidMeasure::mbValidateFromEdge, Isis::ControlNetValidMeasure::mdMetersFromEdge, Isis::ControlNetValidMeasure::miPixelsFromEdge, Isis::ControlNetValidMeasure::mPvlOpGrp, Isis::ControlNetValidMeasure::mStdOptionsGrp, and Isis::toString().
Referenced by Isis::ControlNetValidMeasure::Parse().
|
protectedinherited |
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]
References _FILEINFO_, Isis::PvlContainer::hasKeyword(), Isis::ControlNetValidMeasure::mbCameraRequired, Isis::ControlNetValidMeasure::mdMaxIncidenceAngle, Isis::ControlNetValidMeasure::mdMinIncidenceAngle, Isis::ControlNetValidMeasure::mPvlOpGrp, Isis::ControlNetValidMeasure::mStdOptionsGrp, Isis::toString(), and Isis::IException::User.
Referenced by Isis::ControlNetValidMeasure::Parse().
|
protectedinherited |
Validate Pvl Sample, Line, Residual Magnitude Tolerances.
References _FILEINFO_, Isis::PvlContainer::hasKeyword(), Isis::ControlNetValidMeasure::mdLineResTolerance, Isis::ControlNetValidMeasure::mdResidualTolerance, Isis::ControlNetValidMeasure::mdSampleResTolerance, Isis::ControlNetValidMeasure::mPvlOpGrp, Isis::ControlNetValidMeasure::mStdOptionsGrp, Isis::toString(), and Isis::IException::User.
Referenced by Isis::ControlNetValidMeasure::Parse().
|
protectedinherited |
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.
References _FILEINFO_, Isis::PvlContainer::hasKeyword(), Isis::ControlNetValidMeasure::mbCameraRequired, Isis::ControlNetValidMeasure::mdMaxResolution, Isis::ControlNetValidMeasure::mdMinResolution, Isis::ControlNetValidMeasure::mPvlOpGrp, Isis::ControlNetValidMeasure::mStdOptionsGrp, Isis::toString(), and Isis::IException::User.
Referenced by Isis::ControlNetValidMeasure::Parse().
|
protectedinherited |
Validate Pvl Sample, Line, Pixel (Sample and Line) Magnitude Shift Tolerances.
References _FILEINFO_, Isis::PvlContainer::hasKeyword(), Isis::ControlNetValidMeasure::m_lineShiftTolerance, Isis::ControlNetValidMeasure::m_pixelShiftTolerance, Isis::ControlNetValidMeasure::m_sampleShiftTolerance, Isis::ControlNetValidMeasure::mPvlOpGrp, Isis::ControlNetValidMeasure::mStdOptionsGrp, Isis::toString(), and Isis::IException::User.
Referenced by Isis::ControlNetValidMeasure::Parse().
|
inherited |
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 |
References Isis::IsSpecial(), and Isis::ControlNetValidMeasure::mdMaxDN.
Referenced by Isis::MoravecOperator::Interest(), Interest(), and Isis::ControlNetValidMeasure::ValidStandardOptions().
|
inherited |
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 |
References Isis::ControlNetValidMeasure::mdMaxEmissionAngle.
Referenced by Isis::ControlNetValidMeasure::ValidStandardOptions().
|
inherited |
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 |
References Isis::ControlNetValidMeasure::mdMaxIncidenceAngle.
Referenced by Isis::ControlNetValidMeasure::ValidStandardOptions().
|
inherited |
Validate the Lat/Lon.
Validate if a point has a valid lat, lon for that camera.
pCamera | |
piSample | |
piLine |
|
inherited |
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 |
References Isis::MeasureValidationResults::addFailure(), Isis::MeasureValidationResults::LineResidual, Isis::ControlNetValidMeasure::mdLineResTolerance, Isis::ControlNetValidMeasure::mdResidualTolerance, Isis::ControlNetValidMeasure::mdSampleResTolerance, Isis::MeasureValidationResults::ResidualMagnitude, and Isis::MeasureValidationResults::SampleResidual.
Referenced by Isis::ControlNetValidMeasure::ValidStandardOptions().
|
inherited |
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 |
References Isis::ControlNetValidMeasure::mdMaxResolution.
Referenced by Isis::ControlNetValidMeasure::ValidStandardOptions().
|
inherited |
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 |
References Isis::MeasureValidationResults::addFailure(), Isis::MeasureValidationResults::LineShift, Isis::ControlNetValidMeasure::m_lineShiftTolerance, Isis::ControlNetValidMeasure::m_pixelShiftTolerance, Isis::ControlNetValidMeasure::m_sampleShiftTolerance, Isis::MeasureValidationResults::PixelShift, and Isis::MeasureValidationResults::SampleShift.
Referenced by Isis::ControlNetValidMeasure::ValidStandardOptions().
|
inherited |
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 |
References Isis::ControlMeasure::GetLine(), and Isis::ControlMeasure::GetSample().
Referenced by Isis::InterestOperator::FindCnetRef(), Isis::InterestOperator::InterestByMeasure(), Isis::InterestOperator::Operate(), Isis::InterestOperator::ProcessLocked_Point_Reference(), and Isis::ControlNetValidMeasure::ValidStandardOptions().
|
inherited |
Validate Standard options to pick a reference based on a particular criteria.
References Isis::ControlMeasure::GetLine(), Isis::ControlMeasure::GetSample(), and Isis::ControlNetValidMeasure::ValidStandardOptions().
|
inherited |
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 |
References _FILEINFO_, Isis::Cube::camera(), Isis::Cube::fileName(), Isis::ControlNetValidMeasure::mbCameraRequired, Isis::IException::User, and Isis::ControlNetValidMeasure::ValidStandardOptions().
|
inherited |
References Isis::MeasureValidationResults::addFailure(), Isis::MeasureValidationResults::DNValue, Isis::MeasureValidationResults::EmissionAngle, Isis::Sensor::EmissionAngle(), Isis::ControlMeasure::GetLineResidual(), Isis::ControlMeasure::GetLineShift(), Isis::ControlMeasure::GetPixelShift(), Isis::ControlMeasure::GetResidualMagnitude(), Isis::ControlMeasure::GetSampleResidual(), Isis::ControlMeasure::GetSampleShift(), Isis::MeasureValidationResults::IncidenceAngle, Isis::Sensor::IncidenceAngle(), Isis::ControlNetValidMeasure::m_lineShift, Isis::ControlNetValidMeasure::m_pixelShift, Isis::ControlNetValidMeasure::m_sampleShift, Isis::ControlNetValidMeasure::mbCameraRequired, Isis::ControlNetValidMeasure::mbValidateDN, Isis::ControlNetValidMeasure::mbValidateFromEdge, Isis::ControlNetValidMeasure::mdDnValue, Isis::ControlNetValidMeasure::mdEmissionAngle, Isis::ControlNetValidMeasure::mdIncidenceAngle, Isis::ControlNetValidMeasure::mdLineResidual, Isis::ControlNetValidMeasure::mdMaxDN, Isis::ControlNetValidMeasure::mdMaxEmissionAngle, Isis::ControlNetValidMeasure::mdMaxIncidenceAngle, Isis::ControlNetValidMeasure::mdMaxResolution, Isis::ControlNetValidMeasure::mdMetersFromEdge, Isis::ControlNetValidMeasure::mdMinDN, Isis::ControlNetValidMeasure::mdMinEmissionAngle, Isis::ControlNetValidMeasure::mdMinIncidenceAngle, Isis::ControlNetValidMeasure::mdMinResolution, Isis::ControlNetValidMeasure::mdResidualMagnitude, Isis::ControlNetValidMeasure::mdResolution, Isis::ControlNetValidMeasure::mdSampleResidual, Isis::MeasureValidationResults::MetersFromEdge, Isis::ControlNetValidMeasure::MetersFromEdge(), Isis::ControlNetValidMeasure::miPixelsFromEdge, Isis::Null, Isis::Camera::PixelResolution(), Isis::MeasureValidationResults::PixelsFromEdge, Isis::ControlNetValidMeasure::PixelsFromEdge(), Isis::Cube::pixelType(), Isis::Cube::read(), Isis::MeasureValidationResults::Resolution, Isis::Camera::SetImage(), Isis::Portal::SetPosition(), Isis::toString(), Isis::ControlNetValidMeasure::ValidDnValue(), Isis::ControlNetValidMeasure::ValidEmissionAngle(), Isis::ControlNetValidMeasure::ValidIncidenceAngle(), Isis::ControlNetValidMeasure::ValidResidualTolerances(), Isis::ControlNetValidMeasure::ValidResolution(), and Isis::ControlNetValidMeasure::ValidShiftTolerances().
|
inherited |
Validate Standard options to pick a reference based on a particular criteria.
Validate a point on an image for Standard Options.
References Isis::ControlNetValidMeasure::ValidStandardOptions().
|
inlineinherited |
Return the Worst(least value) Interest.
References Isis::InterestOperator::p_worstInterest.
Referenced by Isis::InterestOperator::FindCnetRef().
|
protectedinherited |
Store current Measure's Line Shift.
Referenced by Isis::ControlNetValidMeasure::ValidStandardOptions().
|
protectedinherited |
Standard Option Line Shift.
Referenced by Isis::ControlNetValidMeasure::InitStdOptions(), Isis::ControlNetValidMeasure::InitStdOptionsGroup(), Isis::ControlNetValidMeasure::ValidatePvlShiftTolerances(), and Isis::ControlNetValidMeasure::ValidShiftTolerances().
|
protectedinherited |
Store current Measure's Pixel Shift.
Referenced by Isis::ControlNetValidMeasure::ValidStandardOptions().
|
protectedinherited |
|
protectedinherited |
Store current Measure's Sample Shift.
Referenced by Isis::ControlNetValidMeasure::ValidStandardOptions().
|
protectedinherited |
Standard Option Sample Shift.
Referenced by Isis::ControlNetValidMeasure::InitStdOptions(), Isis::ControlNetValidMeasure::InitStdOptionsGroup(), Isis::ControlNetValidMeasure::ValidatePvlShiftTolerances(), and Isis::ControlNetValidMeasure::ValidShiftTolerances().
|
protectedinherited |
To improve speed, flag to indicate if Camera needs to be opened.
Referenced by Isis::ControlNetValidMeasure::InitStdOptions(), Isis::ControlNetValidMeasure::IsCameraRequired(), Isis::ControlNetValidMeasure::SetCameraRequiredFlag(), Isis::ControlNetValidMeasure::ValidatePvlEmissionAngle(), Isis::ControlNetValidMeasure::ValidatePvlIncidenceAngle(), Isis::ControlNetValidMeasure::ValidatePvlResolution(), and Isis::ControlNetValidMeasure::ValidStandardOptions().
|
protectedinherited |
Check if DN needs to be Validated.
Referenced by Isis::ControlNetValidMeasure::InitStdOptions(), Isis::ControlNetValidMeasure::IsCubeRequired(), Isis::ControlNetValidMeasure::ValidatePvlDN(), and Isis::ControlNetValidMeasure::ValidStandardOptions().
|
protectedinherited |
Check if Pixels/Meters from edge needs to be Validated.
Referenced by Isis::ControlNetValidMeasure::InitStdOptions(), Isis::ControlNetValidMeasure::IsCubeRequired(), Isis::ControlNetValidMeasure::ValidatePvlFromEdge(), and Isis::ControlNetValidMeasure::ValidStandardOptions().
|
protectedinherited |
CubeManager to open and read cubes.
Referenced by Isis::InterestOperator::FindCnetRef(), Isis::InterestOperator::InterestByPoint(), Isis::InterestOperator::ProcessLocked_Point_Reference(), Isis::ControlNetValidMeasure::ReadSerialNumbers(), and Isis::ControlNetValidMeasure::~ControlNetValidMeasure().
|
protectedinherited |
Store current Measure's DN Value.
Referenced by Isis::InterestOperator::InterestByMeasure(), and Isis::ControlNetValidMeasure::ValidStandardOptions().
|
protectedinherited |
Store current Measure's Emission Angle.
Referenced by Isis::InterestOperator::InterestByMeasure(), and Isis::ControlNetValidMeasure::ValidStandardOptions().
|
protectedinherited |
Store current Measure's Incidence Angle.
Referenced by Isis::InterestOperator::InterestByMeasure(), and Isis::ControlNetValidMeasure::ValidStandardOptions().
|
protectedinherited |
Store current Measure's Line Residual.
Referenced by Isis::ControlNetValidMeasure::ValidStandardOptions().
|
protectedinherited |
Standard Option Line Residual.
Referenced by Isis::ControlNetValidMeasure::InitStdOptions(), Isis::ControlNetValidMeasure::InitStdOptionsGroup(), Isis::ControlNetValidMeasure::ValidatePvlResidualTolerances(), and Isis::ControlNetValidMeasure::ValidResidualTolerances().
|
protectedinherited |
Standard Option MaxDN.
Referenced by Isis::ControlNetValidMeasure::GetMaxDN(), Isis::ControlNetValidMeasure::InitStdOptions(), Isis::ControlNetValidMeasure::InitStdOptionsGroup(), Isis::StandardDeviationOperator::Interest(), Isis::ControlNetValidMeasure::ValidatePvlDN(), Isis::ControlNetValidMeasure::ValidDnValue(), and Isis::ControlNetValidMeasure::ValidStandardOptions().
|
protectedinherited |
Standard Option MaxEmissionAngle.
Referenced by Isis::ControlNetValidMeasure::GetMaxEmissionAngle(), Isis::ControlNetValidMeasure::InitStdOptions(), Isis::ControlNetValidMeasure::InitStdOptionsGroup(), Isis::ControlNetValidMeasure::ValidatePvlEmissionAngle(), Isis::ControlNetValidMeasure::ValidEmissionAngle(), and Isis::ControlNetValidMeasure::ValidStandardOptions().
|
protectedinherited |
Standard Option MaxIncidenceAngle.
Referenced by Isis::ControlNetValidMeasure::GetMaxIncidenceAngle(), Isis::ControlNetValidMeasure::InitStdOptions(), Isis::ControlNetValidMeasure::InitStdOptionsGroup(), Isis::ControlNetValidMeasure::ValidatePvlIncidenceAngle(), Isis::ControlNetValidMeasure::ValidIncidenceAngle(), and Isis::ControlNetValidMeasure::ValidStandardOptions().
|
protectedinherited |
Standard Option MaxResolution.
Referenced by Isis::ControlNetValidMeasure::InitStdOptions(), Isis::ControlNetValidMeasure::InitStdOptionsGroup(), Isis::ControlNetValidMeasure::ValidatePvlResolution(), Isis::ControlNetValidMeasure::ValidResolution(), and Isis::ControlNetValidMeasure::ValidStandardOptions().
|
protectedinherited |
Standard Option MeteresFromEdge.
Referenced by Isis::ControlNetValidMeasure::GetMetersFromEdge(), Isis::ControlNetValidMeasure::InitStdOptions(), Isis::ControlNetValidMeasure::InitStdOptionsGroup(), Isis::ControlNetValidMeasure::MetersFromEdge(), Isis::ControlNetValidMeasure::ValidatePvlFromEdge(), and Isis::ControlNetValidMeasure::ValidStandardOptions().
|
protectedinherited |
Standard Option MinDN.
Referenced by Isis::ControlNetValidMeasure::GetMinDN(), Isis::ControlNetValidMeasure::InitStdOptions(), Isis::ControlNetValidMeasure::InitStdOptionsGroup(), Isis::StandardDeviationOperator::Interest(), Isis::ControlNetValidMeasure::ValidatePvlDN(), and Isis::ControlNetValidMeasure::ValidStandardOptions().
|
protectedinherited |
Standard Option MinEmissionAngle.
Referenced by Isis::ControlNetValidMeasure::GetMinEmissionAngle(), Isis::ControlNetValidMeasure::InitStdOptions(), Isis::ControlNetValidMeasure::InitStdOptionsGroup(), Isis::ControlNetValidMeasure::ValidatePvlEmissionAngle(), and Isis::ControlNetValidMeasure::ValidStandardOptions().
|
protectedinherited |
Standard Option MinIncidenceAngle.
Referenced by Isis::ControlNetValidMeasure::GetMinIncidenceAngle(), Isis::ControlNetValidMeasure::InitStdOptions(), Isis::ControlNetValidMeasure::InitStdOptionsGroup(), Isis::ControlNetValidMeasure::ValidatePvlIncidenceAngle(), and Isis::ControlNetValidMeasure::ValidStandardOptions().
|
protectedinherited |
Standard Option MinResolution.
Referenced by Isis::ControlNetValidMeasure::InitStdOptions(), Isis::ControlNetValidMeasure::InitStdOptionsGroup(), Isis::ControlNetValidMeasure::ValidatePvlResolution(), and Isis::ControlNetValidMeasure::ValidStandardOptions().
|
protectedinherited |
Store current Measure's Residual Magnitude.
Referenced by Isis::ControlNetValidMeasure::ValidStandardOptions().
|
protectedinherited |
Standard Option Residual Magnitude.
Referenced by Isis::ControlNetValidMeasure::InitStdOptions(), Isis::ControlNetValidMeasure::InitStdOptionsGroup(), Isis::ControlNetValidMeasure::ValidatePvlResidualTolerances(), and Isis::ControlNetValidMeasure::ValidResidualTolerances().
|
protectedinherited |
Store current Measure's Resolution.
Referenced by Isis::InterestOperator::FindCnetRef(), Isis::InterestOperator::InterestByMeasure(), and Isis::ControlNetValidMeasure::ValidStandardOptions().
|
protectedinherited |
Store current Measure's Sample Residual.
Referenced by Isis::ControlNetValidMeasure::ValidStandardOptions().
|
protectedinherited |
Standard Option Sample Residual.
Referenced by Isis::ControlNetValidMeasure::InitStdOptions(), Isis::ControlNetValidMeasure::InitStdOptionsGroup(), Isis::ControlNetValidMeasure::ValidatePvlResidualTolerances(), and Isis::ControlNetValidMeasure::ValidResidualTolerances().
|
protectedinherited |
Standard Option PixelsFromEdge.
Referenced by Isis::ControlNetValidMeasure::GetPixelsFromEdge(), Isis::ControlNetValidMeasure::InitStdOptions(), Isis::ControlNetValidMeasure::InitStdOptionsGroup(), Isis::ControlNetValidMeasure::PixelsFromEdge(), Isis::ControlNetValidMeasure::ValidatePvlFromEdge(), and Isis::ControlNetValidMeasure::ValidStandardOptions().
|
protectedinherited |
Operator group that created this projection.
Referenced by Isis::InterestOperator::InterestOperator(), Isis::InterestOperator::Operator(), Isis::InterestOperator::operatorName(), and Isis::InterestOperator::Parse().
|
protectedinherited |
Pvl Log of all the processing.
Referenced by Isis::InterestOperator::FindCnetRef(), Isis::ControlNetValidMeasure::GetLogPvl(), and Isis::ControlNetValidMeasure::Parse().
|
protectedinherited |
Pvl Operator Group.
Referenced by Isis::ControlNetValidMeasure::Parse(), Isis::ControlNetValidMeasure::ValidatePvlDN(), Isis::ControlNetValidMeasure::ValidatePvlEmissionAngle(), Isis::ControlNetValidMeasure::ValidatePvlFromEdge(), Isis::ControlNetValidMeasure::ValidatePvlIncidenceAngle(), Isis::ControlNetValidMeasure::ValidatePvlResidualTolerances(), Isis::ControlNetValidMeasure::ValidatePvlResolution(), and Isis::ControlNetValidMeasure::ValidatePvlShiftTolerances().
|
protectedinherited |
|
protectedinherited |
Pvl output Statistics Group.
Referenced by Isis::ControlNetValidMeasure::ControlNetValidMeasure(), Isis::InterestOperator::FindCnetRef(), and Isis::ControlNetValidMeasure::GetStatistics().
|
protectedinherited |
Monitor the status of the app.
Referenced by Isis::InterestOperator::FindCnetRef(), and Isis::ControlNetValidMeasure::ReadSerialNumbers().
|
protectedinherited |
Pvl Standard Options Group.
Referenced by Isis::ControlNetValidMeasure::GetStdOptions(), Isis::ControlNetValidMeasure::InitStdOptionsGroup(), Isis::ControlNetValidMeasure::Parse(), Isis::ControlNetValidMeasure::ValidatePvlDN(), Isis::ControlNetValidMeasure::ValidatePvlEmissionAngle(), Isis::ControlNetValidMeasure::ValidatePvlFromEdge(), Isis::ControlNetValidMeasure::ValidatePvlIncidenceAngle(), Isis::ControlNetValidMeasure::ValidatePvlResidualTolerances(), Isis::ControlNetValidMeasure::ValidatePvlResolution(), and Isis::ControlNetValidMeasure::ValidatePvlShiftTolerances().
|
protectedinherited |
Clipping polygon set by SetClipPolygon (line,samp)
Referenced by Isis::InterestOperator::InitInterestOptions(), Isis::InterestOperator::InterestByMeasure(), Isis::InterestOperator::Operate(), Isis::InterestOperator::SetClipPolygon(), and Isis::InterestOperator::~InterestOperator().
|
protectedinherited |
|
protectedinherited |