DeblendAdapt#
- class lsst.ts.wep.deblend.DeblendAdapt#
Bases:
DeblendDefaultDeblendDefault child class to do the deblending by the adaptive threshold method.
Methods Summary
deblendDonut(imgToDeblend, iniGuessXY)Deblend the donut image.
Methods Documentation
- deblendDonut(imgToDeblend, iniGuessXY)#
Deblend the donut image.
- Parameters:
- Return type:
- Returns:
numpy.ndarray – Deblended donut image.
float – Position x of donut in pixel.
float – Position y of donut in pixel.
- Raises:
ValueError – Only support to deblend single neighboring star.