Pass parameters to algorithms that match list of sources.
More...
#include <Match.h>
|
bool | findOnlyClosest |
| "Return only the closest match if more than one is found " "(default: true)" ; More...
|
|
bool | symmetricMatch |
| "Produce symmetric matches (default: true):\n" "i.e. if (s1, s2, d) is reported, then so is (s2, s1, d)" ; More...
|
|
bool | includeMismatches |
| "Include failed matches (i.e. one 'match' is NULL) " "(default: false)" ; More...
|
|
Pass parameters to algorithms that match list of sources.
Definition at line 45 of file Match.h.
◆ MatchControl()
lsst::afw::table::MatchControl::MatchControl |
( |
| ) |
|
|
inline |
◆ findOnlyClosest
bool lsst::afw::table::MatchControl::findOnlyClosest |
"Return only the closest match if more than one is found " "(default: true)" ;
Definition at line 50 of file Match.h.
◆ includeMismatches
bool lsst::afw::table::MatchControl::includeMismatches |
"Include failed matches (i.e. one 'match' is NULL) " "(default: false)" ;
Definition at line 56 of file Match.h.
◆ symmetricMatch
bool lsst::afw::table::MatchControl::symmetricMatch |
"Produce symmetric matches (default: true):\n" "i.e. if (s1, s2, d) is reported, then so is (s2, s1, d)" ;
Definition at line 53 of file Match.h.
The documentation for this class was generated from the following file: