Isis 3 Programmer Reference
Isis::ControlNetFilter Class Reference

Filter Control Network. More...

#include <ControlNetFilter.h>

Inheritance diagram for Isis::ControlNetFilter:
Inheritance graph
Collaboration diagram for Isis::ControlNetFilter:
Collaboration graph

Public Types

enum  ePointDetails {
  total, ignore, locked, fixed,
  constrained, freed
}
 Enumeration for Point Statistics. More...
 
enum  ePointIntStats {
  totalPoints, validPoints, ignoredPoints, fixedPoints,
  constrainedPoints, freePoints, editLockedPoints, totalMeasures,
  validMeasures, ignoredMeasures, editLockedMeasures
}
 Enumeration for Point int stats for counts such as valid points, measures etc. More...
 
enum  ePointDoubleStats {
  avgResidual, minResidual, maxResidual, minLineResidual,
  maxLineResidual, minSampleResidual, maxSampleResidual, avgPixelShift,
  minPixelShift, maxPixelShift, minLineShift, maxLineShift,
  minSampleShift, maxSampleShift, minGFit, maxGFit,
  minEccentricity, maxEccentricity, minPixelZScore, maxPixelZScore
}
 Enumeration for Point stats like Tolerances, PixelShifts which have double data. More...
 
enum  ImageStats {
  imgSamples, imgLines, imgTotalPoints, imgIgnoredPoints,
  imgFixedPoints, imgLockedPoints, imgLocked, imgConstrainedPoints,
  imgFreePoints, imgConvexHullArea, imgConvexHullRatio
}
 Enumeration for image stats. More...
 

Public Member Functions

 ControlNetFilter (ControlNet *pCNet, QString &psSerialNumFile, Progress *pProgress=0)
 Constructor. More...
 
 ~ControlNetFilter ()
 Destructor. More...
 
void PointPixelShiftFilter (const PvlGroup &pvlGrp, bool pbLastFilter)
 Filter Points by Pixel Shift. More...
 
void PointEditLockFilter (const PvlGroup &pvlGrp, bool pbLastFilter)
 Filter Points by Edit Lock. More...
 
void PointNumMeasuresEditLockFilter (const PvlGroup &pvlGrp, bool pbLastFilter)
 Filter Points by Measure Edit Lock number. More...
 
void PointResMagnitudeFilter (const PvlGroup &pvlGrp, bool pbLastFilter)
 Filter Points by Residual Magnitude. More...
 
void PointGoodnessOfFitFilter (const PvlGroup &pvlGrp, bool pbLastFilter)
 Filter Points by GoodnessOfFit. More...
 
void PointIDFilter (const PvlGroup &pvlGrp, bool pbLastFilter)
 Filter Points by Point ID Expression. More...
 
void PointMeasuresFilter (const PvlGroup &pvlGrp, bool pbLastFilter)
 Filter Points by Number of measures. More...
 
void PointPropertiesFilter (const PvlGroup &pvlGrp, bool pbLastFilter)
 Filter Points by properties. More...
 
void PointLatLonFilter (const PvlGroup &pvlGrp, bool pbLastFilter)
 Filter Points by Lat Lon Range. More...
 
void PointDistanceFilter (const PvlGroup &pvlGrp, bool pbLastFilter)
 Filter Points by distance between points. More...
 
void PointMeasurePropertiesFilter (const PvlGroup &pvlGrp, bool pbLastFilter)
 Filter Points by Measure properties. More...
 
void PointCubeNamesFilter (const PvlGroup &pvlGrp, bool pbLastFilter)
 Filter Points by Cube names. More...
 
void PointStatsHeader (void)
 Standard Point stats Header. More...
 
void PointStats (const ControlPoint &pcPoint)
 Standard Point Stats. More...
 
void CubeNameExpressionFilter (const PvlGroup &pvlGrp, bool pbLastFilter)
 Filter Cubes by Cube name expression. More...
 
void CubeNumPointsFilter (const PvlGroup &pvlGrp, bool pbLastFilter)
 Filter Cubes by number of points in the cube. More...
 
void CubeDistanceFilter (const PvlGroup &pvlGrp, bool pbLastFilter)
 Filter Cubes by Distance between points in a Cube. More...
 
void CubeConvexHullFilter (const PvlGroup &pvlGrp, bool pbLastFilter)
 Filter Cubes by its ConvexHull Ratio. More...
 
void CubeStatsHeader (void)
 Print the standard cube stats Header. More...
 
void SetOutputFile (QString psPrintFile)
 Set the output print file. More...
 
void PrintCubeFileSerialNum (const ControlMeasure &pcMeasure)
 Print Cube's File and Serial Number into the Output File. More...
 
void GenerateImageStats ()
 Generate stats like Total, Ignored, Fixed Points in an Image. More...
 
void PrintImageStats (const QString &psImageFile)
 Print the Image Stats into specified output file. More...
 
QVector< double > GetImageStatsBySerialNum (QString psSerialNum) const
 Returns the Image Stats by Serial Number. More...
 
void GeneratePointStats (const QString &psPointFile)
 Generate stats like Ignored, Fixed, Total Measures, Ignored by Control Point. More...
 
void GenerateControlNetStats (PvlGroup &pStatsGrp)
 Generate the Control Net Stats into the PvlGroup. More...
 
int NumValidPoints () const
 Returns the Number of Valid (Not Ignored) Points in the Control Net. More...
 
int NumFixedPoints () const
 Returns the Number of Fixed Points in the Control Net. More...
 
int NumConstrainedPoints () const
 Returns the number of Constrained Points in Control Net. More...
 
int NumFreePoints () const
 Returns the number of Constrained Points in Control Net. More...
 
int NumIgnoredPoints () const
 Returns the number of ignored points. More...
 
int NumEditLockedPoints () const
 Returns total number of edit locked points. More...
 
int NumMeasures () const
 Returns the total Number of Measures in the Control Net. More...
 
int NumValidMeasures () const
 Returns the total Number of valid Measures in the Control Net. More...
 
int NumIgnoredMeasures () const
 Returns the total Number of Ignored Measures in the Control Net. More...
 
int NumEditLockedMeasures () const
 Returns total number of edit locked measures in the network. More...
 
double GetAverageResidual () const
 Determine the average error of all points in the network. More...
 
double GetMinimumResidual () const
 Determine the minimum error of all points in the network. More...
 
double GetMaximumResidual () const
 Determine the maximum error of all points in the network. More...
 
double GetMinLineResidual () const
 Determine the minimum line error of all points in the network. More...
 
double GetMinSampleResidual () const
 Determine the minimum sample error of all points in the network. More...
 
double GetMaxLineResidual () const
 Determine the maximum line error of all points in the network. More...
 
double GetMaxSampleResidual () const
 Determine the maximum sample error of all points in the network. More...
 
double GetMinLineShift () const
 Get Min and Max LineShift. More...
 
double GetMaxLineShift () const
 Get network Max LineShift. More...
 
double GetMinSampleShift () const
 Get network Min SampleShift. More...
 
double GetMaxSampleShift () const
 Get network Max SampleShift. More...
 
double GetMinPixelShift () const
 Get network Min PixelShift. More...
 
double GetMaxPixelShift () const
 Get network Max PixelShift. More...
 
double GetAvgPixelShift () const
 Get network Avg PixelShift. More...
 

Static Public Attributes

static const int numPointDetails = 6
 
static const int numPointIntStats = 11
 
static const int numPointDblStats = 20
 
static const int numImageStats = 11
 

Protected Attributes

SerialNumberList mSerialNumList
 Serial Number List. More...
 
ControlNetmCNet
 Control Network. More...
 
ProgressmProgress
 Progress state. More...
 

Private Member Functions

void FilterOutPoint (int pindex)
 Check the filtered point to be editlocked before removing from the current control network. More...
 
void FilterOutMeasuresBySerialNum (QString serialNum)
 Delete the network for an Image given Serial Number for all the Points in the network.If the Measure is locked, then it is unlocked in preparation for deleting. More...
 

Private Attributes

std::ofstream mOstm
 output stream for printing to output file More...
 
SerialNumberList mSerialNumFilter
 Serial Number List file. More...
 

Detailed Description

Filter Control Network.

This class is used to filter Control Network based on different options

Author
2010-08-10 Sharmila Prasad
See also
ControlNetwork ControlPoint ControlMeasure
History:

2010-08-10 Sharmila Prasad - Original version

2010-09-16 Sharmila Prasad - Modified prototype for GetImageStatsBySerialNum API in sync with the ControlNetStatistics class

2010-09-27 Sharmila Prasad - Moved ParseExpression functionality to QString class Verify the DefFile in the PVL Class

2010-09-27 Sharmila Prasad - Made changes for the Binary Control Network

2010-10-04 Sharmila Prasad - Use QString's Token method instead of ParseExpression

2010-10-15 Sharmila Prasad - Display error on bad filter values

2010-11-09 Sharmila Prasad - Point_MeasureProperties,process 'All' measuretype

2011-01-17 Eric Hyer - Fixed breakages caused by ControlNet api changes

2011-06-07 Debbie A. Cook and Tracie Sucharski - Modified point types Ground ---—> Fixed Tie-------—> Free

2011-07-22 Sharmila Prasad - Modified for new keywords in binary control net and added new filters for ResidualTolerance, PixelShift and EditLock(Point & Measure)

2011-10-05 Sharmila Prasad - Report double values with 10 digit precision

2011-11-03 Sharmila Prasad - Added functionality to filter by Convex Hull Ratio

2011-12-29 Sharmila Prasad - Updated GoodnessOfFit Filter. Fixes Mantis #652

2017-08-08 Adam Goins - Changed references to SerialNumberList::Delete() to SerialNumberList::remove()

2017-12-12 Kristin Berry - Updated to use QVector instead of std::vector. Fixes #5259.

Definition at line 72 of file ControlNetFilter.h.

Member Enumeration Documentation

◆ ePointDetails

Enumeration for Point Statistics.

Definition at line 91 of file ControlNetStatistics.h.

◆ ePointDoubleStats

Enumeration for Point stats like Tolerances, PixelShifts which have double data.

Definition at line 100 of file ControlNetStatistics.h.

◆ ePointIntStats

Enumeration for Point int stats for counts such as valid points, measures etc.

Definition at line 95 of file ControlNetStatistics.h.

◆ ImageStats

Enumeration for image stats.

Definition at line 106 of file ControlNetStatistics.h.

Constructor & Destructor Documentation

◆ ControlNetFilter()

Isis::ControlNetFilter::ControlNetFilter ( ControlNet pCNet,
QString &  psSerialNumFile,
Progress pProgress = 0 
)

Constructor.

ControlNetFilter Constructor.

Author
Sharmila Prasad (8/27/2010)
Parameters
pCNet- input Control Net
psSerialNumFile- Corresponding Serial Num List
pProgress- Progress of the processing

Definition at line 45 of file ControlNetFilter.cpp.

References mSerialNumFilter.

◆ ~ControlNetFilter()

Isis::ControlNetFilter::~ControlNetFilter ( )

Destructor.

ControlNetFilter Destructor.

Author
Sharmila Prasad (8/27/2010)

Definition at line 70 of file ControlNetFilter.cpp.

References mOstm.

Member Function Documentation

◆ CubeConvexHullFilter()

void Isis::ControlNetFilter::CubeConvexHullFilter ( const PvlGroup pvlGrp,
bool  pbLastFilter 
)

Filter Cubes by its ConvexHull Ratio.

Filter Cubes by its ConvexHull Ratio (Ratio = Convex Hull / Image Area).

ConvexHull is calculated only for valid Control Points

Author
Sharmila Prasad (11/2/2011)
Parameters
pvlGrp- Pvl Group containing the filter info
pbLastFilter- Flag to indicate whether this is the last filter to print the stats

Group = Cube_ConvexHullRatio LessThan = double GreaterThan = double EndGroup

Definition at line 1107 of file ControlNetFilter.cpp.

References _FILEINFO_, CubeStatsHeader(), Isis::SerialNumberList::fileName(), FilterOutMeasuresBySerialNum(), Isis::ControlNetStatistics::GenerateImageStats(), Isis::ControlNetStatistics::GetImageStatsBySerialNum(), Isis::PvlContainer::hasKeyword(), mOstm, mSerialNumFilter, Isis::SerialNumberList::remove(), Isis::SerialNumberList::serialNumber(), Isis::SerialNumberList::size(), Isis::IException::User, and Isis::ValidMaximum.

◆ CubeDistanceFilter()

◆ CubeNameExpressionFilter()

void Isis::ControlNetFilter::CubeNameExpressionFilter ( const PvlGroup pvlGrp,
bool  pbLastFilter 
)

Filter Cubes by Cube name expression.

Filter Cube names in Control Network by cube name expression Group by Image.

Author
Sharmila Prasad (8/16/2010)
Parameters
pvlGrp- Pvl Group containing the filter info
pbLastFilter- Flag to indicate whether this is the last filter to print the stats

Definition at line 1165 of file ControlNetFilter.cpp.

References CubeStatsHeader(), Isis::SerialNumberList::fileName(), FilterOutMeasuresBySerialNum(), Isis::ControlNetStatistics::GenerateImageStats(), Isis::ControlNetStatistics::GetImageStatsBySerialNum(), Isis::PvlContainer::hasKeyword(), mOstm, mSerialNumFilter, Isis::SerialNumberList::remove(), Isis::SerialNumberList::serialNumber(), and Isis::SerialNumberList::size().

◆ CubeNumPointsFilter()

void Isis::ControlNetFilter::CubeNumPointsFilter ( const PvlGroup pvlGrp,
bool  pbLastFilter 
)

Filter Cubes by number of points in the cube.

Filter the cube by the number of points in each cube Group by Image.

Author
Sharmila Prasad (8/16/2010)
Parameters
pvlGrp- Pvl Group containing the filter info
pbLastFilter- Flag to indicate whether this is the last filter to print the stats

Definition at line 1233 of file ControlNetFilter.cpp.

References _FILEINFO_, CubeStatsHeader(), Isis::SerialNumberList::fileName(), FilterOutMeasuresBySerialNum(), Isis::ControlNetStatistics::GenerateImageStats(), Isis::ControlNetStatistics::GetImageStatsBySerialNum(), Isis::PvlContainer::hasKeyword(), mOstm, mSerialNumFilter, Isis::SerialNumberList::remove(), Isis::SerialNumberList::serialNumber(), Isis::SerialNumberList::size(), Isis::toInt(), and Isis::IException::User.

◆ CubeStatsHeader()

void Isis::ControlNetFilter::CubeStatsHeader ( void  )

Print the standard cube stats Header.

Print the Standard Cube Stats Header into Output File.

Author
Sharmila Prasad (8/31/2010)

Definition at line 162 of file ControlNetFilter.cpp.

References mOstm.

Referenced by CubeConvexHullFilter(), CubeDistanceFilter(), CubeNameExpressionFilter(), CubeNumPointsFilter(), and PointCubeNamesFilter().

◆ FilterOutMeasuresBySerialNum()

void Isis::ControlNetFilter::FilterOutMeasuresBySerialNum ( QString  serialNum)
private

Delete the network for an Image given Serial Number for all the Points in the network.If the Measure is locked, then it is unlocked in preparation for deleting.

If the Point is locked, it is unlocked and set back to lock when the Measure is deleted.

Author
Sharmila Prasad (11/3/2011)
Parameters
serialNum- Serial Number

Definition at line 100 of file ControlNetFilter.cpp.

References Isis::ControlPoint::GetId(), Isis::ControlNet::GetMeasuresInCube(), Isis::ControlNetStatistics::mCNet, and Isis::ControlPoint::SetEditLock().

Referenced by CubeConvexHullFilter(), CubeDistanceFilter(), CubeNameExpressionFilter(), and CubeNumPointsFilter().

◆ FilterOutPoint()

void Isis::ControlNetFilter::FilterOutPoint ( int  pindex)
private

◆ GenerateControlNetStats()

void Isis::ControlNetStatistics::GenerateControlNetStats ( PvlGroup pStatsGrp)
inherited

Generate the Control Net Stats into the PvlGroup.

Generates the summary stats for the entire control network.

Stats include Total images, Total, Valid, Ignored, Fixed Points, Total, Valid, Ignored Measures and also Average, Min, Max Error, Min, Max Line and Sample Errors

Author
Sharmila Prasad (8/25/2010)
Parameters
pStatsGrp- Output Control Net Stats in Pvl format

Definition at line 108 of file ControlNetStatistics.cpp.

References Isis::Statistics::Average(), Isis::ControlNetStatistics::GetAverageResidual(), Isis::ControlNetStatistics::GetAvgPixelShift(), Isis::ControlNetStatistics::GetMaximumResidual(), Isis::ControlNetStatistics::GetMaxLineResidual(), Isis::ControlNetStatistics::GetMaxLineShift(), Isis::ControlNetStatistics::GetMaxPixelShift(), Isis::ControlNetStatistics::GetMaxSampleResidual(), Isis::ControlNetStatistics::GetMaxSampleShift(), Isis::ControlNetStatistics::GetMinimumResidual(), Isis::ControlNetStatistics::GetMinLineResidual(), Isis::ControlNetStatistics::GetMinLineShift(), Isis::ControlNetStatistics::GetMinPixelShift(), Isis::ControlNetStatistics::GetMinSampleResidual(), Isis::ControlNetStatistics::GetMinSampleShift(), Isis::ControlNet::GetNumEditLockMeasures(), Isis::ControlNet::GetNumEditLockPoints(), Isis::ControlNet::GetNumPoints(), Isis::Statistics::Maximum(), Isis::ControlNetStatistics::mCNet, Isis::ControlNetStatistics::mConvexHullRatioStats, Isis::Statistics::Minimum(), Isis::ControlNetStatistics::mPointDoubleStats, Isis::ControlNetStatistics::mSerialNumList, Isis::Null, Isis::ControlNetStatistics::NumConstrainedPoints(), Isis::ControlNetStatistics::NumFixedPoints(), Isis::ControlNetStatistics::NumFreePoints(), Isis::ControlNetStatistics::NumIgnoredMeasures(), Isis::ControlNetStatistics::NumMeasures(), Isis::ControlNetStatistics::NumValidMeasures(), Isis::ControlNetStatistics::NumValidPoints(), Isis::SerialNumberList::size(), and Isis::toString().

◆ GenerateImageStats()

void Isis::ControlNetStatistics::GenerateImageStats ( )
inherited

Generate stats like Total, Ignored, Fixed Points in an Image.

Generate the Image stats - imgSamples, imgLines, imgTotalPoints, imgIgnoredPoints, imgFixedPoints, imgLockedPoints, imgLocked, imgConstrainedPoints, imgFreePoints, imgConvexHullArea, imgConvexHullRatio.

Author
Sharmila Prasad (11/1/2011)

Definition at line 212 of file ControlNetStatistics.cpp.

References Isis::Statistics::AddData(), Isis::Progress::CheckStatus(), Isis::ControlPoint::Constrained, Isis::SerialNumberList::fileName(), Isis::ControlPoint::Fixed, Isis::ControlPoint::Free, Isis::ControlNet::GetCubeSerials(), Isis::ControlNet::GetMeasuresInCube(), Isis::ControlPoint::GetType(), Isis::ControlMeasure::IsEditLocked(), Isis::Cube::lineCount(), Isis::ControlNetStatistics::mCNet, Isis::ControlNetStatistics::mConvexHullRatioStats, Isis::ControlNetStatistics::mImageMap, Isis::ControlNetStatistics::mProgress, Isis::ControlNetStatistics::mSerialNumList, Isis::ControlNetStatistics::mSerialNumMap, Isis::CubeManager::OpenCube(), Isis::Cube::sampleCount(), Isis::Progress::SetMaximumSteps(), Isis::CubeManager::SetNumOpenCubes(), and Isis::Progress::SetText().

Referenced by Isis::ControlNetStatistics::ControlNetStatistics(), CubeConvexHullFilter(), CubeDistanceFilter(), CubeNameExpressionFilter(), CubeNumPointsFilter(), PointCubeNamesFilter(), PointDistanceFilter(), PointEditLockFilter(), PointGoodnessOfFitFilter(), PointIDFilter(), PointLatLonFilter(), PointMeasurePropertiesFilter(), PointMeasuresFilter(), PointNumMeasuresEditLockFilter(), PointPixelShiftFilter(), PointPropertiesFilter(), and PointResMagnitudeFilter().

◆ GeneratePointStats()

void Isis::ControlNetStatistics::GeneratePointStats ( const QString &  psPointFile)
inherited

Generate stats like Ignored, Fixed, Total Measures, Ignored by Control Point.

Generate the statistics of a Control Network by Point Stats include ID, Type of each Control Point and Total, Ignored measures in each Control Point.

Author
Sharmila Prasad (8/24/2010)
Parameters
psPointFile- Output Point Statisitics File

Definition at line 385 of file ControlNetStatistics.cpp.

References _FILEINFO_, Isis::Progress::CheckStatus(), Isis::FileName::expanded(), Isis::ControlPoint::GetId(), Isis::ControlPoint::GetNumLockedMeasures(), Isis::ControlNet::GetNumPoints(), Isis::ControlPoint::GetNumValidMeasures(), Isis::ControlPoint::GetType(), Isis::IException::Io, Isis::ControlNetStatistics::mCNet, Isis::ControlNetStatistics::mProgress, Isis::sBoolean, Isis::Progress::SetMaximumSteps(), Isis::Progress::SetText(), and Isis::sPointType.

◆ GetAverageResidual()

double Isis::ControlNetStatistics::GetAverageResidual ( ) const
inlineinherited

Determine the average error of all points in the network.

Definition at line 176 of file ControlNetStatistics.h.

References Isis::ControlNetStatistics::mPointDoubleStats.

Referenced by Isis::ControlNetStatistics::GenerateControlNetStats().

◆ GetAvgPixelShift()

double Isis::ControlNetStatistics::GetAvgPixelShift ( ) const
inlineinherited

Get network Avg PixelShift.

Definition at line 241 of file ControlNetStatistics.h.

References Isis::ControlNetStatistics::mPointDoubleStats.

Referenced by Isis::ControlNetStatistics::GenerateControlNetStats().

◆ GetImageStatsBySerialNum()

QVector< double > Isis::ControlNetStatistics::GetImageStatsBySerialNum ( QString  psSerialNum) const
inherited

Returns the Image Stats by Serial Number.

Author
Sharmila Prasad (11/3/2011)
Parameters
psSerialNum- Image serialNum
Returns
const QVector<double>

Definition at line 371 of file ControlNetStatistics.cpp.

References Isis::ControlNetStatistics::mImageMap.

Referenced by CubeConvexHullFilter(), CubeDistanceFilter(), CubeNameExpressionFilter(), CubeNumPointsFilter(), and PointCubeNamesFilter().

◆ GetMaximumResidual()

double Isis::ControlNetStatistics::GetMaximumResidual ( ) const
inlineinherited

Determine the maximum error of all points in the network.

Definition at line 186 of file ControlNetStatistics.h.

References Isis::ControlNetStatistics::mPointDoubleStats.

Referenced by Isis::ControlNetStatistics::GenerateControlNetStats().

◆ GetMaxLineResidual()

double Isis::ControlNetStatistics::GetMaxLineResidual ( ) const
inlineinherited

Determine the maximum line error of all points in the network.

Definition at line 201 of file ControlNetStatistics.h.

References Isis::ControlNetStatistics::mPointDoubleStats.

Referenced by Isis::ControlNetStatistics::GenerateControlNetStats().

◆ GetMaxLineShift()

double Isis::ControlNetStatistics::GetMaxLineShift ( ) const
inlineinherited

Get network Max LineShift.

Definition at line 216 of file ControlNetStatistics.h.

References Isis::ControlNetStatistics::mPointDoubleStats.

Referenced by Isis::ControlNetStatistics::GenerateControlNetStats().

◆ GetMaxPixelShift()

double Isis::ControlNetStatistics::GetMaxPixelShift ( ) const
inlineinherited

Get network Max PixelShift.

Definition at line 236 of file ControlNetStatistics.h.

References Isis::ControlNetStatistics::mPointDoubleStats.

Referenced by Isis::ControlNetStatistics::GenerateControlNetStats().

◆ GetMaxSampleResidual()

double Isis::ControlNetStatistics::GetMaxSampleResidual ( ) const
inlineinherited

Determine the maximum sample error of all points in the network.

Definition at line 206 of file ControlNetStatistics.h.

References Isis::ControlNetStatistics::mPointDoubleStats.

Referenced by Isis::ControlNetStatistics::GenerateControlNetStats().

◆ GetMaxSampleShift()

double Isis::ControlNetStatistics::GetMaxSampleShift ( ) const
inlineinherited

Get network Max SampleShift.

Definition at line 226 of file ControlNetStatistics.h.

References Isis::ControlNetStatistics::mPointDoubleStats.

Referenced by Isis::ControlNetStatistics::GenerateControlNetStats().

◆ GetMinimumResidual()

double Isis::ControlNetStatistics::GetMinimumResidual ( ) const
inlineinherited

Determine the minimum error of all points in the network.

Definition at line 181 of file ControlNetStatistics.h.

References Isis::ControlNetStatistics::mPointDoubleStats.

Referenced by Isis::ControlNetStatistics::GenerateControlNetStats().

◆ GetMinLineResidual()

double Isis::ControlNetStatistics::GetMinLineResidual ( ) const
inlineinherited

Determine the minimum line error of all points in the network.

Definition at line 191 of file ControlNetStatistics.h.

References Isis::ControlNetStatistics::mPointDoubleStats.

Referenced by Isis::ControlNetStatistics::GenerateControlNetStats().

◆ GetMinLineShift()

double Isis::ControlNetStatistics::GetMinLineShift ( ) const
inlineinherited

Get Min and Max LineShift.

Definition at line 211 of file ControlNetStatistics.h.

References Isis::ControlNetStatistics::mPointDoubleStats.

Referenced by Isis::ControlNetStatistics::GenerateControlNetStats().

◆ GetMinPixelShift()

double Isis::ControlNetStatistics::GetMinPixelShift ( ) const
inlineinherited

Get network Min PixelShift.

Definition at line 231 of file ControlNetStatistics.h.

References Isis::ControlNetStatistics::mPointDoubleStats.

Referenced by Isis::ControlNetStatistics::GenerateControlNetStats().

◆ GetMinSampleResidual()

double Isis::ControlNetStatistics::GetMinSampleResidual ( ) const
inlineinherited

Determine the minimum sample error of all points in the network.

Definition at line 196 of file ControlNetStatistics.h.

References Isis::ControlNetStatistics::mPointDoubleStats.

Referenced by Isis::ControlNetStatistics::GenerateControlNetStats().

◆ GetMinSampleShift()

double Isis::ControlNetStatistics::GetMinSampleShift ( ) const
inlineinherited

Get network Min SampleShift.

Definition at line 221 of file ControlNetStatistics.h.

References Isis::ControlNetStatistics::mPointDoubleStats.

Referenced by Isis::ControlNetStatistics::GenerateControlNetStats().

◆ NumConstrainedPoints()

int Isis::ControlNetStatistics::NumConstrainedPoints ( ) const
inlineinherited

Returns the number of Constrained Points in Control Net.

Definition at line 136 of file ControlNetStatistics.h.

References Isis::ControlNetStatistics::mPointIntStats.

Referenced by Isis::ControlNetStatistics::GenerateControlNetStats().

◆ NumEditLockedMeasures()

int Isis::ControlNetStatistics::NumEditLockedMeasures ( ) const
inlineinherited

Returns total number of edit locked measures in the network.

Definition at line 171 of file ControlNetStatistics.h.

References Isis::ControlNetStatistics::mPointIntStats.

◆ NumEditLockedPoints()

int Isis::ControlNetStatistics::NumEditLockedPoints ( ) const
inlineinherited

Returns total number of edit locked points.

Definition at line 151 of file ControlNetStatistics.h.

References Isis::ControlNetStatistics::mPointIntStats.

◆ NumFixedPoints()

int Isis::ControlNetStatistics::NumFixedPoints ( ) const
inlineinherited

Returns the Number of Fixed Points in the Control Net.

Definition at line 131 of file ControlNetStatistics.h.

References Isis::ControlNetStatistics::mPointIntStats.

Referenced by Isis::ControlNetStatistics::GenerateControlNetStats().

◆ NumFreePoints()

int Isis::ControlNetStatistics::NumFreePoints ( ) const
inlineinherited

Returns the number of Constrained Points in Control Net.

Definition at line 141 of file ControlNetStatistics.h.

References Isis::ControlNetStatistics::mPointIntStats.

Referenced by Isis::ControlNetStatistics::GenerateControlNetStats().

◆ NumIgnoredMeasures()

int Isis::ControlNetStatistics::NumIgnoredMeasures ( ) const
inlineinherited

Returns the total Number of Ignored Measures in the Control Net.

Definition at line 166 of file ControlNetStatistics.h.

References Isis::ControlNetStatistics::mPointIntStats.

Referenced by Isis::ControlNetStatistics::GenerateControlNetStats().

◆ NumIgnoredPoints()

int Isis::ControlNetStatistics::NumIgnoredPoints ( ) const
inlineinherited

Returns the number of ignored points.

Definition at line 146 of file ControlNetStatistics.h.

References Isis::ControlNetStatistics::mPointIntStats.

◆ NumMeasures()

int Isis::ControlNetStatistics::NumMeasures ( ) const
inlineinherited

Returns the total Number of Measures in the Control Net.

Definition at line 156 of file ControlNetStatistics.h.

References Isis::ControlNetStatistics::mPointIntStats.

Referenced by Isis::ControlNetStatistics::GenerateControlNetStats().

◆ NumValidMeasures()

int Isis::ControlNetStatistics::NumValidMeasures ( ) const
inlineinherited

Returns the total Number of valid Measures in the Control Net.

Definition at line 161 of file ControlNetStatistics.h.

References Isis::ControlNetStatistics::mPointIntStats.

Referenced by Isis::ControlNetStatistics::GenerateControlNetStats().

◆ NumValidPoints()

int Isis::ControlNetStatistics::NumValidPoints ( ) const
inlineinherited

Returns the Number of Valid (Not Ignored) Points in the Control Net.

Definition at line 126 of file ControlNetStatistics.h.

References Isis::ControlNetStatistics::mPointIntStats.

Referenced by Isis::ControlNetStatistics::GenerateControlNetStats().

◆ PointCubeNamesFilter()

void Isis::ControlNetFilter::PointCubeNamesFilter ( const PvlGroup pvlGrp,
bool  pbLastFilter 
)

◆ PointDistanceFilter()

void Isis::ControlNetFilter::PointDistanceFilter ( const PvlGroup pvlGrp,
bool  pbLastFilter 
)

◆ PointEditLockFilter()

void Isis::ControlNetFilter::PointEditLockFilter ( const PvlGroup pvlGrp,
bool  pbLastFilter 
)

Filter Points by Edit Lock.

Filter points based on the point EditLock.

Author
Sharmila Prasad (7/20/2011)

Header - PointID, Type, Ignore, EditLock, NumMeasures, NumIgnoredMeasures, NumLockedMeasures,

Parameters
pvlGrp- Deffile Input group
pbLastFilter- Is this the last filter - for printing purposes.

Definition at line 311 of file ControlNetFilter.cpp.

References Isis::IString::DownCase(), FilterOutPoint(), Isis::ControlNetStatistics::GenerateImageStats(), Isis::ControlPoint::GetId(), Isis::ControlPoint::GetNumLockedMeasures(), Isis::ControlNet::GetNumPoints(), Isis::ControlPoint::GetNumValidMeasures(), Isis::ControlPoint::GetType(), Isis::PvlContainer::hasKeyword(), Isis::ControlNetStatistics::mCNet, mOstm, PointStatsHeader(), Isis::sBoolean, and Isis::sPointType.

◆ PointGoodnessOfFitFilter()

void Isis::ControlNetFilter::PointGoodnessOfFitFilter ( const PvlGroup pvlGrp,
bool  pbLastFilter 
)

Filter Points by GoodnessOfFit.

Filter the Points based on the Measures Goodness ofFit value Group by Points.

Header: PointID, PointType, PointIgnored, PointEditLocked, TotalMeasures, MeasuresIgnored, MeasuresEditLocked, FileName, SerialNumber, GoodnessOfFit, MeasureIgnored, MeasureType, MeasureEditLocked, Reference

Author
Sharmila Prasad (8/16/2010)
Parameters
pvlGrp- Pvl Group containing the filter info
pbLastFilter- Flag to indicate whether this is the last filter to print the stats

Definition at line 863 of file ControlNetFilter.cpp.

References FilterOutPoint(), Isis::ControlNetStatistics::GenerateImageStats(), Isis::ControlPoint::GetId(), Isis::ControlPoint::GetMeasure(), Isis::ControlMeasure::GetMeasureTypeString(), Isis::ControlMeasureLogData::GetNumericalValue(), Isis::ControlPoint::GetNumLockedMeasures(), Isis::ControlNet::GetNumPoints(), Isis::ControlPoint::GetNumValidMeasures(), Isis::ControlPoint::GetRefMeasure(), Isis::ControlPoint::GetType(), Isis::ControlMeasureLogData::GoodnessOfFit, Isis::PvlContainer::hasKeyword(), Isis::ControlMeasure::IsEditLocked(), Isis::ControlNetStatistics::mCNet, mOstm, Isis::Null, PointStatsHeader(), PrintCubeFileSerialNum(), Isis::sBoolean, Isis::sPointType, and Isis::ValidMaximum.

◆ PointIDFilter()

void Isis::ControlNetFilter::PointIDFilter ( const PvlGroup pvlGrp,
bool  pbLastFilter 
)

Filter Points by Point ID Expression.

Filter PointID based on regular expression Group by Points.

Author
Sharmila Prasad (8/11/2010)
Parameters
pvlGrp- Pvl Group containing the filter info
pbLastFilter- Flag to indicate whether this is the last filter to print the stats

Definition at line 437 of file ControlNetFilter.cpp.

References FilterOutPoint(), Isis::ControlNetStatistics::GenerateImageStats(), Isis::ControlPoint::GetId(), Isis::ControlNet::GetNumPoints(), Isis::ControlNetStatistics::mCNet, mOstm, PointStats(), and PointStatsHeader().

◆ PointLatLonFilter()

◆ PointMeasurePropertiesFilter()

void Isis::ControlNetFilter::PointMeasurePropertiesFilter ( const PvlGroup pvlGrp,
bool  pbLastFilter 
)

◆ PointMeasuresFilter()

void Isis::ControlNetFilter::PointMeasuresFilter ( const PvlGroup pvlGrp,
bool  pbLastFilter 
)

Filter Points by Number of measures.

Filters the Control Network based on the user specified number of measures in a Control Point.

Group by Points

Author
Sharmila Prasad (8/12/2010)
Parameters
pvlGrp- Pvl Group containing the filter info
pbLastFilter- Flag to indicate whether this is the last filter to print the stats

Definition at line 491 of file ControlNetFilter.cpp.

References _FILEINFO_, FilterOutPoint(), Isis::ControlNetStatistics::GenerateImageStats(), Isis::ControlPoint::GetMeasure(), Isis::ControlMeasure::GetMeasureTypeString(), Isis::ControlNet::GetNumPoints(), Isis::ControlPoint::GetRefMeasure(), Isis::PvlContainer::hasKeyword(), Isis::ControlMeasure::IsEditLocked(), Isis::ControlNetStatistics::mCNet, mOstm, PointStats(), PointStatsHeader(), PrintCubeFileSerialNum(), Isis::sBoolean, Isis::toInt(), and Isis::IException::User.

◆ PointNumMeasuresEditLockFilter()

void Isis::ControlNetFilter::PointNumMeasuresEditLockFilter ( const PvlGroup pvlGrp,
bool  pbLastFilter 
)

Filter Points by Measure Edit Lock number.

Filter points based on number of measures EditLocked.

Author
Sharmila Prasad (7/20/2011)

Header - PointID, Type, Ignore, EditLock, NumMeasures, NumIgnoredMeasures, NumLockedMeasures,

Parameters
pvlGrp- Deffile Input group
pbLastFilter- Is this the last filter - for printing purposes.

Definition at line 249 of file ControlNetFilter.cpp.

References _FILEINFO_, FilterOutPoint(), Isis::ControlNetStatistics::GenerateImageStats(), Isis::ControlPoint::GetMeasure(), Isis::ControlMeasure::GetMeasureTypeString(), Isis::ControlPoint::GetNumLockedMeasures(), Isis::ControlNet::GetNumPoints(), Isis::ControlPoint::GetRefMeasure(), Isis::PvlContainer::hasKeyword(), Isis::ControlMeasure::IsEditLocked(), Isis::ControlNetStatistics::mCNet, mOstm, PointStats(), PointStatsHeader(), PrintCubeFileSerialNum(), Isis::sBoolean, Isis::toInt(), and Isis::IException::User.

◆ PointPixelShiftFilter()

void Isis::ControlNetFilter::PointPixelShiftFilter ( const PvlGroup pvlGrp,
bool  pbLastFilter 
)

◆ PointPropertiesFilter()

void Isis::ControlNetFilter::PointPropertiesFilter ( const PvlGroup pvlGrp,
bool  pbLastFilter 
)

Filter Points by properties.

Filter the Control Network based on Ignored, Fixed Point Properties Group by Points.

Author
Sharmila Prasad (8/12/2010)
Parameters
pvlGrp- Pvl Group containing the filter info
pbLastFilter- Flag to indicate whether this is the last filter to print the stats

Definition at line 553 of file ControlNetFilter.cpp.

References Isis::ControlPoint::Constrained, Isis::IString::DownCase(), FilterOutPoint(), Isis::ControlPoint::Fixed, Isis::ControlPoint::Free, Isis::ControlNetStatistics::GenerateImageStats(), Isis::ControlNet::GetNumPoints(), Isis::ControlPoint::GetType(), Isis::PvlContainer::hasKeyword(), Isis::ControlNetStatistics::mCNet, mOstm, PointStats(), and PointStatsHeader().

◆ PointResMagnitudeFilter()

void Isis::ControlNetFilter::PointResMagnitudeFilter ( const PvlGroup pvlGrp,
bool  pbLastFilter 
)

Filter Points by Residual Magnitude.

Filters out the Control Network based on Residual Magnitude Criteria.

Group by Points

Author
Sharmila Prasad (8/11/2010)

Header: PointID, Type, Ignore, EditLock, FileName, SerialNum, ResidualMagnitude, MeasureIgnore, MeasureLocked, Reference,

Parameters
pvlGrp- Pvl Group containing the filter info
pbLastFilter- Flag to indicate whether this is the last filter to print the stats

Definition at line 358 of file ControlNetFilter.cpp.

References _FILEINFO_, FilterOutPoint(), Isis::ControlNetStatistics::GenerateImageStats(), Isis::ControlPoint::GetId(), Isis::ControlPoint::GetMeasure(), Isis::ControlMeasure::GetMeasureTypeString(), Isis::ControlNet::GetNumPoints(), Isis::ControlPoint::GetRefMeasure(), Isis::ControlMeasure::GetResidualMagnitude(), Isis::ControlPoint::GetType(), Isis::PvlContainer::hasKeyword(), Isis::ControlMeasure::IsEditLocked(), Isis::ControlNetStatistics::mCNet, mOstm, Isis::Null, PrintCubeFileSerialNum(), Isis::sBoolean, Isis::sPointType, Isis::IException::User, and Isis::ValidMaximum.

◆ PointStats()

void Isis::ControlNetFilter::PointStats ( const ControlPoint pcPoint)

◆ PointStatsHeader()

void Isis::ControlNetFilter::PointStatsHeader ( void  )

Standard Point stats Header.

Print the Standard Point Stats Header into Output File.

Author
Sharmila Prasad (8/31/2010)

Definition at line 125 of file ControlNetFilter.cpp.

References mOstm.

Referenced by PointCubeNamesFilter(), PointDistanceFilter(), PointEditLockFilter(), PointGoodnessOfFitFilter(), PointIDFilter(), PointLatLonFilter(), PointMeasurePropertiesFilter(), PointMeasuresFilter(), PointNumMeasuresEditLockFilter(), and PointPropertiesFilter().

◆ PrintCubeFileSerialNum()

void Isis::ControlNetFilter::PrintCubeFileSerialNum ( const ControlMeasure pcMeasure)

Print Cube's File and Serial Number into the Output File.

Author
Sharmila Prasad (8/31/2010)
Parameters
pcMeasure- Measure's Cube and Serial #

Definition at line 152 of file ControlNetFilter.cpp.

References Isis::SerialNumberList::fileName(), Isis::ControlMeasure::GetCubeSerialNumber(), mOstm, and Isis::ControlNetStatistics::mSerialNumList.

Referenced by PointGoodnessOfFitFilter(), PointMeasuresFilter(), PointNumMeasuresEditLockFilter(), PointPixelShiftFilter(), and PointResMagnitudeFilter().

◆ PrintImageStats()

void Isis::ControlNetStatistics::PrintImageStats ( const QString &  psImageFile)
inherited

Print the Image Stats into specified output file.

Author
Sharmila Prasad (9/1/2010)

Header: FileName, SerialNumber, TotalPoints, PointsIgnored, PointsLocked, Fixed, Constrained, Free

Parameters
psImageFile- Output Image Stats File

Definition at line 315 of file ControlNetStatistics.cpp.

References _FILEINFO_, Isis::FileName::expanded(), Isis::SerialNumberList::fileName(), Isis::IException::Io, Isis::ControlNetStatistics::mImageMap, Isis::ControlNetStatistics::mSerialNumList, Isis::ControlNetStatistics::mSerialNumMap, Isis::SerialNumberList::size(), and Isis::IException::User.

◆ SetOutputFile()

void Isis::ControlNetFilter::SetOutputFile ( QString  psPrintFile)

Set the output print file.

Get the output file and open the output file stream.

Author
Sharmila Prasad (9/7/2010)
Parameters
psPrintFile
pbPvl

Definition at line 58 of file ControlNetFilter.cpp.

References Isis::FileName::expanded(), and mOstm.

Member Data Documentation

◆ mCNet

◆ mOstm

◆ mProgress

◆ mSerialNumFilter

SerialNumberList Isis::ControlNetFilter::mSerialNumFilter
private

◆ mSerialNumList


The documentation for this class was generated from the following files: