Definition at line 18 of file positionGalSimFakes.py.
◆ addMask
lsst.synpipe.positionGalSimFakes.PositionGalSimFakesConfig.addMask |
|
static |
Initial value:= lsstConfig.Field(dtype=bool, default=False,
doc='add FAKE mask plane')
Definition at line 28 of file positionGalSimFakes.py.
◆ addShear
lsst.synpipe.positionGalSimFakes.PositionGalSimFakesConfig.addShear |
|
static |
Initial value:= lsstConfig.Field(dtype=bool, default=False,
doc='include shear in the galaxies')
Definition at line 26 of file positionGalSimFakes.py.
◆ cosStr
string lsst.synpipe.positionGalSimFakes.PositionGalSimFakesConfig.cosStr = 'Use Galsim.COSMOSlog()' |
|
static |
◆ dSerStr
string lsst.synpipe.positionGalSimFakes.PositionGalSimFakesConfig.dSerStr = 'Double sersic galaxies added' |
|
static |
◆ exclusionLevel
lsst.synpipe.positionGalSimFakes.PositionGalSimFakesConfig.exclusionLevel |
|
static |
Initial value:= lsstConfig.ChoiceField(dtype=str, default='none',
allowed={'none': "None",
'marginal': "Marginal",
'bad_stamp': "Bad Stamp",
'bad_fits': "Bad Fits"},
doc='Exclusion level')
Definition at line 42 of file positionGalSimFakes.py.
◆ galList
lsst.synpipe.positionGalSimFakes.PositionGalSimFakesConfig.galList |
|
static |
Initial value:= lsstConfig.Field(dtype=str,
doc="catalog of galaxies to add")
Definition at line 19 of file positionGalSimFakes.py.
◆ galType
lsst.synpipe.positionGalSimFakes.PositionGalSimFakesConfig.galType |
|
static |
Initial value:= lsstConfig.ChoiceField(dtype=str, default='sersic',
allowed={'dsersic': dSerStr,
'sersic': serStr,
'real': realStr,
'cosmos': cosStr},
doc='type of GalSim galaxies to add')
Definition at line 36 of file positionGalSimFakes.py.
◆ maxMargin
lsst.synpipe.positionGalSimFakes.PositionGalSimFakesConfig.maxMargin |
|
static |
Initial value:= lsstConfig.Field(dtype=int, default=600,
optional=True,
doc="Size of margin")
Definition at line 21 of file positionGalSimFakes.py.
◆ realStr
string lsst.synpipe.positionGalSimFakes.PositionGalSimFakesConfig.realStr = 'Real HST galaxy images added' |
|
static |
◆ seed
lsst.synpipe.positionGalSimFakes.PositionGalSimFakesConfig.seed |
|
static |
Initial value:= lsstConfig.Field(dtype=int, default=1,
doc="Seed for random number generator")
Definition at line 24 of file positionGalSimFakes.py.
◆ sersic_prec
lsst.synpipe.positionGalSimFakes.PositionGalSimFakesConfig.sersic_prec |
|
static |
Initial value:= lsstConfig.Field(dtype=float, default=0.0,
doc='The desired precision for n')
Definition at line 30 of file positionGalSimFakes.py.
◆ serStr
string lsst.synpipe.positionGalSimFakes.PositionGalSimFakesConfig.serStr = 'Single sersic galaxies added' |
|
static |
The documentation for this class was generated from the following file: