PSD Drift Data Quality Extensions for the SGN Framework
Project description
SGN-Drift
Geometric Spectral Diagnostics for Gravitational Wave Detectors.
sgn-drift is an extension to the SGN framework designed to quantify the stability of
the detector noise floor using Information Geometry.
Installation
pip install sgn-drift
Example Usage
Command Line
sgn-drift-estimate --detector L1 --start 1263085000 --end 1263089096 --output drift_L1.csv --bands "low:10:50,mid:50:300"
Python API
from sgndrift.bin.estimate_drift import estimate_drift
bands = {
"v_low": (10, 50),
"v_mid": (50, 300)
}
estimate_drift(
start=1262600000,
end=1262604096,
detector="L1",
output_drift="analysis.csv",
bands=bands,
verbose=True
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sgn_drift-0.1.0.tar.gz
(33.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
sgn_drift-0.1.0-py3-none-any.whl
(29.1 kB
view details)
File details
Details for the file sgn_drift-0.1.0.tar.gz.
File metadata
- Download URL: sgn_drift-0.1.0.tar.gz
- Upload date:
- Size: 33.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36ec93dc1a9aba51ff0cb2938b28dd0194345e149e7a56556f1d4c2537c11015
|
|
| MD5 |
595dae7a6e982b32f5a83af5e586b1cc
|
|
| BLAKE2b-256 |
f7cea9f306432bdcff96fa240b14dacd2d1c56269d009a9edfacf5f8e9c5044a
|
File details
Details for the file sgn_drift-0.1.0-py3-none-any.whl.
File metadata
- Download URL: sgn_drift-0.1.0-py3-none-any.whl
- Upload date:
- Size: 29.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ea31bbfd07e2c256cafd83e4266fdc4ce265b4e0974f0c501f9ae41e392733d
|
|
| MD5 |
238a8e99dc900910a2bbb185c1edfb04
|
|
| BLAKE2b-256 |
75b0f93c91a4368a852578d9278d2fff5e5453ee11f11b320dab70dbae0fa15c
|