Skip to content

Instantly share code, notes, and snippets.

@duncanmmacleod
Last active April 25, 2018 10:16
Show Gist options
  • Save duncanmmacleod/da86d1ec7969824fd7451efab04d87fa to your computer and use it in GitHub Desktop.
Save duncanmmacleod/da86d1ec7969824fd7451efab04d87fa to your computer and use it in GitHub Desktop.
Benchmark tests for gwpy-plot command-line script (part of gwpy python package)
# timeseries
gwpy-plot timeseries --chan L1:IMC-PWR_IN_OUT16 --start '00:00' --duration 60 --interactive -vv
# spectrum
gwpy-plot spectrum --chan H1:GDS-CALIB_STRAIN --start 1126259446 --duration 32 --interactive -v
# spectrogram
gwpy-plot spectrogram --chan H1:GDS-CALIB_STRAIN --start 1126259446 --duration 32 --interactive -vv --epoch 1126259462 --norm
# coherence
gwpy-plot coherence --chan H1:GDS-CALIB_STRAIN H1:PEM-CS_ACC_PSL_PERISCOPE_X_DQ --start 1126260017 --duration 600 --interactive -vv
# q-transform
gwpy-plot qtransform --chan H1:GDS-CALIB_STRAIN --gps 1126259462.427 --interactive -vv --imin 0 --imax 25
# q-transform with multiple time windows (will write to CWD)
gwpy-plot qtransform --chan H1:GDS-CALIB_STRAIN --gps 1126259462.427 -vv --imin 0 --imax 25 --plot .5 1 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment