lsst.pipe.tasks  21.0.0-142-gef555c1e+bcbe3dafff
Static Public Attributes | List of all members
lsst.pipe.tasks.propagateVisitFlags.PropagateVisitFlagsConfig Class Reference

Configuration for propagating flags to coadd. More...

Inheritance diagram for lsst.pipe.tasks.propagateVisitFlags.PropagateVisitFlagsConfig:

Static Public Attributes

 flags
 
 matchRadius = Field(dtype=float, default=0.2, doc="Source matching radius (arcsec)")
 
 ccdName = Field(dtype=str, default='ccd', doc="Name of ccd to give to butler")
 

Detailed Description

Configuration for propagating flags to coadd.

Definition at line 31 of file propagateVisitFlags.py.

Member Data Documentation

◆ ccdName

lsst.pipe.tasks.propagateVisitFlags.PropagateVisitFlagsConfig.ccdName = Field(dtype=str, default='ccd', doc="Name of ccd to give to butler")
static

Definition at line 41 of file propagateVisitFlags.py.

◆ flags

lsst.pipe.tasks.propagateVisitFlags.PropagateVisitFlagsConfig.flags
static
Initial value:
= DictField(keytype=str, itemtype=float,
default={"calib_psf_candidate": 0.2, "calib_psf_used": 0.2, "calib_psf_reserved": 0.2,
"calib_astrometry_used": 0.2, "calib_photometry_used": 0.2,
"calib_photometry_reserved": 0.2, },
doc=("Source catalog flags to propagate, with the threshold of relative occurrence "
"(valid range: [0-1], default is 0.2). Coadd object will have flag set if the "
"fraction of input visits in which it is flagged is greater than the threshold."))

Definition at line 33 of file propagateVisitFlags.py.

◆ matchRadius

lsst.pipe.tasks.propagateVisitFlags.PropagateVisitFlagsConfig.matchRadius = Field(dtype=float, default=0.2, doc="Source matching radius (arcsec)")
static

Definition at line 40 of file propagateVisitFlags.py.


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