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
- 
classApPipeTask
- Command-line task representing the entire AP pipeline - ...
- 
attributeconfig
- Access configuration fields and retargetable subtasks. 
- 
methodrunDataRef
- Execute the ap_pipe pipeline on a single image - ...
See also
See the ApPipeTask API reference for complete details.
Retargetable subtasks¶
ccdProcessor¶
- Default
- lsst.pipe.tasks.processCcd.ProcessCcdTask
- Field type
- ConfigurableField
Task used to perform basic image reduction and characterization.
diaPipe¶
- Default
- lsst.ap.association.diaPipe.DiaPipelineTask
- Field type
- ConfigurableField
Pipeline task for loading/store DiaSources and DiaObjects and spatially associating them.
differencer¶
- Default
- lsst.pipe.tasks.imageDifference.ImageDifferenceTask
- Field type
- ConfigurableField
Task used to do image subtraction and DiaSource detection.
Configuration fields¶
No configuration fields.