lsst.jointcal  master-g9041cab851
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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

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

Definition at line 26 of file ListMatch.h.

Member Function Documentation

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

Definition at line 40 of file ListMatch.h.

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

Definition at line 39 of file ListMatch.h.

Member Data Documentation

int lsst::jointcal::MatchConditions::algorithm

Definition at line 24 of file ListMatch.h.

double lsst::jointcal::MatchConditions::deltaSizeRatio

Definition at line 22 of file ListMatch.h.

double lsst::jointcal::MatchConditions::maxShiftX

Definition at line 21 of file ListMatch.h.

double lsst::jointcal::MatchConditions::maxShiftY

Definition at line 21 of file ListMatch.h.

int lsst::jointcal::MatchConditions::maxTrialCount

Definition at line 19 of file ListMatch.h.

double lsst::jointcal::MatchConditions::minMatchRatio

Definition at line 22 of file ListMatch.h.

double lsst::jointcal::MatchConditions::nSigmas

Definition at line 20 of file ListMatch.h.

int lsst::jointcal::MatchConditions::nStarsList1

Definition at line 18 of file ListMatch.h.

int lsst::jointcal::MatchConditions::nStarsList2

Definition at line 18 of file ListMatch.h.

int lsst::jointcal::MatchConditions::printLevel

Definition at line 23 of file ListMatch.h.

double lsst::jointcal::MatchConditions::sizeRatio

Definition at line 22 of file ListMatch.h.


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