Python 3 tools for processing dynamic spectra of radio transients
psrdynspec
is written in Python 3, tested on Python 3.7.4 and has the following package dependencies.
- astropy > 4.0
- blimpy = 2.0.0
- matplotlib > 3.0
- numpy
- scipy
- pandas
- Clone this repository to your local machine.
- At a terminal on your local machine, change directory (cd) into
psrdynspec
. - Run the command
python setup.py install
on the terminal.
Modules defined in psrdynspec
can now be imported into Python run from any location on your system.
Please submit an issue to voice any problems or requests.
Improvements to the code are always welcome.