sky background
Project description
sky-bkg
Description
Two sources of sky background are considered:
- Zodiacal light
- Earth shine
Zodiacal light
Zodiacal light varies as a function of angular distance of the target from the Sun and from the ecliptic. We adopt data in Leinert et al. (1998).
Earth-shine
Earth-shine varies strongly as a function of angle between the target and the Earth lime. We adopt data from Figure 9.1 in HST/WFC3 instrument handbook.
Installation
via pip:
pip install sky-bkg
Usage
from sky_bkg import sky_bkg
ra = 150
dec = 45
time = '2019-07-01'
zodi_wave, zodi_flux = sky_bkg.zodiacal(ra, dec, time)
theta = 40
earth_wave, earth_flux = sky_bkg.earthshine(theta)
References
- The night sky brightness in general and for the zodiacal light in Leinert et al. 1998 A&AS, 127, 1.
- Sky background from WFC3 document (https://hst-docs.stsci.edu/wfc3ihb/chapter-9-wfc3-exposure-time-calculation/9-7-sky-background)
- The solar spectrum is from Colina et al. 1996, download from https://cads.iiap.res.in/tools/zodiacalCalc/Documentation
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sky_bkg-0.1.3.tar.gz
(165.4 kB
view details)
File details
Details for the file sky_bkg-0.1.3.tar.gz
.
File metadata
- Download URL: sky_bkg-0.1.3.tar.gz
- Upload date:
- Size: 165.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.21.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64fb4b2679261653e3d674e96ee90f26349c29bc00c7af918648397f78d9c59c |
|
MD5 | a011199476d39e77d9fb8f4f65e6ceb5 |
|
BLAKE2b-256 | d4b3204f08b8101c971146c306f910f000c05a48ab1126ea33c58a1db9949cb6 |