Configuration parameters for the MeasureMergedCoaddSourcesTask.
More...
|
| | doDeblend = Field(dtype=bool, default=True, doc="Deblend sources?") |
| |
| | deblend = ConfigurableField(target=SourceDeblendTask, doc="Deblend sources") |
| |
| | measurement = ConfigurableField(target=SingleFrameMeasurementTask, doc="Source measurement") |
| |
| | setPrimaryFlags = ConfigurableField(target=SetPrimaryFlagsTask, doc="Set flags for primary tract/patch") |
| |
| | doPropagateFlags |
| |
| | propagateFlags = ConfigurableField(target=PropagateVisitFlagsTask, doc="Propagate visit flags to coadd") |
| |
| | doMatchSources = Field(dtype=bool, default=True, doc="Match sources to reference catalog?") |
| |
| | match = ConfigurableField(target=DirectMatchTask, doc="Matching to reference catalog") |
| |
| | doWriteMatchesDenormalized |
| |
| | coaddName = Field(dtype=str, default="deep", doc="Name of coadd") |
| |
| | checkUnitsParseStrict |
| |
| | doApCorr |
| |
| | applyApCorr |
| |
| | doRunCatalogCalculation |
| |
| | catalogCalculation |
| |
Configuration parameters for the MeasureMergedCoaddSourcesTask.
Definition at line 820 of file multiBand.py.
◆ setDefaults()
| def lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.setDefaults |
( |
|
self | ) |
|
◆ applyApCorr
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.applyApCorr |
|
static |
Initial value:= ConfigurableField(
target=ApplyApCorrTask,
doc="Subtask to apply aperture corrections"
)
Definition at line 854 of file multiBand.py.
◆ catalogCalculation
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.catalogCalculation |
|
static |
Initial value:= ConfigurableField(
target=CatalogCalculationTask,
doc="Subtask to run catalogCalculation plugins on catalog"
)
Definition at line 863 of file multiBand.py.
◆ checkUnitsParseStrict
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.checkUnitsParseStrict |
|
static |
Initial value:= Field(
doc="Strictness of Astropy unit compatibility check, can be 'raise', 'warn' or 'silent'",
dtype=str,
default="raise",
)
Definition at line 844 of file multiBand.py.
◆ coaddName
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.coaddName = Field(dtype=str, default="deep", doc="Name of coadd") |
|
static |
◆ deblend
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.deblend = ConfigurableField(target=SourceDeblendTask, doc="Deblend sources") |
|
static |
◆ doApCorr
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.doApCorr |
|
static |
Initial value:= Field(
dtype=bool,
default=True,
doc="Apply aperture corrections"
)
Definition at line 849 of file multiBand.py.
◆ doDeblend
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.doDeblend = Field(dtype=bool, default=True, doc="Deblend sources?") |
|
static |
◆ doMatchSources
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.doMatchSources = Field(dtype=bool, default=True, doc="Match sources to reference catalog?") |
|
static |
◆ doPropagateFlags
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.doPropagateFlags |
|
static |
Initial value:= Field(
dtype=bool, default=True,
doc="Whether to match sources to CCD catalogs to propagate flags (to e.g. identify PSF stars)"
)
Definition at line 830 of file multiBand.py.
◆ doRunCatalogCalculation
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.doRunCatalogCalculation |
|
static |
Initial value:= Field(
dtype=bool,
default=True,
doc='Run catalogCalculation task'
)
Definition at line 858 of file multiBand.py.
◆ doWriteMatchesDenormalized
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.doWriteMatchesDenormalized |
|
static |
Initial value:= Field(
dtype=bool,
default=False,
doc=("Write reference matches in denormalized format? "
"This format uses more disk space, but is more convenient to read."),
)
Definition at line 837 of file multiBand.py.
◆ match
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.match = ConfigurableField(target=DirectMatchTask, doc="Matching to reference catalog") |
|
static |
◆ measurement
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.measurement = ConfigurableField(target=SingleFrameMeasurementTask, doc="Source measurement") |
|
static |
◆ propagateFlags
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.propagateFlags = ConfigurableField(target=PropagateVisitFlagsTask, doc="Propagate visit flags to coadd") |
|
static |
◆ setPrimaryFlags
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.setPrimaryFlags = ConfigurableField(target=SetPrimaryFlagsTask, doc="Set flags for primary tract/patch") |
|
static |
The documentation for this class was generated from the following file: