Skip to main content

A Python package for coherent gravitational wave burst analysis

Project description

PycWB

Documentations Build Status Releases PyPI version License

PycWB is a modularized Python package for gravitational wave burst search based on the core function of cWB. The documentation can be found at pycwb.readthedocs.io.

Installation

Install PycWB with pip

PycWB is available on PyPI. You can install it with pip. Some dependencies are required to be installed before installing pycWB with pip. The easiest way is to install them with conda.

conda create -n pycwb "python>=3.9,<3.11"
conda activate pycwb
conda install -c conda-forge root=6.26.10 healpix_cxx=3.81 nds2-client python-nds2-client lalsuite setuptools_scm cmake pkg-config
python3 -m pip install pycwb

Currently, pycWB is only available for x64 architecture. For Apple Silicon users, you can install the dependencies with the following commands:

conda create -n pycwb "python>=3.9,<3.11"
conda activate pycwb
conda config --env --set subdir osx-64
conda install -c conda-forge root=6.26.10 healpix_cxx=3.81 nds2-client python-nds2-client lalsuite setuptools_scm cmake pkg-config htcondor

Install pycWB from source

conda create -n pycwb python
conda activate pycwb
conda install -c conda-forge root=6.26.10 healpix_cxx=3.81 nds2-client python-nds2-client lalsuite setuptools_scm cmake pkg-config
git clone git@git.ligo.org:yumeng.xu/pycwb.git
cd pycwb
make install

Usage

Example project can be found in examples

from pycwb.workflow.run import search

search('./user_parameters.yaml')

or run with command line

pycwb run ./user_parameters.yaml

Interactive tutorial

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pycwb-0.23.1.tar.gz (6.5 MB view details)

Uploaded Source

File details

Details for the file pycwb-0.23.1.tar.gz.

File metadata

  • Download URL: pycwb-0.23.1.tar.gz
  • Upload date:
  • Size: 6.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.15

File hashes

Hashes for pycwb-0.23.1.tar.gz
Algorithm Hash digest
SHA256 2947fef6167adc0c7f15d1c36873f413f2f82e39c78558c0b6dabbd5beab2720
MD5 9a6158bcfcf52250fc61b32017ecd15c
BLAKE2b-256 1c43985e1d32a4c3193ddcb899586a7c319f334ab2150c2e5dbde54c8d1609b4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page