This repository contains a curated set of Jupyter notebooks related to the work that we do at STScI. These notebooks follow a consistent style guide in terms of layout/structure, coding conventions etc.
These notebooks are also under continuous integration to ensure that astronomers using these notebooks have a high level of confidence that they will work.
- MAST
- HST
- ACS
- COS
- STIS
- WFC3
- JWST
- NIRCam
- NIRSpec
- MIRI
- NIRISS
Make sure what is said above is true. This project follows the principle of README driven development, i.e. we have written the README describing the future we would like to see for this project.
If you want to suggest changes to this content do the following:
- Take a look at the contributing guide
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request