GenerateDonutCatalogOnlineTask#
- class lsst.ts.wep.task.GenerateDonutCatalogOnlineTask(**kwargs)#
Bases:
TaskConstruct a source catalog from reference catalogs and pointing information.
- Parameters:
Methods Summary
getRefObjLoader(refCatalogList)Create a
ReferenceObjectLoaderfrom available reference catalogs in the repository.run(refCatalogs, detector, detectorWcs)Methods Documentation
- getRefObjLoader(refCatalogList)#
Create a
ReferenceObjectLoaderfrom available reference catalogs in the repository.- Parameters:
refCatalogList (
list) – List of deferred butler references for the reference catalogs.- Returns:
Object to conduct spatial searches through the reference catalogs.
- Return type:
lsst.meas.algorithms.ReferenceObjectsLoader