lsst.meas.algorithms
13.0-23-gb99accf8+8
|
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 |
Add a set of exposures together. More... | |
Variables | |
tuple | __all__ = ("SourceDetectionConfig", "SourceDetectionTask", "addExposures") |
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.
tuple lsst.meas.algorithms.detection.__all__ = ("SourceDetectionConfig", "SourceDetectionTask", "addExposures") |
Definition at line 23 of file detection.py.