GWSumm 0.1.dev50+ga98ce754d.d20260523
  • Contents
      • What is GWSumm?
      • Command-line interface
      • Automatic generation for LIGO
      • Introduction to Tabs
      • Generating Websites
      • Tab modes
      • Tab API
      • States
      • Plots
      • gwsumm.mode Module
      • Full API
  • « gwsumm.config package
  • gwsumm.data.c... »
  • gwsumm.data package
    • Submodules
    • Module contents
Source

gwsumm.data package¶

Submodules¶

  • gwsumm.data.coherence module
    • add_coherence_component_spectrogram()
    • complex_percentile()
    • get_coherence_spectrogram()
    • get_coherence_spectrograms()
    • get_coherence_spectrum()
  • gwsumm.data.mathutils module
    • get_operator()
    • get_with_math()
    • parse_math_definition()
  • gwsumm.data.range module
    • get_range()
    • get_range_channel()
    • get_range_spectrogram()
    • get_range_spectrum()
  • gwsumm.data.spectral module
    • add_spectrogram()
    • apply_transfer_function_series()
    • get_spectrogram()
    • get_spectrograms()
    • get_spectrum()
    • size_for_spectrogram()
  • gwsumm.data.timeseries module
    • add_timeseries()
    • all_adc()
    • exclude_short_trend_segments()
    • filter_timeseries()
    • find_best_frames()
    • find_frame_type()
    • find_frames()
    • frame_trend_type()
    • get_channel_type()
    • get_timeseries()
    • get_timeseries_dict()
    • locate_data()
    • resample_timeseries_dict()
    • sieve_cache()
  • gwsumm.data.utils module
    • FftParams
      • FftParams.dict()
      • FftParams.fftlength
      • FftParams.method
      • FftParams.overlap
      • FftParams.scheme
      • FftParams.stride
      • FftParams.window
    • get_fftparams()
    • make_globalv_key()
    • use_configparser()
    • use_segmentlist()

Module contents¶

Methods and classes for loading and pre-processing data

Each of the sub-modules are designed to read or create the data requested only once, with the containers from the globalv module used as a storage buffer for each unique data type

Back to top

© Copyright 2013, Duncan Macleod.
Created using Sphinx 9.1.0.