lsst.pipe.tasks  13.0-66-gfbf2f2ce+5
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig Class Reference

Configuration parameters for the MeasureMergedCoaddSourcesTask. More...

Inheritance diagram for lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig:

Public Member Functions

def setDefaults (self)
 

Static Public Attributes

 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
 

Detailed Description

Configuration parameters for the MeasureMergedCoaddSourcesTask.

Definition at line 857 of file multiBand.py.

Member Function Documentation

◆ setDefaults()

def lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.setDefaults (   self)

Definition at line 905 of file multiBand.py.

Member Data Documentation

◆ applyApCorr

lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.applyApCorr
static
Initial value:
= ConfigurableField(
target=ApplyApCorrTask,
doc="Subtask to apply aperture corrections"
)

Definition at line 891 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 900 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 881 of file multiBand.py.

◆ coaddName

lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.coaddName = Field(dtype=str, default="deep", doc="Name of coadd")
static

Definition at line 880 of file multiBand.py.

◆ deblend

lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.deblend = ConfigurableField(target=SourceDeblendTask, doc="Deblend sources")
static

Definition at line 864 of file multiBand.py.

◆ doApCorr

lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.doApCorr
static
Initial value:
= Field(
dtype=bool,
default=True,
doc="Apply aperture corrections"
)

Definition at line 886 of file multiBand.py.

◆ doDeblend

lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.doDeblend = Field(dtype=bool, default=True, doc="Deblend sources?")
static

Definition at line 863 of file multiBand.py.

◆ doMatchSources

lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.doMatchSources = Field(dtype=bool, default=True, doc="Match sources to reference catalog?")
static

Definition at line 872 of file multiBand.py.

◆ 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 867 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 895 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 874 of file multiBand.py.

◆ match

lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.match = ConfigurableField(target=DirectMatchTask, doc="Matching to reference catalog")
static

Definition at line 873 of file multiBand.py.

◆ measurement

lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.measurement = ConfigurableField(target=SingleFrameMeasurementTask, doc="Source measurement")
static

Definition at line 865 of file multiBand.py.

◆ propagateFlags

lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.propagateFlags = ConfigurableField(target=PropagateVisitFlagsTask, doc="Propagate visit flags to coadd")
static

Definition at line 871 of file multiBand.py.

◆ setPrimaryFlags

lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.setPrimaryFlags = ConfigurableField(target=SetPrimaryFlagsTask, doc="Set flags for primary tract/patch")
static

Definition at line 866 of file multiBand.py.


The documentation for this class was generated from the following file: