eso_sky_calc#
- class arte.photometry.eso_sky_calc.EsoSkyCalc(**kwargs)#
Bases:
objectInterface to EsoSkyCalc
Calling sequence:
sky = EsoSkyCalc(**kwargs)
the full list of keywords parameters and defaults is in the help page
Examples
Plot sky radiance for airmass=2 and full moon
>>> sky = EsoSkyCalc(airmass=2, moon_sun_sep=180) >>> plt.semilogy(sky.lam, sky.flux)
Retrieve dictionary of default values
>>> defdict= EsoSkyCalc.default_values() >>> defdict['observatory'] == '3060m'
- Attributes:
fluxRadiance array in ph / s / m^2 / um / u.arcsec^2
flux_aelEmission lines of upper atmosphere in ph / s / m^2 / um / u.arcsec^2
flux_arcAirglow / residual continuum in ph / s / m^2 / um / u.arcsec^2
flux_smlScattered moonlight in ph / s / m^2 / um / u.arcsec^2
flux_sslScattered starlight in ph / s / m^2 / um / u.arcsec^2
flux_tieTelescope / Instrument thermal emission in ph / s / m^2 / um / u.arcsec^2
flux_tmeMolecular emission of lower atmosphere in ph / s / m^2 / um / u.arcsec^2
flux_zlZodiacal light in ph / s / m^2 / um / u.arcsec^2
lamWavelength array in astropy units of nm
transFractional transmission
trans_maMolecular Absorption
trans_msMie scattering
trans_o3Ozone UV / optical absorption
trans_rsRayleigh scattering
Methods
default_values
- static default_values()#
- property flux#
Radiance array in ph / s / m^2 / um / u.arcsec^2
- property flux_ael#
Emission lines of upper atmosphere in ph / s / m^2 / um / u.arcsec^2
- property flux_arc#
Airglow / residual continuum in ph / s / m^2 / um / u.arcsec^2
- property flux_sml#
Scattered moonlight in ph / s / m^2 / um / u.arcsec^2
- property flux_ssl#
Scattered starlight in ph / s / m^2 / um / u.arcsec^2
- property flux_tie#
Telescope / Instrument thermal emission in ph / s / m^2 / um / u.arcsec^2
- property flux_tme#
Molecular emission of lower atmosphere in ph / s / m^2 / um / u.arcsec^2
- property flux_zl#
Zodiacal light in ph / s / m^2 / um / u.arcsec^2
- property lam#
Wavelength array in astropy units of nm
- property trans#
Fractional transmission
- property trans_ma#
Molecular Absorption
- property trans_ms#
Mie scattering
- property trans_o3#
Ozone UV / optical absorption
- property trans_rs#
Rayleigh scattering