Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweak directory structure for per-notebook requirements and name consistency #25

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ The following table summarizes the notebooks currently available and the JWST [p

| Instrument | Observing Mode | JWST Build | ``jwst`` version | Notes |
|------------|----------------|------------|--------------------------|-----------------------------------------------|
| MIRI | MRS | 11.0, 11.1 | 1.15.1, 1.16.0 | |
| NIRISS | Imaging | 11.0 | 1.15.1 | |
| MIRI | Imaging | [11.0](https://jwst-docs.stsci.edu/jwst-science-calibration-pipeline/jwst-operations-pipeline-build-information/jwst-operations-pipeline-build-11-0-release-notes) | 1.15.1 | |
| MIRI | MRS | [11.0](https://jwst-docs.stsci.edu/jwst-science-calibration-pipeline/jwst-operations-pipeline-build-information/jwst-operations-pipeline-build-11-0-release-notes) | 1.15.1 | |
| NIRCam | Imaging | [11.0](https://jwst-docs.stsci.edu/jwst-science-calibration-pipeline/jwst-operations-pipeline-build-information/jwst-operations-pipeline-build-11-0-release-notes) | 1.15.1 | |
| NIRISS | Imaging | [11.0](https://jwst-docs.stsci.edu/jwst-science-calibration-pipeline/jwst-operations-pipeline-build-information/jwst-operations-pipeline-build-11-0-release-notes) | 1.15.1 | |

## Reference Files

Expand Down
4 changes: 4 additions & 0 deletions notebooks/MIRI/MRS/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
numpy<2.0
jwst==1.15.1
astroquery
jupyter