FgcmMakeLutParametersConfig#
- class lsst.fgcmcal.FgcmMakeLutParametersConfig(*args, **kw)#
Bases:
ConfigConfig for parameters if atmosphereTableName not available
Attributes Summary
Standard Atmosphere airmass; Recommended default depends on the survey strategy.
Aerosol alpha range (unitless) (
List, default[0.0, 2.0])Standard Atmosphere aerosol alpha (
float, default1.0)Aerosol alpha number of steps (
int, default9)Telescope elevation (m) (
float)Aerosol Optical Depth normalization wavelength (Angstrom) (
float, default7750.0)Wavelength range for LUT (Angstrom) (
List, default[3000.0, 11000.0])Wavelength step for generating atmospheres (nm) (
float, default0.5)Ozone range (dob) (
List, default[220.0, 310.0])Standard Atmosphere O3 (dob) (
float, default263.0)Ozone number of steps (
int, default3)Barometric Pressure range (millibar) Recommended range depends on the site.
Standard Atmosphere pressure (millibar); Recommended default depends on the site.
Barometric Pressure number of steps (
int, default5)Precipitable Water Vapor range (mm) Recommended range depends on the site.
Standard Atmosphere PWV (mm); Recommended default depends on the site.
Precipitable Water Vapor number of steps (
int, default15)Aerosol Optical Depth range (unitless) (
List, default[0.002, 0.35])Standard Atmosphere aerosol optical depth (
float, default0.03)Aerosol Optical Depth number of steps (
int, default11)Zenith angle range (degree) (
List, default[0.0, 70.0])Zenith angle number of steps (
int, default21)Attributes Documentation
- airmassStd#
Standard Atmosphere airmass; Recommended default depends on the survey strategy. (
float)
- alphaRange#
Aerosol alpha range (unitless) (
List, default[0.0, 2.0])
- alphaStd#
Standard Atmosphere aerosol alpha (
float, default1.0)
- alphaSteps#
Aerosol alpha number of steps (
int, default9)
- elevation#
Telescope elevation (m) (
float)
- lambdaNorm#
Aerosol Optical Depth normalization wavelength (Angstrom) (
float, default7750.0)
- lambdaRange#
Wavelength range for LUT (Angstrom) (
List, default[3000.0, 11000.0])
- lambdaStep#
Wavelength step for generating atmospheres (nm) (
float, default0.5)
- o3Range#
Ozone range (dob) (
List, default[220.0, 310.0])
- o3Std#
Standard Atmosphere O3 (dob) (
float, default263.0)
- o3Steps#
Ozone number of steps (
int, default3)
- pmbRange#
Barometric Pressure range (millibar) Recommended range depends on the site. (
List)
- pmbStd#
Standard Atmosphere pressure (millibar); Recommended default depends on the site. (
float)
- pmbSteps#
Barometric Pressure number of steps (
int, default5)
- pwvRange#
Precipitable Water Vapor range (mm) Recommended range depends on the site. (
List)
- pwvStd#
Standard Atmosphere PWV (mm); Recommended default depends on the site. (
float)
- pwvSteps#
Precipitable Water Vapor number of steps (
int, default15)
- tauRange#
Aerosol Optical Depth range (unitless) (
List, default[0.002, 0.35])
- tauStd#
Standard Atmosphere aerosol optical depth (
float, default0.03)
- tauSteps#
Aerosol Optical Depth number of steps (
int, default11)
- zenithRange#
Zenith angle range (degree) (
List, default[0.0, 70.0])
- zenithSteps#
Zenith angle number of steps (
int, default21)