From a4247d5a50e358459ab0c58bd33a1d8053e4aa47 Mon Sep 17 00:00:00 2001 From: Bradley Sappington Date: Wed, 18 Dec 2024 12:45:39 -0500 Subject: [PATCH] update warning --- webbpsf/__init__.py | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/webbpsf/__init__.py b/webbpsf/__init__.py index 72da1a2f..de1fb071 100644 --- a/webbpsf/__init__.py +++ b/webbpsf/__init__.py @@ -24,12 +24,17 @@ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - THE WEBBPSF LIBRARY HAS BEEN DEPRECATED - All existing WebbPSF code has been migrated to the STPSF package. - Please update your code to use STPSF instead of WebbPSF. - https://github.com/spacetelescope/stpsf - or - pip install stpsf + THE WEBBPSF LIBRARY HAS BEEN MOVED + All existing WebbPSF functionality has been migrated to the newly made STPSF respository. + WebbPSF library will continue working + + If you would like to switch to the new repository: + Please update your code to use STPSF instead of WebbPSF. + https://github.com/spacetelescope/stpsf + or + pip install stpsf + + STPSF Functionality is currently the same, only the name is different. WebbPSF is now an alias of STPSF and is running code from the STPSF library. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!