Skip to content

Handy, function wrapper for JWST PandExo simulator

License

Notifications You must be signed in to change notification settings

iancrossfield/jwstprep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# 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:
INSTALLATION:
  • Download all the files in this repository
  • Put them somewhere in your Python path
  • Follow the example in :func:`run_pandexo`
TO-DO:
  • Anything with phase curves
  • Make this a pythonic 'module'/'package' instead of some files

2018-01-26 14:19 IJMC: Created.

"""