|
| galList = lsst.pex.config.Field(dtype=str, doc="catalog of galaxies to add") |
|
| margin |
|
| seed |
|
| galType |
|
| nGal = lsst.pex.config.Field(dtype=int, doc=, default=0) |
|
Definition at line 13 of file randomGalSimFakes.py.
◆ galList
lsst.synpipe.randomGalSimFakes.RandomGalSimFakesConfig.galList = lsst.pex.config.Field(dtype=str, doc="catalog of galaxies to add") |
|
static |
◆ galType
lsst.synpipe.randomGalSimFakes.RandomGalSimFakesConfig.galType |
|
static |
Initial value:= lsst.pex.config.ChoiceField(dtype=str, default='sersic',
allowed={'dsersic': 'double sersic galaxies added',
'sersic': 'single sersic galaxies added',
'real': 'real HST galaxy images added'},
doc='type of GalSim galaxies to add')
Definition at line 19 of file randomGalSimFakes.py.
◆ margin
lsst.synpipe.randomGalSimFakes.RandomGalSimFakesConfig.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 randomGalSimFakes.py.
◆ nGal
lsst.synpipe.randomGalSimFakes.RandomGalSimFakesConfig.nGal = lsst.pex.config.Field(dtype=int, doc=, default=0) |
|
static |
◆ seed
lsst.synpipe.randomGalSimFakes.RandomGalSimFakesConfig.seed |
|
static |
Initial value:= lsst.pex.config.Field(dtype=int, default=1,
doc="Seed for random number generator")
Definition at line 17 of file randomGalSimFakes.py.
The documentation for this class was generated from the following file: