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_by_Manually_Subtracting_Bad_Reads.ipynb' #108

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
8d1e8f8
updated _toc.yml and _config.yml files
dulude Oct 6, 2023
2ea0832
Correcting_for_Scattered_Light_in_IR_Exposures_by_Manually_Subtractin…
dulude Oct 6, 2023
25c8a95
ima_visualization_and_differencing.py: added trailing line.
dulude Oct 6, 2023
3f98ec8
Minor tweaks to index.md
dulude Oct 6, 2023
14e09ee
Update index.md
dulude Oct 6, 2023
85afcd5
Updated README.md
dulude Oct 6, 2023
705b524
Update ci_html_build.yml
mgough-970 Oct 19, 2023
8b82f6f
Changes made to requirements file to succesfully execute notebooks. (…
alyssaguzman Oct 24, 2023
72cb545
Delete notebooks/WFC3/filter_transformations/.ipynb_checkpoints direc…
mgough-970 Oct 24, 2023
00b3a38
Delete notebooks/WFC3/flux_conversion_tool/.ipynb_checkpoints directory
mgough-970 Oct 24, 2023
1baab6f
Delete notebooks/WFC3/photometry_examples/.ipynb_checkpoints directory
mgough-970 Oct 24, 2023
35ed179
Updated call to matplotlib.patches.Ellipse to avoid MatplotlibDepreca…
sean-lockwood Oct 27, 2023
185ba14
Changed STIS view_data figure from attachment to external image to al…
sean-lockwood Oct 27, 2023
8c5bcbc
Bump scipy from 1.9.1 to 1.10.0 in /notebooks/COS/Extract
dependabot[bot] Oct 31, 2023
aac047a
Bump scipy from 1.9.1 to 1.10.0 in /notebooks/STIS/cross-correlation
dependabot[bot] Oct 31, 2023
f35bec7
Bump scipy from 1.9.1 to 1.10.0 in /notebooks/COS/LSF
dependabot[bot] Oct 31, 2023
96de45e
PEP 8 fixes and updating requirements.txt to the version of ginga tha…
annierose3 Nov 14, 2023
9cbc326
adding pre-requirements.sh
annierose3 Nov 14, 2023
2c8fb9a
Merge pull request #133 from annierose3/transfer_ir_manual_corr
annierose3 Nov 14, 2023
6179234
Merge branch 'main' into add_wfc3_ir_scattered_light_manual_correctio…
annierose3 Nov 14, 2023
5a1c884
last few PEP 8 corrections
annierose3 Nov 14, 2023
e2fe6a6
Merge pull request #134 from annierose3/transfer_ir_manual_corr
annierose3 Nov 14, 2023
6031091
notebook PEP8 corrections and adding crds to requirements.txt
annierose3 Nov 22, 2023
bfb7c4c
Merge pull request #142 from annierose3/transfer_ir_manual_corr
annierose3 Nov 22, 2023
c5baf13
Merge branch 'main' into add_wfc3_ir_scattered_light_manual_correctio…
haticekaratay Jan 9, 2024
6cb1a9f
Link to WFC3 notebooks in the hst-notebooks instead
haticekaratay Jan 9, 2024
0646d1e
Refactor file operations to use context managers
haticekaratay Jan 9, 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 @@ -53,5 +53,4 @@ exclude_patterns: [notebooks/DrizzlePac/align_mosaics/align_mosaics.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/ir_scattered_light_manual_corrections/Correcting_for_Scattered_Light_in_IR_Exposures_by_Manually_Subtracting_Bad_Reads.ipynb,
notebooks/WFC3/zeropoints/zeropoints.ipynb]
2 changes: 1 addition & 1 deletion _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ parts:
- 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/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
- file: notebooks/WFC3/photometry_examples/phot_examples.ipynb
Expand Down
Loading
Loading