A Python package for interacting with the NASA Goddard PSG (Planetary Spectrum Generator) tool https://psg.gsfc.nasa.gov/
Work in progress. Documentation to follow soon.
You can clone this repository and install the pypsg
package.
git clone [email protected]:frontierdevelopmentlab/astrobiology/pypsg.git
cd pypsg
pip install .
A Jupyter notebook showing basic usage is in this repo: https://gitlab.com/frontierdevelopmentlab/astrobiology/pypsg/blob/master/notebooks/psg_usage.ipynb
pypsg
is released under a BSD license.