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

Adding new STIS notebook Low_Count_Uncertainties.ipynb #288

Merged
merged 14 commits into from
Oct 22, 2024
Merged
1 change: 1 addition & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ parts:
- file: notebooks/STIS/target_acquisition/target_acquisition.ipynb
- file: notebooks/STIS/view_data/view_data.ipynb
- file: notebooks/STIS/extraction/1D_Extraction.ipynb
- file: notebooks/STIS/low_count_uncertainties/Low_Count_Uncertainties.ipynb
- caption: WFC3
chapters:
- file: notebooks/WFC3/README.md
Expand Down
2 changes: 2 additions & 0 deletions notebooks/STIS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ An introductory Jupyter Notebook showing how to create a custom CCD dark referen
An introductory Jupyter Notebook that shows how to visualize and obtain information about a target acquisition. It provides examples for a successful acquisition and several typical failure cases.
### Correcting for Missing Wavecals with Cross-Correlation (cross-correlation)
A complementary Jupyter Notebook to the Acquisition Notebook, that shows how to find and correct the zero point spectral shift using cross-correlation.
### Low Count Uncertainties in STIS (low_count_uncertainties)
A Jupyter Notebook exploring how uncertainties are calculated in the STIS pipeline. This also shows how certain approximations break down in the low flux regime (e.g., dim FUV continua), and demonstrates how users can calculate more robust uncertainties when dealing with low flux data. Lastly, this explores a known bug in calculation of uncertainties when using INTTAG to split exposures into sub-exposures in TIME-TAG files.


Each folder has a HTML file that can be opened in a browser after cloning this repository. The HTML file is identical to the notebook, except they contain output plots and tables.
Expand Down
Loading
Loading