Metadata-Version: 2.1
Name: pysigproc
Version: 0.4.0
Summary: Python reader/writer for sigproc filterbank files.
Home-page: http://github.com/devanshkv/pysigproc
Author: Paul Demorest, Devansh Agarwal, Kshitij Aggarwal
Author-email: pdemores@nrao.edu, da0017@mix.wvu.edu, ka0064@mix.wvu.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Natural Language :: English
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Scientific/Engineering :: Astronomy
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.16.0)
Requires-Dist: h5py (>=2.10.0)
Requires-Dist: scikit-image (>=0.14.2)
Requires-Dist: scipy (>=1.3.0)
Requires-Dist: numba (>=0.44.0)

# pysigproc
Simple pure-python3 module for working with filerbank (aka Sigproc) format files.

## Install 

Install using pip,

From PyPI:

`pip install pysigproc`

From GitHub (Latest):

`pip install git+https://github.com/devanshkv/pysigproc`

## Examples
To view a demonstration of `candidate.py`, see this [Jupyter notebook](https://github.com/devanshkv/pysigproc/blob/master/pysigproc_demo.ipynb).


