Skip to main content

A comprehensive Python package for Gravitational Wave experimental data analysis, extending GWpy with strict unit handling and advanced spectral methods.

Project description

gwexpy logo

gwexpy: GWpy Expansions for Experiments

CI Status codecov Documentation License: MIT Python 3.11+

gwexpy is an extension library for GWpy for experimental physics and gravitational-wave data analysis. It adds matrix-aware containers, field operations, fitting workflows, expanded I/O, and interoperability layers while staying close to GWpy-style analysis.

GWexpy is an independent package built on top of GWpy. It is not an official component of the GWpy project.

Install

python -m pip install gwexpy

GWexpy is published on PyPI. A conda-forge feedstock is also available, though the conda-forge package may lag the latest PyPI release.

python -m pip install gwexpy
# or, once the desired version is available on conda-forge:
conda install -c conda-forge gwexpy

The experimental GUI app is not part of the supported package surface.

For optional extras, external dependencies, and environment-specific setup, use the official installation guides:

Documentation

The full documentation is maintained in the docs site and is the source of truth for usage details.

Why gwexpy?

  • Matrix-native analysis: TimeSeriesMatrix, FrequencySeriesMatrix, and SpectrogramMatrix support batch processing, transfer functions, and multichannel workflows.
  • Physics-oriented containers: ScalarField, VectorField, and TensorField extend analysis beyond simple series into structured field data.
  • Practical workflows: fitting, noise hunting, time-frequency analysis, and interoperability are exposed as user-facing workflows rather than isolated utilities.
  • Broad interoperability and I/O: gwexpy bridges scientific Python tools and extends format coverage beyond core GWpy workflows.

Quick Start

import numpy as np
import gwexpy
from gwexpy.timeseries import TimeSeries, TimeSeriesList

gwexpy.register_all()

ts1 = TimeSeries(np.arange(8.0), dt=1.0, name="A")
ts2 = TimeSeries(np.arange(8.0) * 2.0, dt=1.0, name="B")
matrix = TimeSeriesList([ts1, ts2]).to_matrix()
asd = matrix.asd(fftlength=2.0)
print(matrix.shape)

For fitting, I/O, interoperability, and notebook-based workflows, start from the docs hub or the tutorial index above.

More Resources

Support

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

gwexpy-0.1.6.tar.gz (624.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gwexpy-0.1.6-py3-none-any.whl (749.7 kB view details)

Uploaded Python 3

File details

Details for the file gwexpy-0.1.6.tar.gz.

File metadata

  • Download URL: gwexpy-0.1.6.tar.gz
  • Upload date:
  • Size: 624.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for gwexpy-0.1.6.tar.gz
Algorithm Hash digest
SHA256 fc692d62c8ba2fe02d80d8bf47445ecc66eb87f3b5f53f7a71cc6a316f22c97f
MD5 6b3662e161b13cec20e3a07d89fb773c
BLAKE2b-256 336409d55c519d28feff09a37edbe9f80895f99eece8bef8567da477a0d9c4b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for gwexpy-0.1.6.tar.gz:

Publisher: release.yml on tatsuki-washimi/gwexpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gwexpy-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: gwexpy-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 749.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for gwexpy-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 376aebd42198d58bc48e985dc9a45b84ae6e902c77f533f1e68a40b4a62eff96
MD5 f6b96a59dcf609949d9c238cfe6d2967
BLAKE2b-256 9ac0f6d7f039d333265b665a498002762f445a76893ef45ad82064942ca9fcb1

See more details on using hashes here.

Provenance

The following attestation bundles were made for gwexpy-0.1.6-py3-none-any.whl:

Publisher: release.yml on tatsuki-washimi/gwexpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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