ApPipeTask¶
ApPipeTask represents the alert production pipeline.
ApPipeTask is available as a command-line task, ap_pipe.py.
Python API summary¶
from lsst.ap.pipe.ap_pipe import ApPipeTask
-
class
ApPipeTask(butler, *args, **kwargs) Command-line task representing the entire AP pipeline
...
- attributeconfig
Access configuration fields and retargetable subtasks.
-
method
runDataRef(rawRef, templateIds=None, reuse=None) Execute the ap_pipe pipeline on a single image
...
See also
See the ApPipeTask API reference for complete details.
Retargetable subtasks¶
ccdProcessor¶
- Default
- Field type
Task used to perform basic image reduction and characterization.
diaPipe¶
- Default
lsst.ap.association.diaPipe.DiaPipelineTask- Field type
Pipeline task for loading/store DiaSources and DiaObjects and spatially associating them.
differencer¶
- Default
- Field type
Task used to do image subtraction and DiaSource detection.
transformDiaSrcCat¶
- Default
lsst.ap.association.transformDiaSourceCatalog.TransformDiaSourceCatalogTask- Field type
Task for converting and calibrating the afw SourceCatalog of DiaSources to Pandas DataFrame for use in Association.
Configuration fields¶
No configuration fields.