Installation

gyrointerp works in Python>3.6. To use the code, first make sure you have the latest versions of the “standard astro stack” installed. With pip, you can do this with the command:

$ pip install numpy astropy pandas scipy --upgrade

Next, install gyrointerp:

$ pip install gyrointerp

We recommend installing and running gyrointerp in a conda virtual environment. You can install anaconda or miniconda here; the instructions here provide more information about conda virtual environments.

Issues?

If you run into any issues installing gyrointerp, please create an issue on Github.