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 |
Attributes
- gwsnr.set_multiprocessing_start_method()[source]
Set
multiprocessingstart method once per process when explicitly called.Default choices:
spawnon macOS,forkon other POSIX systems. Windows is left unchanged (spawn).Environment overrides (POSIX):
GWSNR_USE_SPAWN=TrueorGWSNR_USE_FORK=True(if both are set,spawnis used and a warning is issued).
- gwsnr.__version__ = "'0.5.0'"