lsst.meas.astrom  14.0-7-g0d69b06+3
Functions
lsst.meas.astrom.setMatchDistance Namespace Reference

Functions

def setMatchDistance (matches)
 

Function Documentation

◆ setMatchDistance()

def lsst.meas.astrom.setMatchDistance.setMatchDistance (   matches)
Set the distance field of the matches in a match list to the distance in radians on the sky

@warning the coord field of the source in each match must be correct

@param[in,out] matches  a list of matches, an instance of lsst.afw.table.ReferenceMatch
    reads the coord field of the source and reference object of each match
    writes the distance field of each match

Definition at line 29 of file setMatchDistance.py.