gwdetchar.scattering.simple module

Simple command-line interface to gwdetchar.scattering

Given a specific GPS time of interest, this module scans through records of optic motion and projects fringe frequencies due to optical scattering. For those channels with fringes above a user-specified threshold, a plot is created comparing the fringes to a high-resolution Q-scan spectrogram.

To identify broader time segments when scattering is likely in the first place, please use the main command-line module:

python -m gwdetchar.scattering –help

gwdetchar.scattering.simple._discover_data(primary, channels, start, end, primary_frametype, aux_frametype)[source]

Load timeseries data from local gravitational-wave frame files

gwdetchar.scattering.simple.create_parser()[source]

Create a command-line parser for this entry point

gwdetchar.scattering.simple.main(args=None)[source]

Run the simple version of the scattering command-line tool