Configuration parameters for the MeasureMergedCoaddSourcesTask.
More...
|
tuple | doDeblend = Field(dtype=bool, default=True, doc="Deblend sources?") |
|
tuple | deblend = ConfigurableField(target=SourceDeblendTask, doc="Deblend sources") |
|
tuple | measurement = ConfigurableField(target=SingleFrameMeasurementTask, doc="Source measurement") |
|
tuple | setPrimaryFlags = ConfigurableField(target=SetPrimaryFlagsTask, doc="Set flags for primary tract/patch") |
|
tuple | doPropagateFlags |
|
tuple | propagateFlags = ConfigurableField(target=PropagateVisitFlagsTask, doc="Propagate visit flags to coadd") |
|
tuple | doMatchSources = Field(dtype=bool, default=True, doc="Match sources to reference catalog?") |
|
tuple | match = ConfigurableField(target=DirectMatchTask, doc="Matching to reference catalog") |
|
tuple | doWriteMatchesDenormalized |
|
tuple | coaddName = Field(dtype=str, default="deep", doc="Name of coadd") |
|
tuple | checkUnitsParseStrict |
|
tuple | doApCorr |
|
tuple | applyApCorr |
|
tuple | doRunCatalogCalculation |
|
tuple | catalogCalculation |
|
Configuration parameters for the MeasureMergedCoaddSourcesTask.
Definition at line 848 of file multiBand.py.
def lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.setDefaults |
( |
|
self | ) |
|
tuple lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.applyApCorr |
|
static |
Initial value:
2 target=ApplyApCorrTask,
3 doc=
"Subtask to apply aperture corrections"
Definition at line 882 of file multiBand.py.
tuple lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.catalogCalculation |
|
static |
Initial value:
2 target=CatalogCalculationTask,
3 doc=
"Subtask to run catalogCalculation plugins on catalog"
Definition at line 891 of file multiBand.py.
tuple lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.checkUnitsParseStrict |
|
static |
Initial value:
2 doc=
"Strictness of Astropy unit compatibility check, can be 'raise', 'warn' or 'silent'",
Definition at line 872 of file multiBand.py.
tuple lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.coaddName = Field(dtype=str, default="deep", doc="Name of coadd") |
|
static |
tuple lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.deblend = ConfigurableField(target=SourceDeblendTask, doc="Deblend sources") |
|
static |
tuple lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.doApCorr |
|
static |
Initial value:
4 doc=
"Apply aperture corrections"
Definition at line 877 of file multiBand.py.
tuple lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.doDeblend = Field(dtype=bool, default=True, doc="Deblend sources?") |
|
static |
tuple lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.doMatchSources = Field(dtype=bool, default=True, doc="Match sources to reference catalog?") |
|
static |
tuple lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.doPropagateFlags |
|
static |
Initial value:
2 dtype=bool, default=
True,
3 doc=
"Whether to match sources to CCD catalogs to propagate flags (to e.g. identify PSF stars)"
Definition at line 858 of file multiBand.py.
tuple lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.doRunCatalogCalculation |
|
static |
Initial value:
4 doc=
'Run catalogCalculation task'
Definition at line 886 of file multiBand.py.
tuple lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.doWriteMatchesDenormalized |
|
static |
Initial value:
4 doc=(
"Write reference matches in denormalized format? "
5 "This format uses more disk space, but is more convenient to read."),
Definition at line 865 of file multiBand.py.
tuple lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.match = ConfigurableField(target=DirectMatchTask, doc="Matching to reference catalog") |
|
static |
tuple lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.measurement = ConfigurableField(target=SingleFrameMeasurementTask, doc="Source measurement") |
|
static |
tuple lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.propagateFlags = ConfigurableField(target=PropagateVisitFlagsTask, doc="Propagate visit flags to coadd") |
|
static |
tuple 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: