lsst.meas.algorithms
13.0-24-g22030a45+10
|
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) |
Add a set of exposures together. More... | |
def lsst.meas.algorithms.detection.addExposures | ( | exposureList | ) |
Add a set of exposures together.
[in] | exposureList | sequence of exposures to add |
LsstException | if the exposures do not all have the same dimensions (but does not check xy0) |
Definition at line 576 of file detection.py.