DeblendCoaddSourcesTask

Python API summary

from lsst.pipe.tasks.multiBand import DeblendCoaddSourcesTask
classDeblendCoaddSourcesTask(butler=None, schema=None, peakSchema=None, **kwargs)

Deblend the sources in a merged catalog...

attributeconfig

Access configuration fields and retargetable subtasks.

methodrunDataRef(patchRefList, psfCache=100)

Deblend the patch...

See also

See the DeblendCoaddSourcesTask API reference for complete details.

Retargetable subtasks

multiBandDeblend

Default

lsst.meas.extensions.scarlet.deblend.ScarletDeblendTask

Field type

ConfigurableField

Deblend sources simultaneously across bands

singleBandDeblend

Default

lsst.meas.deblender.deblend.SourceDeblendTask

Field type

ConfigurableField

Deblend sources separately in each band

Configuration fields

coaddName

Default
'deep'
Field type

str Field

Name of coadd

hasFakes

Default
False
Field type

bool Field

Should be set to True if fake sources have been inserted into the input data.

simultaneous

Default
False
Field type

bool Field

Simultaneously deblend all bands?