Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: v2.0

Table of Contents

For Pandeia Engine v1v2.70

Python Requirements:

RequiredRecommended

python 3.68+

3.910.64

numpy 1.17+

1.21.12

scipy

1.7.03

astropy 45+

45.20.14
photutils1.14.0
synphot 1.0.3+1.1.01
stsynphot 1.0.3+1.1.0
six1.16.0
setuptools4958.60.04

Installing the Pandeia Engine requires a python environment with the dependencies listed above, a set of telescope-specific datafiles, and an optional (but highly recommended) second set of data files for additional spectral manipulation capabilities.

...

Code Block
languagebash
pip install pandeia.engine==12.70


Warning
We highly recommend installing into a fresh python environment, such as ones provided by the Anaconda Python distribution, to avoid problems. If you experience issues after installing the Pandeia Engine, consider starting again with a fresh python installation and a clean new set of data files.

...

Download and untar the files to a suitable location.

...

Note
titleInstalling both data packages

You CAN untar both sets of files to the same location and run calculations for Webb and Roman. The sole difference between the packages are the jwst/ and roman/ directories (and the VERSION_PSF file, to reflect that Roman PSFs were regenerated with WebbPSF 1.0, instead of WebbPSF 1.1). You can either untar the second telescope on top of the first one and overwrite any files when prompted, or copy just the second telescope's directory into the $pandeia_refdata location.

...

Code Block
Pandeia Engine version:  12.70
Pandeia RefData version:  12.70
Pysynphot Data:  /your/data/directory/synphot

...