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
(butler, *args, **kwargs)ApPipeTask
Command-line task representing the entire AP pipeline
...
-
attribute
config
Access configuration fields and retargetable subtasks.
-
method
(rawRef, templateIds=None, reuse=None)runDataRef
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.