Skip to content

Commit

Permalink
Create pre-requirements.sh
Browse files Browse the repository at this point in the history
This notebook relies on an old version of `hstcal` and therefore an old version of `calwf3`. Every `hstcal` version > 2.5.0 and every corresponding `calwf3` version > 3.5.2 will employ the v2.0 PCTE correction. Since this notebook's purpose is to demonstrate how to use the v1.0 PCTE correction, we must ensure `hstcal` version 2.5.0 is installed and used. I don't believe this version (2.5.0) is offered on conda-forge.
  • Loading branch information
bjkuhn authored Nov 3, 2023
1 parent bbea0fc commit d2057e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notebooks/WFC3/calwf3_v1.0_cte/pre-requirements.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
conda install --yes -c http://ssb.stsci.edu/astroconda hstcal==2.5.0

0 comments on commit d2057e9

Please sign in to comment.