lsst.jointcal g29ae962dfc+b3ec54be14
Loading...
Searching...
No Matches
lsst::jointcal::MatchConditions Struct Reference

Parameters to be provided to combinatorial searches. More...

#include <ListMatch.h>

Public Member Functions

 MatchConditions ()
double minSizeRatio () const
double maxSizeRatio () const

Public Attributes

int nStarsList1
int nStarsList2
int maxTrialCount
double nSigmas
double maxShiftX
double maxShiftY
double sizeRatio
double deltaSizeRatio
double minMatchRatio
int printLevel
int algorithm

Detailed Description

Parameters to be provided to combinatorial searches.

Definition at line 40 of file ListMatch.h.

Constructor & Destructor Documentation

◆ MatchConditions()

lsst::jointcal::MatchConditions::MatchConditions ( )
inline

Definition at line 49 of file ListMatch.h.

Member Function Documentation

◆ maxSizeRatio()

double lsst::jointcal::MatchConditions::maxSizeRatio ( ) const
inline

Definition at line 63 of file ListMatch.h.

◆ minSizeRatio()

double lsst::jointcal::MatchConditions::minSizeRatio ( ) const
inline

Definition at line 62 of file ListMatch.h.

Member Data Documentation

◆ algorithm

int lsst::jointcal::MatchConditions::algorithm

Definition at line 47 of file ListMatch.h.

◆ deltaSizeRatio

double lsst::jointcal::MatchConditions::deltaSizeRatio

Definition at line 45 of file ListMatch.h.

◆ maxShiftX

double lsst::jointcal::MatchConditions::maxShiftX

Definition at line 44 of file ListMatch.h.

◆ maxShiftY

double lsst::jointcal::MatchConditions::maxShiftY

Definition at line 44 of file ListMatch.h.

◆ maxTrialCount

int lsst::jointcal::MatchConditions::maxTrialCount

Definition at line 42 of file ListMatch.h.

◆ minMatchRatio

double lsst::jointcal::MatchConditions::minMatchRatio

Definition at line 45 of file ListMatch.h.

◆ nSigmas

double lsst::jointcal::MatchConditions::nSigmas

Definition at line 43 of file ListMatch.h.

◆ nStarsList1

int lsst::jointcal::MatchConditions::nStarsList1

Definition at line 41 of file ListMatch.h.

◆ nStarsList2

int lsst::jointcal::MatchConditions::nStarsList2

Definition at line 41 of file ListMatch.h.

◆ printLevel

int lsst::jointcal::MatchConditions::printLevel

Definition at line 46 of file ListMatch.h.

◆ sizeRatio

double lsst::jointcal::MatchConditions::sizeRatio

Definition at line 45 of file ListMatch.h.


The documentation for this struct was generated from the following file: