Metadata-Version: 2.1
Name: skytempy
Version: 1.0
Summary: A simple package to calculate sky temperatures
Home-page: https://github.com/respiewak/skytempy
Author: Renee Spiewak
Author-email: respiewak@gmail.com
License: MIT
Description: # SkyTemp
        
        Calculate the Sky Temperature at a given Galactic Latitude and Longitude and frequency, based on the Remazeilles et al. 2014 reprocessing of the Haslam 408 MHz map. 
        
        Example usage:
        ```python skytemp.py haslam408_ds_Remazeilles2014.fits 10 -35 1284
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
