.codeclimate.yml
.gitignore
.landscape.yml
.travis.yml
LICENSE
MANIFEST.in
Portfile.template
README.md
ez_setup.py
requirements.txt
setup.cfg
setup.py
.travis/build-with-autotools.sh
bin/gwpy-plot
docs/Makefile
docs/conf.py
docs/ex2rst.py
docs/getting_started.rst
docs/index.rst
docs/install.rst
docs/make.bat
docs/overview.rst
docs/_static/copybutton.js
docs/_static/favicon.png
docs/_static/gwpy-sphinx.css
docs/_static/gwpy_https.js
docs/_static/gwpy_white_24.png
docs/_templates/layout.html
docs/_templates/autoclass/class.rst
docs/_templates/autosummary/base.rst
docs/_templates/autosummary/class.rst
docs/_templates/autosummary/module.rst
docs/cli/coherence.rst
docs/cli/coherencegram.rst
docs/cli/index.rst
docs/cli/interactive-01.png
docs/cli/interactive-02.png
docs/cli/interactive.rst
docs/cli/spectrogram.rst
docs/cli/spectrum.rst
docs/cli/timeseries.rst
docs/detector/channel.rst
docs/examples/index.rst
docs/plotter/api.rst
docs/plotter/filter.rst
docs/plotter/index.rst
docs/segments/index.rst
docs/segments/thresholding.rst
docs/spectrogram/index.rst
docs/spectrogram/spectrogram_plot.py
docs/spectrum/filtering.rst
docs/spectrum/index.rst
docs/spectrum/spectrum_plot.py
docs/table/histogram.rst
docs/table/index.rst
docs/table/rate.rst
docs/time/index.rst
docs/timeseries/filtering.rst
docs/timeseries/gwf.rst
docs/timeseries/index.rst
docs/timeseries/nds.rst
docs/timeseries/public-data.rst
docs/timeseries/public_data_plot.py
docs/timeseries/statevector.rst
docs/timeseries/timeseries_plot.py
examples/miscellaneous/bode_plot.py
examples/miscellaneous/index.rst
examples/spectrogram/coherence.py
examples/spectrogram/index.rst
examples/spectrogram/plot.py
examples/spectrogram/ratio.py
examples/spectrogram/rayleigh.py
examples/spectrogram/spectrogram2.py
examples/spectrum/coherence.py
examples/spectrum/compare.py
examples/spectrum/hoff.py
examples/spectrum/index.rst
examples/spectrum/rayleigh.py
examples/spectrum/transfer_function.py
examples/spectrum/variance.py
examples/table/histogram.py
examples/table/index.rst
examples/table/rate.py
examples/table/rate_binned.py
examples/table/scatter.py
examples/table/tiles.py
examples/timeseries/blrms.py
examples/timeseries/filter.py
examples/timeseries/index.rst
examples/timeseries/public.py
examples/timeseries/statevector.py
examples/timeseries/whiten.py
gwpy/__init__.py
gwpy/_version_helper.py
gwpy/version.py
gwpy.egg-info/PKG-INFO
gwpy.egg-info/SOURCES.txt
gwpy.egg-info/dependency_links.txt
gwpy.egg-info/requires.txt
gwpy.egg-info/top_level.txt
gwpy/astro/__init__.py
gwpy/astro/range.py
gwpy/cli/__init__.py
gwpy/cli/cliproduct.py
gwpy/cli/coherence.py
gwpy/cli/coherencegram.py
gwpy/cli/spectrogram.py
gwpy/cli/spectrum.py
gwpy/cli/timeseries.py
gwpy/cli/utils.py
gwpy/data/__init__.py
gwpy/data/array.py
gwpy/data/array2d.py
gwpy/data/series.py
gwpy/data/io/__init__.py
gwpy/data/io/hdf5.py
gwpy/detector/__init__.py
gwpy/detector/channel.py
gwpy/detector/units.py
gwpy/detector/io/__init__.py
gwpy/detector/io/cis.py
gwpy/detector/io/clf.py
gwpy/detector/io/omega.py
gwpy/io/__init__.py
gwpy/io/ascii.py
gwpy/io/cache.py
gwpy/io/datafind.py
gwpy/io/hdf5.py
gwpy/io/kerberos.py
gwpy/io/ligolw.py
gwpy/io/nds.py
gwpy/io/utils.py
gwpy/plotter/__init__.py
gwpy/plotter/axes.py
gwpy/plotter/core.py
gwpy/plotter/decorators.py
gwpy/plotter/filter.py
gwpy/plotter/gps.py
gwpy/plotter/histogram.py
gwpy/plotter/html.py
gwpy/plotter/log.py
gwpy/plotter/segments.py
gwpy/plotter/spectrogram.py
gwpy/plotter/spectrum.py
gwpy/plotter/table.py
gwpy/plotter/tex.py
gwpy/plotter/timeseries.py
gwpy/plotter/utils.py
gwpy/segments/__init__.py
gwpy/segments/flag.py
gwpy/segments/segments.py
gwpy/segments/io/__init__.py
gwpy/segments/io/cache.py
gwpy/segments/io/hdf5.py
gwpy/segments/io/ligolw.py
gwpy/segments/io/segwizard.py
gwpy/spectrogram/__init__.py
gwpy/spectrogram/coherence.py
gwpy/spectrogram/core.py
gwpy/spectrogram/io/__init__.py
gwpy/spectrogram/io/hdf5.py
gwpy/spectrum/__init__.py
gwpy/spectrum/core.py
gwpy/spectrum/hist.py
gwpy/spectrum/lal_.py
gwpy/spectrum/registry.py
gwpy/spectrum/scipy_.py
gwpy/spectrum/utils.py
gwpy/spectrum/io/__init__.py
gwpy/spectrum/io/hdf5.py
gwpy/table/__init__.py
gwpy/table/lsctables.py
gwpy/table/rate.py
gwpy/table/utils.py
gwpy/table/io/__init__.py
gwpy/table/io/ascii.py
gwpy/table/io/cache.py
gwpy/table/io/cwb.py
gwpy/table/io/ligolw.py
gwpy/table/io/omega.py
gwpy/table/io/omicron.py
gwpy/table/io/trigfind.py
gwpy/tests/compat.py
gwpy/tests/table.py
gwpy/tests/test_array.py
gwpy/tests/test_astro.py
gwpy/tests/test_cli.py
gwpy/tests/test_detector.py
gwpy/tests/test_io.py
gwpy/tests/test_plotter.py
gwpy/tests/test_segments.py
gwpy/tests/test_time.py
gwpy/tests/test_timeseries.py
gwpy/tests/data/H1-LDAS_STRAIN-968654552-10.xml.gz
gwpy/tests/data/HLV-GW100916-968654552-1.gwf
gwpy/tests/data/HLV-GW100916-968654552-1.hdf
gwpy/tests/data/X1-GWPY_TEST_SEGMENTS-0-10.txt
gwpy/tests/data/X1-GWPY_TEST_SEGMENTS-0-10.xml.gz
gwpy/tests/data/test.xml.gz
gwpy/time/__init__.py
gwpy/time/_tconvert.py
gwpy/timeseries/__init__.py
gwpy/timeseries/core.py
gwpy/timeseries/statevector.py
gwpy/timeseries/timeseries.py
gwpy/timeseries/io/__init__.py
gwpy/timeseries/io/cache.py
gwpy/timeseries/io/hdf5.py
gwpy/timeseries/io/losc.py
gwpy/timeseries/io/gwf/__init__.py
gwpy/timeseries/io/gwf/framecpp.py
gwpy/timeseries/io/gwf/identify.py
gwpy/timeseries/io/gwf/lalframe.py
gwpy/utils/__init__.py
gwpy/utils/auth.py
gwpy/utils/compat.py
gwpy/utils/deps.py
gwpy/utils/docstring.py
gwpy/utils/lal.py
gwpy/utils/sphinx/__init__.py
gwpy/utils/sphinx/autoclassapi.py
gwpy/utils/sphinx/directives.py