The A* Vienna Software Team

July 2022: Server URL Upgrade instructions

Due to the downloadable content server being shut down in July 2022, the hard-coded URLs for the download functions in each of following packages no longer point to the correct place.

Affected functions and classes

The easiest way to fix this is to upgrade to the latest version of the package via pip.

pip install --upgrade <pkg_name>

However if your system requires the use of an older version of any of the packages listed above, you can keep these running by updating the URL in the relevant package config file.

The installation directory for each package (<pkg_name>) can be found with the following code::

>>> import <pkg_name>
>>> print(<pkg_name>.__path__)

For example::

>>> import scopesim
>>> print(scopesim.__path__)
['F:\\Work\\ScopeSim\\scopesim']

The config files listed below can be found relative to the root directory of the package, as printed by the code above. The offending entry in the config file should be replaced by the line of code given below by new entry.

ScopeSim

ScopeSim_templates

SpeXtra

Pyckles

SimCADO and SimMETIS

To all those still using SimCADO or SimMETIS, we thank you for continuing to use the original versions of our simulator software. The upgrades to the server infrastructure at the University of Vienna now mean that the functions for updating internal data files will no longer work. We will not be releasing an upgrade to SimCADO or SimMETIS on Pypi (pip) as these packages have been replaced by the new multipurpose ScopeSim environment

Manual upgrades are possible by updating the URL in the simcado.utils.py (line 362) file.

Please replace the following line in the simcado.utils.get_extras() function:

url = "http://www.univie.ac.at/simcado/data_ext/"

with the new URL:

url = "https://scopesim.univie.ac.at/simcado/data_ext/"

Contact

If you have question regarding the changes, or continue to find bugs with the downloadable content server, please contact tha A* Team at astar.astro@univie.ac.at