lsst.meas.astrom gaab3d2dbd9+48d144e037
Public Attributes | List of all members
lsst::meas::astrom::SortedArrayResult Struct Reference

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...
 

Detailed Description

Result of create_sorted_arrays(), containing the sorted distances and array indexes.

Definition at line 88 of file pessimisticPatternMatcherUtils.h.

Member Data Documentation

◆ dists

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.

◆ ids

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.


The documentation for this struct was generated from the following file: