# 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 :
- IJMC's :
- analysis (just for constants)
- tess_yield (for :func:`tess_yield.estimatePlanetParams` function)
INSTALLATION: |
|
---|---|
TO-DO: |
|
2018-01-26 14:19 IJMC: Created.
"""