Match an input source catalog with objects from a reference catalog.
More...
Match an input source catalog with objects from a reference catalog.
Definition at line 63 of file ref_match.py.
◆ __init__()
def lsst.meas.astrom.ref_match.RefMatchTask.__init__ |
( |
|
self, |
|
|
|
refObjLoader, |
|
|
|
schema = None , |
|
|
|
kwargs |
|
) |
| |
Construct a RefMatchTask.
- Parameters
-
[in] | refObjLoader | A reference object loader object |
[in] | schema | ignored; available for compatibility with an older astrometry task |
[in] | kwargs | additional keyword arguments for pipe_base Task.__init__ |
Definition at line 71 of file ref_match.py.
◆ loadAndMatch()
def lsst.meas.astrom.ref_match.RefMatchTask.loadAndMatch |
( |
|
self, |
|
|
|
exposure, |
|
|
|
sourceCat |
|
) |
| |
Load reference objects overlapping an exposure and match to sources detected on that exposure.
- Parameters
-
- Returns
- an lsst.pipe.base.Struct with these fields:
- Note
- ignores config.matchDistanceSigma
Definition at line 85 of file ref_match.py.
◆ ConfigClass
◆ refObjLoader
lsst.meas.astrom.ref_match.RefMatchTask.refObjLoader |
The documentation for this class was generated from the following file: