Configuration parameters for the MeasureMergedCoaddSourcesTask.
More...
Configuration parameters for the MeasureMergedCoaddSourcesTask.
Definition at line 579 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 616 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 625 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 606 of file multiBand.py.
◆ coaddName
lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.coaddName = Field(dtype=str, default="deep", doc="Name of coadd") |
|
static |
◆ doApCorr
lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.doApCorr |
|
static |
Initial value:= Field(
dtype=bool,
default=True,
doc="Apply aperture corrections"
)
Definition at line 611 of file multiBand.py.
◆ 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 592 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 620 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 599 of file multiBand.py.
◆ inputCatalog
lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.inputCatalog |
|
static |
Initial value:= Field(dtype=str, default="deblendedFlux",
doc=("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'"))
Definition at line 585 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: