Skip to content

Commit

Permalink
try 2 on box shared links
Browse files Browse the repository at this point in the history
  • Loading branch information
mperrin committed Sep 17, 2022
1 parent 8d8c80c commit beff486
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Get WebbPSF Data
run: | # Get WebbPSF data files (just a subset of the full dataset!) and set up environment variable
wget https://stsci.box.com/s/963l3m4hcrpc29bqxq68ilcsfgfqwiyc -O /tmp/minimal-webbpsf-data.tar.gz
wget https://stsci.box.com/shared/static/963l3m4hcrpc29bqxq68ilcsfgfqwiyc.gz -O /tmp/minimal-webbpsf-data.tar.gz
tar -xzvf /tmp/minimal-webbpsf-data.tar.gz
echo "WEBBPSF_PATH=${{github.workspace}}/webbpsf-data" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Installing the Required Data Files

Files containing such information as the JWST pupil shape, instrument throughputs, and aperture positions are distributed separately from WebbPSF. To run WebbPSF, you must download these files and tell WebbPSF where to find them using the ``WEBBPSF_PATH`` environment variable.

1. Download the following file: `webbpsf-data-1.1.0.tar.gz <https://stsci.box.com/s/ntb71b3uusf1kzgf9bss0hzbreoja5gg>`_ [approx. 80 MB]
1. Download the following file: `webbpsf-data-1.1.0.tar.gz <https://stsci.box.com/shared/static/ntb71b3uusf1kzgf9bss0hzbreoja5gg.gz>`_ [approx. 80 MB]
2. Untar ``webbpsf-data-1.1.0.tar.gz`` into a directory of your choosing.
3. Set the environment variable ``WEBBPSF_PATH`` to point to that directory. e.g. ::

Expand Down

0 comments on commit beff486

Please sign in to comment.