75 if (!_imgSet.getTable()->hasCentroidSlot()) {
77 "SourceTable passed to MatchSrcToCatalogue does not have its centroid slot set.");
81 i->updateCoord(*_wcs);
93 void MatchSrcToCatalogue::_removeOneToMany() {
98 if (_match[i].first == _match[j].first) {
100 if (_match[i].distance < _match[j].distance) {
117 void MatchSrcToCatalogue::_removeManyToOne() {
122 if (_match[i].second == _match[j].second) {
124 if (_match[i].distance < _match[j].distance) {