MeasureMergedCoaddSourcesTask¶
Python API summary¶
from lsst.pipe.tasks.multiBand import MeasureMergedCoaddSourcesTask
-
class
(butler=None, schema=None, peakSchema=None, refObjLoader=None, initInputs=None, **kwargs)MeasureMergedCoaddSourcesTask
! @anchor MeasureMergedCoaddSourcesTask_
...
-
attribute
config
Access configuration fields and retargetable subtasks.
-
method
(exposure, sources, skyInfo, exposureId, ccdInputs=None, visitCatalogs=None, wcsUpdates=None, butler=None)run
Run measurement algorithms on the input exposure, and optionally populate the resulting catalog with extra information
...
-
method
(patchRef, psfCache=100)runDataRef
! @brief Deblend and measure
...
See also
See the MeasureMergedCoaddSourcesTask
API reference for complete details.
Retargetable subtasks¶
applyApCorr¶
- Default
- Field type
Subtask to apply aperture corrections
catalogCalculation¶
Subtask to run catalogCalculation plugins on catalog
match¶
- Default
lsst.meas.astrom.directMatch.DirectMatchTask
- Field type
Matching to reference catalog
measurement¶
- Default
- Field type
Source measurement
propagateFlags¶
Propagate visit flags to coadd
setPrimaryFlags¶
- Default
- Field type
Set flags for primary tract/patch
Configuration fields¶
checkUnitsParseStrict¶
Strictness of Astropy unit compatibility check, can be ‘raise’, ‘warn’ or ‘silent’
coaddName¶
Name of coadd
connections¶
- Data type
lsst.pipe.base.config.Connections
- Field type
Configurations describing the connections of the PipelineTask to datatypes
doApCorr¶
Apply aperture corrections
doMatchSources¶
Match sources to reference catalog?
doPropagateFlags¶
Whether to match sources to CCD catalogs to propagate flags (to e.g. identify PSF stars)
doRunCatalogCalculation¶
Run catalogCalculation task
doWriteMatchesDenormalized¶
Write reference matches in denormalized format? This format uses more disk space, but is more convenient to read.
hasFakes¶
Should be set to True if fake sources have been inserted into the input data.
inputCatalog¶
Name of the input catalog to use.If the single band deblender was used this should be ‘deblendedFlux.If the multi-band deblender was used this should be ‘deblendedModel.If no deblending was performed this should be ‘mergeDet’
psfCache¶
Size of psfCache
saveMetadata¶
Flag to enable/disable metadata saving for a task, enabled by default.