Skip to content

Commit 993cd85

Browse files
authored
Merge pull request #483 from Jackie-Brown/add_timetag_notebook
add time_tag notebook
2 parents 866e775 + f2f8cce commit 993cd85

7 files changed

Lines changed: 1093 additions & 1 deletion

File tree

_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ parts:
7676
- file: notebooks/STIS/extraction/1D_Extraction.ipynb
7777
- file: notebooks/STIS/low_count_uncertainties/Low_Count_Uncertainties.ipynb
7878
- file: notebooks/STIS/contrast_sensitivity/STIS_Coronagraphic_Observation_Feasibility.ipynb
79+
- file: notebooks/STIS/time_tag/time_tag.ipynb
7980
- caption: WFC3
8081
chapters:
8182
- file: notebooks/WFC3/README.md

notebooks/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ MAST/Kepler/Kepler_TPF/mastDownload/
3838
!**/inclusions*.txt
3939
!STIS/contrast_sensitivity/ETC_example.jpg
4040
!STIS/contrast_sensitivity/TWHya.txt
41-
!STIS/low_count_uncertainties/STIS_GJ436b_inttag.png
41+
!STIS/low_count_uncertainties/STIS_GJ436b_inttag.png
42+
!STIS/time_tag/oemw01030_a2centers.png

notebooks/STIS/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ The current operational notebooks with a short description:
2525
| extraction | 1D Spectra Extraction | An introductory Jupyter Notebook that shows how to visualize the 1-D extraction. This is useful for cases where a user may want to do a custom extraction or background subtraction. It shows how to find the important keywords and plot the extraction and background regions used for the extraction to generate X1D data. The notebook contains an example with a first order spectrum and with echelle data. | [1D_Extraction.ipynb](https://github.com/spacetelescope/hst_notebooks/tree/main/notebooks/STIS/extraction) | [1D_Extraction.html](https://spacetelescope.github.io/hst_notebooks/notebooks/STIS/extraction/1D_Extraction.html) |
2626
| low_count_uncertainties | Low Count Uncertainties in STIS | 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. | [Low_Count_Uncertainties.ipynb](https://github.com/spacetelescope/hst_notebooks/tree/main/notebooks/STIS/low_count_uncertainties) | [Low_Count_Uncertainties.html](https://spacetelescope.github.io/hst_notebooks/notebooks/STIS/low_count_uncertainties/Low_Count_Uncertainties.html) |
2727
| target_acquisition | Evaluating STIS Target Acquisitions | 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. | [target_acquisition.ipynb](https://github.com/spacetelescope/hst_notebooks/tree/main/notebooks/STIS/target_acquisition) | [target_acquisition.html](https://spacetelescope.github.io/hst_notebooks/notebooks/STIS/target_acquisition/target_acquisition.html) |
28+
| time_tag | Introduction to TIME-TAG Data | An introductory Jupyter Notebook that shows how to navigate TIME-TAG file structures, display the raw data with several methods, calibrate the full exposure, and split data into sub-exposures. | [time_tag.ipynb](https://github.com/spacetelescope/hst_notebooks/tree/main/notebooks/STIS/time_tag) | [time_tag.html](https://spacetelescope.github.io/hst_notebooks/notebooks/STIS/time_tag/time_tag.html) |
2829
| view_data | Viewing STIS Data | The tutorial introduces handling STIS Data extensions, including examining Data Quality Flags. Several strategies explore how to visually examine STIS Data within a notebook to reproduce plots and tables. A section on using TIME-TAG mode data shows how to construct a flux plot and generate ACCUM images from TIME-TAG data with the stistools with the int_tag tool. A section on the STIS Gratings Echelle mode data shows how to display the echelle image and plot echelles by spectral order. | [view_data.ipynb](https://github.com/spacetelescope/hst_notebooks/tree/main/notebooks/STIS/view_data) | [view_data.html](https://spacetelescope.github.io/hst_notebooks/notebooks/STIS/view_data/view_data.html) |
2930

3031

70.3 KB
Loading
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
conda install --yes -c conda-forge hstcal
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
astroquery>=0.4.6
2+
astropy>=6.0.0
3+
numpy>=1.26.3
4+
scipy>=1.12.0
5+
matplotlib>=3.8.2
6+
stistools >=1.4.6
7+
crds>=11.17

0 commit comments

Comments
 (0)