gwsnr

GWSNR: Gravitational Wave Signal-to-Noise Ratio.

import gwsnr only configures lightweight threading defaults; GWSNR and the core subpackage are loaded on first access (see __getattr__).

Subpackages

Package Contents

Functions

set_multiprocessing_start_method()

Set multiprocessing start method once per process when explicitly called.

Attributes

__version__

gwsnr.set_multiprocessing_start_method()[source]

Set multiprocessing start method once per process when explicitly called.

Default choices: spawn on macOS, fork on other POSIX systems. Windows is left unchanged (spawn).

Environment overrides (POSIX): GWSNR_USE_SPAWN=True or GWSNR_USE_FORK=True (if both are set, spawn is used and a warning is issued).

gwsnr.__version__ = "'0.5.0'"