Metadata-Version: 2.1
Name: sky_bkg
Version: 0.1.2
Summary: sky background
Home-page: http://github.com
Author: linlin
Author-email: linlin@shao.ac.cn
License: MIT
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
        
            import sky_bkg
            
        
        
        ## References
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
