pemcoupling-sitewide

A site-wide or station-wide coupling function and estimated ambient can be produced via

pemcoupling-sitewide config.ini ACC

This assumes that the composite coupling functions to be combined into the summary plot exist in the directory provided in config.ini as composite_dir. Otherwise, you can use the -d or --directory option to point to the directory containing composite coupling functions.

See Specifying channels for instructions on using a custom channel list or searching for channel string patterns.

Full command-line help menu

Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/pemcoupling/envs/stable/bin/pemcoupling-sitewide", line 4, in <module>
    __import__('pkg_resources').run_script('pemcoupling==0.0.10', 'pemcoupling-sitewide')
  File "/home/docs/checkouts/readthedocs.org/user_builds/pemcoupling/envs/stable/lib/python2.7/site-packages/pkg_resources/__init__.py", line 666, in run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "/home/docs/checkouts/readthedocs.org/user_builds/pemcoupling/envs/stable/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1469, in run_script
    exec(script_code, namespace, namespace)
  File "/home/docs/checkouts/readthedocs.org/user_builds/pemcoupling/envs/stable/lib/python2.7/site-packages/pemcoupling-0.0.10-py2.7.egg/EGG-INFO/scripts/pemcoupling-sitewide", line 7, in <module>
    
  File "build/bdist.linux-x86_64/egg/pemcoupling/parse.py", line 10, in <module>
  File "build/bdist.linux-x86_64/egg/pemcoupling/utils.py", line 14, in <module>
  File "build/bdist.linux-x86_64/egg/pemcoupling/pemchannel.py", line 7, in <module>
  File "/home/docs/checkouts/readthedocs.org/user_builds/pemcoupling/envs/stable/lib/python2.7/site-packages/gwpy/timeseries/__init__.py", line 22, in <module>
    from .core import (TimeSeriesBase, TimeSeriesBaseDict, TimeSeriesBaseList)
  File "/home/docs/checkouts/readthedocs.org/user_builds/pemcoupling/envs/stable/lib/python2.7/site-packages/gwpy/timeseries/core.py", line 54, in <module>
    from gwosc.api import DEFAULT_URL as GWOSC_DEFAULT_HOST
  File "/home/docs/checkouts/readthedocs.org/user_builds/pemcoupling/envs/stable/lib/python2.7/site-packages/gwosc/api.py", line 29, in <module>
    from urllib.request import urlopen
ImportError: No module named request