lsst.meas.astrom gecc7e12556+bd0164ef94
|
Result of create_sorted_arrays(), containing the sorted distances and array indexes. More...
#include <pessimisticPatternMatcherUtils.h>
Public Attributes | |
std::vector< float > | dists |
Sorted distances between center of a candidate and all reference objects. More... | |
std::vector< uint16_t > | ids |
Index locations of the pair with the given distance in the reference array. More... | |
Result of create_sorted_arrays(), containing the sorted distances and array indexes.
Definition at line 88 of file pessimisticPatternMatcherUtils.h.
std::vector<float> lsst::meas::astrom::SortedArrayResult::dists |
Sorted distances between center of a candidate and all reference objects.
Definition at line 90 of file pessimisticPatternMatcherUtils.h.
std::vector<uint16_t> lsst::meas::astrom::SortedArrayResult::ids |
Index locations of the pair with the given distance in the reference array.
Note that this is a uint16 to reduce the memory required for the reference index array.
Definition at line 96 of file pessimisticPatternMatcherUtils.h.