From beff486af3830a209f780a2c061f1a1840159606 Mon Sep 17 00:00:00 2001 From: Marshall Perrin Date: Sat, 17 Sep 2022 16:02:43 -0400 Subject: [PATCH] try 2 on box shared links --- .github/workflows/ci_workflows.yml | 2 +- docs/installation.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index 969a19ef..c46253a1 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -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 diff --git a/docs/installation.rst b/docs/installation.rst index 3efa27cf..d6aaee92 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -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 `_ [approx. 80 MB] +1. Download the following file: `webbpsf-data-1.1.0.tar.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. ::