lsst.pipe.tasks ge54c72f270+851f9942f5
Static Public Attributes | List of all members
lsst.pipe.tasks.fakes.BaseFakeSourcesConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.fakes.BaseFakeSourcesConfig:

Static Public Attributes

 maskPlaneName
 
 category = FutureWarning,
 

Detailed Description

Definition at line 33 of file fakes.py.

Member Data Documentation

◆ category

lsst.pipe.tasks.fakes.BaseFakeSourcesConfig.category = FutureWarning,
static

Definition at line 42 of file fakes.py.

◆ maskPlaneName

lsst.pipe.tasks.fakes.BaseFakeSourcesConfig.maskPlaneName
static
Initial value:
= lsst.pex.config.Field(
dtype=str, default="FAKE",
doc="Mask plane to set on pixels affected by fakes. Will be added if not already present."
)

Definition at line 34 of file fakes.py.


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