Definition at line 10 of file randomStarFakes.py.
◆ 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: