Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 729 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 729 Bytes

psrdynspec

Python 3 tools for processing dynamic spectra of radio transients

Dependencies

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

Installation

  1. Clone this repository to your local machine.
  2. At a terminal on your local machine, change directory (cd) into psrdynspec.
  3. 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.

Troubleshooting

Please submit an issue to voice any problems or requests.

Improvements to the code are always welcome.