|
lsst.meas.algorithms
17.0.1-10-g6c37d570
|
Classes | |
| class | SourceDetectionConfig |
| Configuration parameters for the SourceDetectionTask. More... | |
| class | SourceDetectionTask |
| Detect positive and negative sources on an exposure and return a new table.SourceCatalog. More... | |
Functions | |
| def | addExposures (exposureList) |
| def lsst.meas.algorithms.detection.addExposures | ( | exposureList | ) |
Add a set of exposures together.
Parameters
----------
exposureList : `list` of `lsst.afw.image.Exposure`
Sequence of exposures to add.
Returns
-------
addedExposure : `lsst.afw.image.Exposure`
An exposure of the same size as each exposure in ``exposureList``,
with the metadata from ``exposureList[0]`` and a masked image equal
to the sum of all the exposure's masked images.
Definition at line 923 of file detection.py.
1.8.13