lsst.meas.algorithms

The lsst.meas.algorithms module provides a variety of astronomical measurement algorithms.

Task reference

Tasks

DynamicDetectionTask
Detection of sources on an image with a dynamic threshold
FlaggedSourceSelectorTask
A trivial SourceSelector that simply uses an existing flag field to filter a SourceCatalog.
InstallGaussianPsfTask
Install a Gaussian PSF model in an exposure. If the exposure already has a PSF model then the new model has the same sigma and size (width and height in pixels) of the existing model.
LoadReferenceObjectsTask
Abstract base class to load objects from reference catalogs.
SourceDetectionTask
Create the detection task. Most arguments are simply passed onto pipe.base.Task.

Command-line tasks

IngestGaiaReferenceTask
A special-cased version of the refcat ingester for Gaia DR2.
IngestIndexedReferenceTask
Class for producing and loading indexed reference catalogs.

Contributing

lsst.meas.algorithms is developed at https://github.com/lsst/meas_algorithms. You can find Jira issues for this module under the meas_algorithms component.