ForcedPhotCoaddConfig#
- class lsst.drp.tasks.forcedPhotCoadd.ForcedPhotCoaddConfig(*args, **kw)#
Bases:
PipelineTaskConfigAttributes 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'>)coadd name: typically one of deep or goodSeeing (
str, default'deep')Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Run subtask to 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 strip footprints from the output catalog before saving to disk.
Dataset (without coadd prefix) that should be used to obtain (Heavy)Footprints for sources.
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.
subtask to do forced measurement (
ConfigurableInstance, default<class 'lsst.meas.base.forcedMeasurement.ForcedMeasurementConfig'>)Flag to enable/disable saving of log output for a task, enabled by default.
Use cell-based coadds for forced measurements? (
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'>)
- coaddName#
coadd name: typically one of deep or goodSeeing (
str, default'deep')
- connections: pexConfig.ConfigField#
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
- doApCorr#
Run subtask to 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. If footprintDatasetName != ‘LsstScarletModelData’ then this field is ignored. (
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)
- footprintDatasetName#
Dataset (without coadd prefix) that should be used to obtain (Heavy)Footprints for sources. Must have IDs that match those of the reference catalog.If None, Footprints will be generated by transforming the reference Footprints. (
str, default'LsstScarletModelData')
- 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#
subtask to do forced measurement (
ConfigurableInstance, default<class 'lsst.meas.base.forcedMeasurement.ForcedMeasurementConfig'>)
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)
- useCellCoadds#
Use cell-based coadds for forced measurements? (
bool, defaultFalse)
Methods Documentation