Installing TurbuStatΒΆ

TurbuStat is currently only available from the github repo.

TurbuStat requires the follow packages:

We recommend installing the radio_beam package to aid in the noise estimation in signal-id.

To install the packages, clone the repository:

>>> git clone https://github.com/Astroua/TurbuStat

Then install the package:

>>> python setup.py install

The script will install numpy and astropy if your python installation does not have them installed. Due to package conflicts, it will NOT install the rest of the dependencies! Until this can be fixed, you can check to see if you have all of the dependencies installed by running:

>>> python setup.py check_deps

If you find any issues in the installation, please make an issue on github or contact the developers at the email on this page. Thank you!