MeasureMergedCoaddSourcesConfig#
- class lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig(*args, **kw)#
Bases:
PipelineTaskConfigConfiguration parameters for the MeasureMergedCoaddSourcesTask
Attributes Summary
Subtask to apply aperture corrections (
ConfigurableInstance, default<class 'lsst.meas.base.applyApCorr.ApplyApCorrConfig'>)Subtask to run catalogCalculation plugins on catalog (
ConfigurableInstance, default<class 'lsst.meas.base.catalogCalculation.CatalogCalculationConfig'>)Strictness of Astropy unit compatibility check, can be 'raise', 'warn' or 'silent' (
str, default'raise')Name of coadd (
str, default'deep')Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Whether or not to add footprints to the input catalog from scarlet models.
Apply aperture corrections (
bool, defaultTrue)Whether to use the deblender models as templates to re-distribute the flux from the 'exposure' (True), or to perform measurements on the deblender model footprints.
Whether to match sources to CCD catalogs to propagate flags (to e.g. identify PSF stars) (
bool, defaultTrue).Run catalogCalculation task (
bool, defaultTrue)Whether to strip footprints from the output catalog before saving to disk.
Should be set to True if fake sources have been inserted into the input data.
Configuration for how to generate catalog IDs from data IDs.
Source measurement (
ConfigurableInstance, default<class 'lsst.meas.base.sfm.SingleFrameMeasurementConfig'>)Propagate source flags to coadd (
ConfigurableInstance, default<class 'lsst.pipe.tasks.propagateSourceFlags.PropagateSourceFlagsConfig'>)Size of psfCache (
int, default100)Flag to enable/disable saving of log output for a task, enabled by default.
Set flags for primary tract/patch (
ConfigurableInstance, default<class 'lsst.meas.algorithms.setPrimaryFlags.SetPrimaryFlagsConfig'>)Whether to use cell coadds? (
bool, defaultFalse)Methods Summary
Subclass hook for computing defaults.
Attributes Documentation
- applyApCorr#
Subtask to apply aperture corrections (
ConfigurableInstance, default<class 'lsst.meas.base.applyApCorr.ApplyApCorrConfig'>)
- catalogCalculation#
Subtask to run catalogCalculation plugins on catalog (
ConfigurableInstance, default<class 'lsst.meas.base.catalogCalculation.CatalogCalculationConfig'>)
- checkUnitsParseStrict#
Strictness of Astropy unit compatibility check, can be ‘raise’, ‘warn’ or ‘silent’ (
str, default'raise')
- coaddName#
Name of coadd (
str, default'deep')
- connections: pexConfig.ConfigField#
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
- doAddFootprints#
Whether or not to add footprints to the input catalog from scarlet models. This should be true whenever using the multi-band deblender, otherwise this should be False. (
bool, defaultTrue)
- doApCorr#
Apply aperture corrections (
bool, defaultTrue)
- doConserveFlux#
Whether to use the deblender models as templates to re-distribute the flux from the ‘exposure’ (True), or to perform measurements on the deblender model footprints. (
bool, defaultTrue)
- doPropagateFlags#
Whether to match sources to CCD catalogs to propagate flags (to e.g. identify PSF stars) (
bool, defaultTrue)
- doRunCatalogCalculation#
Run catalogCalculation task (
bool, defaultTrue)
- doStripFootprints#
Whether to strip footprints from the output catalog before saving to disk. This is usually done when using scarlet models to save disk space. (
bool, defaultTrue)
- hasFakes#
Should be set to True if fake sources have been inserted into the input data. (
bool, defaultFalse)
- idGenerator#
Configuration for how to generate catalog IDs from data IDs. (
SkyMapIdGeneratorConfig, default<class 'lsst.meas.base._id_generator.SkyMapIdGeneratorConfig'>)
- measurement#
Source measurement (
ConfigurableInstance, default<class 'lsst.meas.base.sfm.SingleFrameMeasurementConfig'>)
- propagateFlags#
Propagate source flags to coadd (
ConfigurableInstance, default<class 'lsst.pipe.tasks.propagateSourceFlags.PropagateSourceFlagsConfig'>)
- psfCache#
Size of psfCache (
int, default100)
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)
- setPrimaryFlags#
Set flags for primary tract/patch (
ConfigurableInstance, default<class 'lsst.meas.algorithms.setPrimaryFlags.SetPrimaryFlagsConfig'>)
- useCellCoadds#
Whether to use cell coadds? (
bool, defaultFalse)
Methods Documentation