From d71ad9497441480c80597342c9e4bdbe51fcb234 Mon Sep 17 00:00:00 2001 From: Bradley Sappington Date: Wed, 27 Sep 2023 14:22:37 -0400 Subject: [PATCH] update internal installation instructions --- docs/installation.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 68620992..7b07087d 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -86,7 +86,9 @@ You should now be able to successfully ``import webbpsf`` in a Python session. .. Note:: - **For STScI Users Only:** Please note, we are no longer providing users at STScI a location with the required data files on the Central Storage network. Therefore, to run WebbPSF, you must download these files and tell WebbPSF where to find them using the WEBBPSF_PATH environment variable. + **For STScI Users Only:** Users at STScI may access the required data files from the Central Storage network. Set the following environment variables in your ``bash`` shell. (You will probably want to add this to your ``.bashrc``.) :: + export WEBBPSF_PATH="/grp/jwst/ote/webbpsf-data" + export PYSYN_CDBS="/grp/hst/cdbs" Software Requirements ---------------------