lsst.synpipe  19.0.0-3-g3912c24+1
Static Public Attributes | List of all members
lsst.synpipe.randomStarFakes.RandomStarFakeSourcesConfig Class Reference
Inheritance diagram for lsst.synpipe.randomStarFakes.RandomStarFakeSourcesConfig:

Static Public Attributes

 nStars
 
 magnitude
 
 margin
 
 seed
 

Detailed Description

Definition at line 10 of file randomStarFakes.py.

Member Data Documentation

◆ magnitude

lsst.synpipe.randomStarFakes.RandomStarFakeSourcesConfig.magnitude
static
Initial value:
= lsst.pex.config.Field(dtype=float, default=20.0,
doc="Magnitude of all stars to be added")

Definition at line 13 of file randomStarFakes.py.

◆ margin

lsst.synpipe.randomStarFakes.RandomStarFakeSourcesConfig.margin
static
Initial value:
= lsst.pex.config.Field(dtype=int, default=None, optional=True,
doc="Size of margin at edge that should not be added")

Definition at line 15 of file randomStarFakes.py.

◆ nStars

lsst.synpipe.randomStarFakes.RandomStarFakeSourcesConfig.nStars
static
Initial value:
= lsst.pex.config.Field(dtype=int, default=1,
doc="Number of stars to add")

Definition at line 11 of file randomStarFakes.py.

◆ seed

lsst.synpipe.randomStarFakes.RandomStarFakeSourcesConfig.seed
static
Initial value:
= lsst.pex.config.Field(dtype=int, default=1,
doc="Seed for random number generator")

Definition at line 17 of file randomStarFakes.py.


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