Metadata-Version: 2.1
Name: PyCBC
Version: 1.18.0
Summary: Core library to analyze gravitational-wave data, find signals, and study their parameters.
Home-page: http://www.pycbc.org/
Author: The PyCBC team
Author-email: alex.nitz@gmail.org
License: UNKNOWN
Download-URL: https://github.com/gwastro/pycbc/tarball/v1.18.0
Keywords: ligo,physics,gravity,signal processing,gravitational waves
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Dist: numpy (>=1.16.0)
Requires-Dist: Mako (>=1.0.1)
Requires-Dist: cython (>=0.29)
Requires-Dist: decorator (>=3.4.2)
Requires-Dist: matplotlib (>=1.5.1)
Requires-Dist: pillow
Requires-Dist: h5py (>=2.5)
Requires-Dist: jinja2
Requires-Dist: lalsuite
Requires-Dist: mpld3 (>=0.3)
Requires-Dist: lscsoft-glue (>=1.59.3)
Requires-Dist: requests (>=1.2.1)
Requires-Dist: beautifulsoup4 (>=4.6.0)
Requires-Dist: six (>=1.10.0)
Requires-Dist: ligo-segments
Requires-Dist: tqdm
Requires-Dist: gwdatafind
Requires-Dist: numpy (<1.17.0,>=1.16.0) ; python_version <= "2.7"
Requires-Dist: astropy (<3.0.0,>=2.0.3) ; python_version <= "2.7"
Requires-Dist: scipy (<1.3.0,>=0.16.0) ; python_version <= "3.4"
Requires-Dist: astropy (>=2.0.3) ; python_version > "3.0"
Requires-Dist: numpy (!=1.19.0,<1.20.0,>=1.16.0) ; python_version >= "3.5"
Requires-Dist: scipy (>=0.16.0) ; python_version >= "3.5"
Provides-Extra: cuda
Requires-Dist: pycuda (>=2015.1) ; extra == 'cuda'
Requires-Dist: scikit-cuda ; extra == 'cuda'

`PyCBC <http://pycbc.org>`_ is a software package used to explore astrophysical sources of gravitational waves. It contains algorithms to analyze gravitational-wave data from the LIGO and Virgo detectors, detect coalescing compact binaries, and measure the astrophysical parameters of detected sources. PyCBC was used in the `first direct detection of gravitational waves <https://journals.aps.org/prl/abstract/10.1103/PhysRevLett.116.061102>`_ and is used in the flagship analysis of LIGO and Virgo data.

PyCBC is developed collaboratively and lead by a team of LIGO scientists with the aim to build accessible tools for gravitational-wave data analysis. One of the easiest ways to get a full software environment is by `downloading one of our docker images. <http://pycbc.org/pycbc/latest/html/docker.html>`_

Some interactive examples using portions of the PyCBC library are also hosted as jupyter notebooks on Microsoft Azure. `Feel free to give them a try. <https://notebooks.azure.com/nitz/libraries/pycbc>`_  You can also explore the `full documentation pages <http://pycbc.org/pycbc/latest/html/index.html>`_ or the `source code on GitHub. <https://github.com/ligo-cbc/pycbc>`_ 

If you use PyCBC in scientific publications, please see our `citation guidelines. <http://pycbc.org/pycbc/latest/html/credit.html>`_ 


