David-McKenna / sigpyproc3

Python3 version of Ewan Barr's sigpyproc library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sigpyproc

sigpyproc is a pulsar and FRB data analysis library for python.

Build Status

Usage

from sigpyproc.Readers import FilReader
myFil = FilReader("tutorial.fil")

Installation

Requirements

You need Python 3.6 or later to run sigpyproc.

* FFTW3
* OpenMP

Step-by-step guide

Once you have all the requirements installed, you can install this via pip:

pip install git+https://github.com/pravirkr/sigpyproc3

Or, download / clone this repository, and then run

python setup.py install

About

Python3 version of Ewan Barr's sigpyproc library


Languages

Language:Python 65.3%Language:C 33.0%Language:Makefile 1.0%Language:Dockerfile 0.7%