MatchSrcToCatalogue#
- class lsst.meas.astrom.MatchSrcToCatalogue#
Bases:
pybind11_objectMethods Summary
findMatches(self)getMatches(self)setCatSrcSet(self, catSet)setDist(self, dist)setImgSrcSet(self, srcSet)setWcs(self, wcs)Methods Documentation
- findMatches(self: lsst.meas.astrom.MatchSrcToCatalogue) None#
- getMatches(self: lsst.meas.astrom.MatchSrcToCatalogue) list[lsst.afw.table.ReferenceMatch]#
- setCatSrcSet(self: lsst.meas.astrom.MatchSrcToCatalogue, catSet: lsst.afw.table.SimpleCatalog) None#
- setDist(self: lsst.meas.astrom.MatchSrcToCatalogue, dist: lsst.geom.Angle) None#
- setImgSrcSet(self: lsst.meas.astrom.MatchSrcToCatalogue, srcSet: lsst.afw.table.SourceCatalog) None#
- setWcs(self: lsst.meas.astrom.MatchSrcToCatalogue, wcs: lsst.afw.geom.SkyWcs) None#