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 'calwf3_recal_tvb.ipynb' #99

Merged
merged 21 commits into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
c8a4853
uncommented notebooks/WFC3/calwf3_recalibration/calwf3_recal_tvb.ipyn…
dulude Oct 5, 2023
e32e491
removed notebooks/WFC3/calwf3_recalibration/calwf3_recal_tvb.ipynb fr…
dulude Oct 5, 2023
df8b0dd
calwf3_recal_tvb.ipynb: cleared notebook outputs
dulude Oct 5, 2023
42e14b2
Removed calwf3_recal notebook from _config
FDauphin Nov 16, 2023
00d9b39
Uncommented calwf3_recal notebook from _toc
FDauphin Nov 16, 2023
1ab622e
Update README for calwf3_recal
FDauphin Nov 16, 2023
a2836c0
Update requirements for calwf3_recal
FDauphin Nov 16, 2023
0b44030
Added pre-requirements for calwf3_recal to install hstacl
FDauphin Nov 16, 2023
97dabcf
Update calwf3_recal notebook to PEP8 standards
FDauphin Nov 16, 2023
1393756
Merge branch 'add_wfc3_calwf3_recalibration_notebook' into add_calwf3…
FDauphin Nov 16, 2023
150ae92
Merge pull request #136 from FDauphin/add_calwf3_recal_tvb
FDauphin Nov 16, 2023
99af657
Merge branch 'main' into add_wfc3_calwf3_recalibration_notebook
FDauphin Nov 20, 2023
685694c
Updated README with dependency instructions
FDauphin Nov 27, 2023
c840360
Updated code for file naming/moving
FDauphin Nov 27, 2023
4865a58
Merge branch 'add_calwf3_recal_tvb' of https://github.com/FDauphin/hs…
FDauphin Nov 27, 2023
4155d24
Merge pull request #145 from FDauphin/add_calwf3_recal_tvb
FDauphin Nov 27, 2023
49057b7
Fixed indentation error
FDauphin Nov 27, 2023
ac1f7bd
Merge pull request #146 from FDauphin/add_calwf3_recal_tvb
FDauphin Nov 27, 2023
83fb973
Fix indentation in the loop
haticekaratay Nov 27, 2023
dbb166f
Fixed indentation bug
FDauphin Nov 28, 2023
4e51a2d
Merge pull request #147 from FDauphin/add_calwf3_recal_tvb
FDauphin Nov 28, 2023
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 @@ -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/exception_report/wfc3_exception_report.ipynb,
notebooks/WFC3/filter_transformations/filter_transformations.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
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
Loading