Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Verify Installation

Open up a terminal with access to the conda installation, and type

Code Block
languagebash
python -c "import pandeia.engine; pandeia.engine.pandeia_version()"

If properly installed and configured, it should show the refdata version and synphot data directory.

Requirements

RequiredRecommended

python 2.7+

3.6.5

numpy 1.13.3+

1.15.4

scipy >1.4

1.1.0

astropy 2--3

2.0.9
photutils0.4
pysynphot0.9.12
setuptools40.8.0


Warning

pandeia.engine v1.5.1 is not compatible with scipy 1.4+ or astropy 4+

pandeia.engine v1.5.1 is the final version compatible with Python 2.7

Verify Installation

Open up a terminal with access to the conda installation, and type

Code Block
languagebash
python -c "import pandeia.engine; pandeia.engine.pandeia_version()"

...

Helper Script

The following script assumes you are operating in a terminal where a conda installation has been activated, that you've installed the pandeia refdata in ${HOME}/data/pandeia, and the cdbs folder from the additional dataset moved and renamed to ${HOME}/data/pysynphot

...