lsst.jointcal  master-ga8493ae4fe+5
Public Member Functions | Public Attributes | List of all members
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 17 of file ListMatch.h.

Constructor & Destructor Documentation

◆ MatchConditions()

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

Definition at line 26 of file ListMatch.h.

Member Function Documentation

◆ maxSizeRatio()

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

Definition at line 40 of file ListMatch.h.

◆ minSizeRatio()

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

Definition at line 39 of file ListMatch.h.

Member Data Documentation

◆ algorithm

int lsst::jointcal::MatchConditions::algorithm

Definition at line 24 of file ListMatch.h.

◆ deltaSizeRatio

double lsst::jointcal::MatchConditions::deltaSizeRatio

Definition at line 22 of file ListMatch.h.

◆ maxShiftX

double lsst::jointcal::MatchConditions::maxShiftX

Definition at line 21 of file ListMatch.h.

◆ maxShiftY

double lsst::jointcal::MatchConditions::maxShiftY

Definition at line 21 of file ListMatch.h.

◆ maxTrialCount

int lsst::jointcal::MatchConditions::maxTrialCount

Definition at line 19 of file ListMatch.h.

◆ minMatchRatio

double lsst::jointcal::MatchConditions::minMatchRatio

Definition at line 22 of file ListMatch.h.

◆ nSigmas

double lsst::jointcal::MatchConditions::nSigmas

Definition at line 20 of file ListMatch.h.

◆ nStarsList1

int lsst::jointcal::MatchConditions::nStarsList1

Definition at line 18 of file ListMatch.h.

◆ nStarsList2

int lsst::jointcal::MatchConditions::nStarsList2

Definition at line 18 of file ListMatch.h.

◆ printLevel

int lsst::jointcal::MatchConditions::printLevel

Definition at line 23 of file ListMatch.h.

◆ sizeRatio

double lsst::jointcal::MatchConditions::sizeRatio

Definition at line 22 of file ListMatch.h.


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