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

Add WFC3 notebook 'Correcting_for_Scattered_Light_in_IR_Exposures_Using_calwf3_to_Mask_Bad_Reads.ipynb' #107

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
c181d7f
updated _toc.yml and _config.yml files
dulude Oct 6, 2023
c97b368
Correcting_for_Scattered_Light_in_IR_Exposures_Using_calwf3_to_Mask_B…
dulude Oct 6, 2023
40abf4e
ima_visualization_and_differencing.py: added trailing line
dulude Oct 6, 2023
de6f13d
Minor tweaks to index.md
dulude Oct 6, 2023
7f2155c
Update index.md
dulude Oct 6, 2023
196174e
Updated README.md
dulude Oct 6, 2023
b812e73
Update ci_html_build.yml
mgough-970 Oct 19, 2023
97a4260
Changes made to requirements file to succesfully execute notebooks. (…
alyssaguzman Oct 24, 2023
37d8b58
Delete notebooks/WFC3/filter_transformations/.ipynb_checkpoints direc…
mgough-970 Oct 24, 2023
2329ffb
Delete notebooks/WFC3/flux_conversion_tool/.ipynb_checkpoints directory
mgough-970 Oct 24, 2023
29dad7a
Delete notebooks/WFC3/photometry_examples/.ipynb_checkpoints directory
mgough-970 Oct 24, 2023
0141449
Updated call to matplotlib.patches.Ellipse to avoid MatplotlibDepreca…
sean-lockwood Oct 27, 2023
751aefc
Changed STIS view_data figure from attachment to external image to al…
sean-lockwood Oct 27, 2023
83d30ff
Bump scipy from 1.9.1 to 1.10.0 in /notebooks/COS/Extract
dependabot[bot] Oct 31, 2023
e860438
Bump scipy from 1.9.1 to 1.10.0 in /notebooks/STIS/cross-correlation
dependabot[bot] Oct 31, 2023
ba18ba4
Bump scipy from 1.9.1 to 1.10.0 in /notebooks/COS/LSF
dependabot[bot] Oct 31, 2023
c61d372
PEP 8 corrections, updating pinned version of ginga in requirements.t…
annierose3 Nov 14, 2023
27c8230
Merge pull request #135 from annierose3/transfer_ir_calwf3_corr
annierose3 Nov 14, 2023
1b3068b
Merge branch 'main' into add_wfc3_ir_scattered_light_calwf3_correctio…
annierose3 Nov 14, 2023
82f2265
added crds to requirements.txt, one last PEP8 correction to script
annierose3 Nov 22, 2023
78b3836
Merge pull request #141 from annierose3/transfer_ir_calwf3_corr
annierose3 Nov 22, 2023
a1c8e82
Update ima_visualization_and_differencing.py
annierose3 Nov 22, 2023
2992651
Merge branch 'main' into add_wfc3_ir_scattered_light_calwf3_correctio…
haticekaratay Dec 13, 2023
9c092ad
Some changes based on notebook review
annierose3 Dec 28, 2023
9f79080
Merge pull request #170 from annierose3/transfer_ir_calwf3_corr
annierose3 Dec 28, 2023
d1f90b8
Update links to hst notebooks repository and fix get data
haticekaratay Jan 11, 2024
c64bda5
Merge branch 'main' into add_wfc3_ir_scattered_light_calwf3_correctio…
haticekaratay Jan 11, 2024
8e83272
Fix style errors
haticekaratay Jan 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,4 @@ exclude_patterns: [notebooks/DrizzlePac/align_mosaics/align_mosaics.ipynb,
notebooks/WFC3/dash/dash.ipynb,
notebooks/WFC3/filter_transformations/filter_transformations.ipynb,
notebooks/WFC3/flux_conversion_tool/flux_conversion_tool.ipynb,
notebooks/WFC3/ir_scattered_light_calwf3_corrections/Correcting_for_Scattered_Light_in_IR_Exposures_Using_calwf3_to_Mask_Bad_Reads.ipynb,
notebooks/WFC3/zeropoints/zeropoints.ipynb]
4 changes: 3 additions & 1 deletion _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ parts:
# - file: notebooks/WFC3/flux_conversion_tool/flux_conversion_tool.ipynb
- file: notebooks/WFC3/image_displayer_analyzer/wfc3_image_displayer_analyzer.ipynb
- 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/image_displayer_analyzer/wfc3_image_displayer_analyzer.ipynb
- 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/tvb_flattenramp/TVB_flattenramp_notebook.ipynb
Expand Down
Loading
Loading