Data analysis of HST/COS far-UV targeted towards exoplanet transit spectroscopy.
numpy
>= 1.12scipy
>= 0.19matplotlib
>= 2.0astropy
>= 2.0.2astroquery
>= 0.3.7.dev4234astroplan
Note: The development version of astroquery
is necessary because of a specific implementation of queries to the NASA Exoplanet Archive. In order to install this development version, you will have to build it from source. In the near future this may not be necessary anymore because astroquery
will eventually consolidate the development version into the stable version.
Clone the repository:
git clone https://github.com/ladsantos/sunburn.git
Navigate to the source code and install it in your Python environment:
cd sunburn
python setup.py install