lsst.meas.astrom  13.0-14-g9415442+18
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Groups Pages
Functions | Variables
lsst.meas.astrom.setMatchDistance Namespace Reference

Functions

def setMatchDistance
 

Variables

list __all__ = ["setMatchDistance"]
 

Function Documentation

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.

Variable Documentation

list lsst.meas.astrom.setMatchDistance.__all__ = ["setMatchDistance"]

Definition at line 24 of file setMatchDistance.py.