lsst.synpipe  19.0.0-2-g456d77f+7
Static Public Attributes | List of all members
lsst.synpipe.positionGalSimFakes.PositionGalSimFakesConfig Class Reference
Inheritance diagram for lsst.synpipe.positionGalSimFakes.PositionGalSimFakesConfig:

Static Public Attributes

 galList
 
 maxMargin
 
 seed
 
 addShear
 
 addMask
 
 sersic_prec
 
string cosStr = 'Use Galsim.COSMOSlog()'
 
string serStr = 'Single sersic galaxies added'
 
string dSerStr = 'Double sersic galaxies added'
 
string realStr = 'Real HST galaxy images added'
 
 galType
 
 exclusionLevel
 

Detailed Description

Definition at line 18 of file positionGalSimFakes.py.

Member Data Documentation

◆ 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

Definition at line 32 of file positionGalSimFakes.py.

◆ dSerStr

string lsst.synpipe.positionGalSimFakes.PositionGalSimFakesConfig.dSerStr = 'Double sersic galaxies added'
static

Definition at line 34 of file positionGalSimFakes.py.

◆ 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

Definition at line 35 of file positionGalSimFakes.py.

◆ 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

Definition at line 33 of file positionGalSimFakes.py.


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