Class MatchControl

Class Documentation

class MatchControl

Pass parameters to algorithms that match list of sources

Public Functions

MatchControl()
lsst::afw::table::MatchControl::LSST_CONTROL_FIELD(findOnlyClosest, bool, "Return only the closest match if more than one is found " "(default: true)")
lsst::afw::table::MatchControl::LSST_CONTROL_FIELD(symmetricMatch, bool, "Produce symmetric matches (default: true):i.e. if(s1, s2, d) is reported, then so is(s2, s1, d)")
lsst::afw::table::MatchControl::LSST_CONTROL_FIELD(includeMismatches, bool, "Include failed matches (i.e. one 'match' is NULL) " "(default: false)")