# jwstprep
"""A suite of useful tools for planning JWST observations.
FUNCTIONS:
- :func:`run_pandexo`
Run a simulation of PandExo and avoid messing with scripts.
- :func:`loadplanets`
Load the NASA Exoplanet Archive's list of exoplanets & their properties.
DEPENDENCIES:
- Python : pandas, numpy, pickle, os
- Other :
- Pandeia:
- engine v.1.2.1 -- https://pypi.python.org/pypi/pandeia.engine/
- data v.1.2 -- http://ssb.stsci.edu/pandeia/engine/1.2/pandeia_data-1.2.tar.gz
- IJMC's :
- analysis (just for constants)
- tess_yield (for :func:`tess_yield.estimatePlanetParams` function)
INSTALLATION: |
|
---|---|
TO-DO: |
|
2018-01-26 14:19 IJMC: Created.
"""