lsst.meas.algorithms¶
The lsst.meas.algorithms module provides a variety of astronomical measurement algorithms.
LSST Reference Catalogs¶
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.
 - SourceDetectionTask
 - Create the detection task. Most arguments are simply passed onto pipe.base.Task.
 
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.