lsst.meas.astrom
13.0-14-g9415442+43
|
Public Member Functions | |
def | __init__ (self, ctrCoord, radius, filterName) |
Ctor. More... | |
Metadata required for unpersisting a match list
Definition at line 10 of file createMatchMetadata.py.
def lsst.meas.astrom.createMatchMetadata.MatchMetadata.__init__ | ( | self, | |
ctrCoord, | |||
radius, | |||
filterName | |||
) |
Ctor.
[in] | ctrCoord | Coordinates of center (lsst.afw.coord.IcrsCoord) |
[in] | radius | Minimum radius for selecting sources (lsst.afw.geom.Angle) |
[in] | filterName | Name of filter (str) or None |
Definition at line 13 of file createMatchMetadata.py.