Python 3 tools for processing dynamic spectra of radio transients
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
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
Please submit an issue to voice any problems or requests.
Improvements to the code are always welcome.