Revision 1fe7bb3c5f80ff7c076886fb0d6eb0f8af1c408f authored by Jarron Leisenring on 22 December 2021, 07:13:02 UTC, committed by Jarron Leisenring on 22 December 2021, 07:13:02 UTC
1 parent 2e4f8b1
Raw File
README.md.old
pyNRC - A JWST NIRCam ETC
=========================

*Authors:* Jarron Leisenring (UA)

*Contributors:* Everett Schlawin (UA), Jonathan Fraine (STScI)

**!!Under Development!!**

pyNRC is a set of Python-based tools for planning observations with JWST NIRCam, 
such as an ETC, ~~rudimentary overhead calculator~~ (TBI), simple image slope 
simulator, and full-blown DMS simulator.

The module works for a variety of NIRCam observing modes including direct imaging, 
coronagraphic imaging, slitless grism spectroscopy, ~~DHS observations~~ (TBI), 
and weak lens imaging.
All PSFs are generated via WebbPSF (https://webbpsf.readthedocs.io) to reproduce 
realistic JWST images and spectra.

The documentation is available at https://pynrc.readthedocs.io

**Note**: pyNRC allows for more modes than are officially allowed by the Observatory,
(ie., filter + coronagraphic combinations, subarray sizes, etc.). 
Just because you can do something with pyNRC does not mean it will be supported.
Check out https://jwst-docs.stsci.edu/display/JTI/NIRCam+Observing+Modes for more information.

Similar to some of its dependencies, pyNRC requires a host of input data files in
order to generate simulations. Due to the size of these files, they are not included
with this source distribution. Please the documentation for instructions on how to
to download the required data files.
back to top