Skip to content

Commit

Permalink
Merge branch 'spacetelescope:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
gsanand authored Nov 28, 2023
2 parents c2be313 + 0a07a7c commit 0743f5c
Show file tree
Hide file tree
Showing 7 changed files with 164 additions and 97 deletions.
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ html:
exclude_patterns: [notebooks/DrizzlePac/align_mosaics/align_mosaics.ipynb,
notebooks/DrizzlePac/sky_matching/sky_matching.ipynb,
notebooks/DrizzlePac/use_ds9_regions_in_tweakreg/use_ds9_regions_in_tweakreg.ipynb,
notebooks/WFC3/calwf3_recalibration/calwf3_recal_tvb.ipynb,
notebooks/WFC3/dash/dash.ipynb,
notebooks/WFC3/filter_transformations/filter_transformations.ipynb,
notebooks/WFC3/flux_conversion_tool/flux_conversion_tool.ipynb,
Expand Down
2 changes: 1 addition & 1 deletion _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ parts:
- caption: WFC3
chapters:
- file: notebooks/WFC3/README.md
# - file: notebooks/WFC3/calwf3_recalibration/calwf3_recal_tvb.ipynb
- file: notebooks/WFC3/calwf3_recalibration/calwf3_recal_tvb.ipynb
- file: notebooks/WFC3/calwf3_v1.0_cte/calwf3_with_v1.0_PCTE.ipynb
# - file: notebooks/WFC3/dash/dash.ipynb
- file: notebooks/WFC3/exception_report/wfc3_exception_report.ipynb
Expand Down
20 changes: 16 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# STScI HST Notebook Repository HQ
This page provides links to notebooks created by various Hubble Space
Telescope instrument teams and software groups, including:

## STScI HST Notebook Repository HQ
Welcome to the STScI HST Notebook Repository
This resource provides comprehensive documentation and interactive notebooks created by the Hubble Space Telescope instruments teams.

### Interactive Notebooks
Explore our interactive notebooks for hands-on experience with HST data.
- [ACS notebooks](./notebooks/ACS/README.md)
- [COS notebooks](./notebooks/COS/README.md)
- [DrizzlePac notebooks](./notebooks/DrizzlePac/README.md)
- [NICMOS notebooks](./notebooks/NICMOS/nicmos_unit_conversion/nicmos_unit_conversion.ipynb)
- [STIS notebooks](./notebooks/STIS/README.md)
- [WFC3 notebooks](./notebooks/WFC3/README.md)

### Instrument Documentation
Here, you can find detailed documentation for each instrument the Hubble Space Telescope uses.

- [Advanced Camera for Surveys (ACS)](https://www.stsci.edu/hst/instrumentation/acs)

Expand All @@ -13,4 +26,3 @@ Telescope instrument teams and software groups, including:
- [Space Telescope Imaging Spectrograph (STIS)](https://www.stsci.edu/hst/instrumentation/stis)

- [Wide Field Camera 3 (WFC3)](https://www.stsci.edu/hst/instrumentation/wfc3)

14 changes: 13 additions & 1 deletion notebooks/WFC3/calwf3_recalibration/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
A new Jupyter notebook provides `calwf3` reprocessing examples to improve calibrated WFC3/IR images affected by time-variable background. The notebook shows how to diagnose images with poor-quality ramp fits and rerun `calwf3` with the 'CRCORR' step turned off. This method is described as the 'Last-minus-first' technique [WFC3 ISR 2016-16](https://www.stsci.edu/files/live/sites/www/files/home/hst/instrumentation/wfc3/documentation/instrument-science-reports-isrs/_documents/2016/WFC3-2016-16.pdf). See Section 3.5.2 of the [WFC3 Data Handbook](https://hst-docs.stsci.edu/wfc3dhb) for more information.
This Jupyter notebook provides `calwf3` reprocessing examples to improve calibrated WFC3/IR images affected by time-variable background (TVB). The notebook shows how to diagnose images with poor-quality ramp fits and rerun `calwf3` with the 'CRCORR' step turned off. This method is described as the 'Last-minus-first' technique [WFC3 ISR 2016-16](https://www.stsci.edu/files/live/sites/www/files/home/hst/instrumentation/wfc3/documentation/instrument-science-reports-isrs/_documents/2016/WFC3-2016-16.pdf). See Section 3.5.2 of the [WFC3 Data Handbook](https://hst-docs.stsci.edu/wfc3dhb) for more information.

Dependencies:

Install the necessary packages using the pre-requirements.sh and requirements.txt:

bash pre-requirements.sh
pip install -r requirements.txt

If necessary, also install jupyter notebook:

pip install notebook

Loading

0 comments on commit 0743f5c

Please sign in to comment.