/psrdynspec

Python 3 tools for processing dynamic spectra of radio transients

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

psrdynspec

Python 3 tools for processing dynamic spectra of radio transients

Dependencies

psrdynspec is written in Python 3, and has the following package dependencies.

  • astropy > 4.0
  • blimpy = 2.0.0
  • matplotlib > 3.0
  • numpy
  • scipy
  • pandas

Installation

At the command line, run the following steps.

git clone git@github.com:akshaysuresh1/psrdynspec.git
cd psrdynspec
python setup.py install
python setup.py clean

Modules defined in psrdynspec can now be imported into Python from any location on your system.

To uninstall psrdynspec, simply run the following command line call.

pip uninstall psrdynspec

Troubleshooting

Please submit an issue to voice any problems or requests.

Improvements to the code are always welcome.