pravirkr / sigpyproc

This repo has been moved to https://github.com/pravirkr/sigpyproc3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sigpyproc Build Status

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

Usage

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

from sigpyproc.Readers import FitsReader
myFits = FitsReader("tutorial.fits")

Installation

Requirements

    * numpy 
    * ctypes 
    * FFTW3
    * OpenMP

Step-by-step guide

Once you have all the requirements installed, download / clone this repository, and then run

python setup.py install

Docker

This repo now comes with a Dockerfile, so you can build a simple docker container with sigpyproc in it. To do so, clone this directory, cd into it, and then run on your command line:

docker build --tag sigpyproc .

You can then run the container with

docker run --rm -it sigpyproc

(Have a read of docker tutorials and documentation for more details!)

About

This repo has been moved to https://github.com/pravirkr/sigpyproc3


Languages

Language:Python 74.8%Language:C 23.8%Language:Makefile 0.8%Language:Dockerfile 0.6%