Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated for ETC 3.2

Table of Contents

For Pandeia Engine v3.0/v3.1/v3.2

Python Requirements:

RequiredRecommended

python 3.8+

3.11.3

numpy 1.17+

1.23.5

scipy

1.10.1

astropy 5+

5.2.2
photutils1.7.0
synphot 1.0+1.2.0
stsynphot 1.0+1.2.0
six1.16.0
setuptools67.7.0

...

The engine can be installed with

Code Block
languagebash
pip install pandeia.engine==3.2

or for Roman:

Code Block
languagebash
pip install pandeia.engine==3.01
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.

...

If properly installed and configured, it should show the refdata version and synphot data directory, like this:

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

or for Roman:

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

...