Skip to main content

Gravitational wave frame file I/O elements for sgn-ts

Project description

sgn-gwframe

Gravitational wave frame file I/O elements for sgn-ts

ci coverage documentation pypi version


Resources

Installation

pip install sgn-gwframe

Features

  • Read timeseries data from .gwf frame files, frame caches, or lists of frame files
  • Watch directories for new frame files in real-time with automatic gap detection
  • Write timeseries data to .gwf files with compression, multi-frame support, and retention policies
  • Integrates as source and sink elements for SGN pipelines

Quickstart

Read from frame files

from sgn_gwframe import GWFrameSource
from sgn.apps import Pipeline

src = GWFrameSource(
    name="gwosc",
    channels=["L1:GWOSC-16KHZ_R1_STRAIN"],
    frames="frames.cache",
    start=1187008882,
    end=1187008896,
)

pipeline = Pipeline()
pipeline.insert(src, ...)
pipeline.run()

Watch a directory for live frame data

from sgn_gwframe import GWFrameWatchSource
from sgn.apps import Pipeline

src = GWFrameWatchSource(
    name="L1_live",
    channels=["L1:GDS-CALIB_STRAIN"],
    watch_dir="/data/frames/L1",
)

pipeline = Pipeline()
pipeline.insert(src, ...)
pipeline.run()

Write frame files

from sgn_gwframe import GWFrameSink
from sgn.apps import Pipeline

sink = GWFrameSink(
    name="writer",
    channels=["H1:GDS-CALIB_STRAIN"],
    duration=1,
    output_dir="output",
    description="FILTERED",
    max_files=100,
)

pipeline = Pipeline()
pipeline.insert(..., sink)
pipeline.run()

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

sgn_gwframe-0.4.2.tar.gz (4.1 MB view details)

Uploaded Source

Built Distribution

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

sgn_gwframe-0.4.2-py3-none-any.whl (20.2 kB view details)

Uploaded Python 3

File details

Details for the file sgn_gwframe-0.4.2.tar.gz.

File metadata

  • Download URL: sgn_gwframe-0.4.2.tar.gz
  • Upload date:
  • Size: 4.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Hatch/1.16.5 cpython/3.13.12 HTTPX/0.28.1

File hashes

Hashes for sgn_gwframe-0.4.2.tar.gz
Algorithm Hash digest
SHA256 7601d62614fb2951a611eaf0e97939f68bd1a5c502b8979df145d34cccbb4d6c
MD5 b976ca68e79d8f14d23b4bf0f04094bf
BLAKE2b-256 cd3486dd84ddc052b546d2d98e995d0f3461b3a7804c083ae4b333fdf78d2d37

See more details on using hashes here.

File details

Details for the file sgn_gwframe-0.4.2-py3-none-any.whl.

File metadata

  • Download URL: sgn_gwframe-0.4.2-py3-none-any.whl
  • Upload date:
  • Size: 20.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Hatch/1.16.5 cpython/3.13.12 HTTPX/0.28.1

File hashes

Hashes for sgn_gwframe-0.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 07c2f1de3af897968932850c8a552078e1c113a8c5bca014916632bfeb963307
MD5 8203f9bcc314dd6c077b74b5c16dc427
BLAKE2b-256 ba93beb8581759c8d8c2cea85297259826ec5f0a58c8de040533babad374a760

See more details on using hashes here.

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