Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Release 4.0

Table of Contents

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

Python Requirements:

+2
RequiredRecommended

python >=3.8+9

3.1112.3

numpy >=1.17+21

1.2326.53

scipy >=1.9.2

1.1013.10

astropy >=5+.3

56.20.21
photutils1.712.0
synphot >=1.0+1.24.0
stsynphot >=1.01.3.0
six1.16.0
setuptools6769.75.01

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==34.20

or for Roman:

Code Block
languagebash
pip install pandeia.engine==3.1

...

...

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.13). 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.

...

Recommended Data

Once untarred, the files will produce a directory tree of grp/redcat/trds. The pandeia.engine uses the contents of the trds directory.

Environment variable: $PYSYN_CDBS must point to the trds directory (NOT grp)

...

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

...