Installation

Installing gaussdecomp

The easiest way to install gaussdecomp is with PyPi.

pip install gaussdecomp

To get the very latest version of the software, install it directly from GitHub.

pip install git+https://github.com/dnidever/gaussdecomp

If you are using the IDL code, you will also need to download the IDL Astronomer User’s Library (if you haven’t already). You can use the website or the GitHub repository.

Make sure to update your IDL_PATH environmental variable to include the paths to these two packages.

Dependencies

  • numpy

  • scipy

  • astropy

  • matplotlib

  • dlnpyutils