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(butler, *args, **kwargs)

Command-line task representing the entire AP pipeline...

attributeconfig

Access configuration fields and retargetable subtasks.

methodrunDataRef(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

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.

transformDiaSrcCat

Default

lsst.ap.association.transformDiaSourceCatalog.TransformDiaSourceCatalogTask

Field type

ConfigurableField

Task for converting and calibrating the afw SourceCatalog of DiaSources to Pandas DataFrame for use in Association.

Configuration fields

No configuration fields.