lsst.meas.deblender¶
The lsst.meas.deblender
module provides source deblending algorithms.
Task reference¶
Tasks¶
- SourceDeblendTask
Split blended sources into individual sources.
Contributing¶
lsst.meas.deblender
is developed at https://github.com/lsst/meas_deblender.
You can find Jira issues for this module under the meas_deblender component.
Python API reference¶
lsst.meas.deblender Package¶
Functions¶
|
Apportion flux to all of the peak templates in each filter |
|
Build a symmetric template for each peak in each filter |
|
Clip non-zero spans in the template footprints for every peak in each filter. |
|
Deblend a parent |
|
Fit a PSF + smooth background model (linear) to a small region around each peak. |
|
Make the templates monotonic. |
|
Applying median smoothing filter to the template images for every peak in every filter. |
|
Deblend a parent |
|
Adjust flux on the edges of the template footprints. |
|
Remove "degenerate templates" |
|
Weight the templates to best fit the observed image in each filter |
Classes¶
|
Cache the PSF models |
|
Deblender result of a single parent footprint, in a single band |
|
Result of deblending a single Peak within a parent Footprint. |
|
Class to define plugins for the deblender. |
|
Collection of objects in multiple bands for a single parent footprint. |
|
Collection of single peak deblender results in multiple bands. |
|
|
|
Split blended sources into individual sources. |
Class Inheritance Diagram¶
lsst.meas.deblender.baseline Module¶
Functions¶
|
Deblend a parent |
|
Deblend a parent |
Classes¶
|
Collection of objects in multiple bands for a single parent footprint. |
|
Deblender result of a single parent footprint, in a single band |
|
Collection of single peak deblender results in multiple bands. |
|
Result of deblending a single Peak within a parent Footprint. |
|
Cache the PSF models |