Function lsst::jointcal::listMatchCollect(const BaseStarList&, const BaseStarList&, const AstrometryTransform *, const double)¶
Function Documentation¶
- 
std::unique_ptr<StarMatchList> 
lsst::jointcal::listMatchCollect(const BaseStarList &list1, const BaseStarList &list2, const AstrometryTransform *guess, const double maxDist) assembles star matches.
It picks stars in list1, transforms them through guess, and collects closest star in list2, and builds a match if closer than maxDist).