Skip to content

Commit

Permalink
Merge branch 'main' into add_wfc3_ir_scattered_light_manual_correctio…
Browse files Browse the repository at this point in the history
…ns_notebook
  • Loading branch information
annierose3 authored Nov 14, 2023
2 parents 2c8fb9a + d5c8336 commit 6179234
Show file tree
Hide file tree
Showing 6 changed files with 146 additions and 100 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '0 0 * * 0' # midnight sunday UTC

jobs:
GenerateHTML:
Scheduled:
uses: spacetelescope/notebook-ci-actions/.github/workflows/ci_scheduled.yml@v3
with:
python-version: ${{ vars.PYTHON_VERSION }}
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ exclude_patterns: [notebooks/DrizzlePac/align_mosaics/align_mosaics.ipynb,
notebooks/WFC3/image_displayer_analyzer/wfc3_image_displayer_analyzer.ipynb,
notebooks/WFC3/ir_ima_visualization/IR_IMA_Visualization_with_an_Example_of_Time_Variable_Background.ipynb,
notebooks/WFC3/ir_scattered_light_calwf3_corrections/Correcting_for_Scattered_Light_in_IR_Exposures_Using_calwf3_to_Mask_Bad_Reads.ipynb,
notebooks/WFC3/persistence/wfc3_ir_persistence.ipynb,
notebooks/WFC3/photometry_examples/phot_examples.ipynb,
notebooks/WFC3/tvb_flattenramp/TVB_flattenramp_notebook.ipynb,
notebooks/WFC3/uvis_pam_corrections/WFC3_UVIS_Pixel_Area_Map_Corrections_for_Subarrays.ipynb,
Expand Down
2 changes: 1 addition & 1 deletion _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ parts:
# - file: notebooks/WFC3/ir_ima_visualization/IR_IMA_Visualization_with_an_Example_of_Time_Variable_Background.ipynb
# - file: notebooks/WFC3/ir_scattered_light_calwf3_corrections/Correcting_for_Scattered_Light_in_IR_Exposures_Using_calwf3_to_Mask_Bad_Reads.ipynb
- file: notebooks/WFC3/ir_scattered_light_manual_corrections/Correcting_for_Scattered_Light_in_IR_Exposures_by_Manually_Subtracting_Bad_Reads.ipynb
# - file: notebooks/WFC3/persistence/wfc3_ir_persistence.ipynb
- file: notebooks/WFC3/persistence/wfc3_ir_persistence.ipynb
# - file: notebooks/WFC3/photometry_examples/phot_examples.ipynb
# - file: notebooks/WFC3/tvb_flattenramp/TVB_flattenramp_notebook.ipynb
# - file: notebooks/WFC3/uvis_pam_corrections/WFC3_UVIS_Pixel_Area_Map_Corrections_for_Subarrays.ipynb
Expand Down
2 changes: 2 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ Telescope instrument teams and software groups, including:
- [Near Infrared Camera and Multi-Object Spectrometer (NICMOS)](https://www.stsci.edu/hst/instrumentation/legacy/nicmos)

- [Space Telescope Imaging Spectrograph (STIS)](https://www.stsci.edu/hst/instrumentation/stis)

- [Wide Field Camera 3 (WFC3)](https://www.stsci.edu/hst/instrumentation/wfc3)
8 changes: 5 additions & 3 deletions notebooks/WFC3/persistence/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ By the end of this tutorial, you will:

Dependencies:

The environment from [WFC3 Library's](https://github.com/spacetelescope/WFC3Library) installation instructions contains the packages you need. However if you would like to run this notebook from a different environment, then refer to the instructions below:
Install the necessary packages using the requirements.txt:

Two astropy packages must be installed in your conda environment before downloading the data. To do this, type the following command in the terminal before starting the notebook:
pip install -r requirements.txt

conda install -c astropy astroquery ccdproc
If necessary, also install `jupyter notebook`:

pip install notebook

Loading

0 comments on commit 6179234

Please sign in to comment.