pemcoupling-composite

Composite coupling functions can be produced directly after producing coupling functions via pemcoupling:

pemcoupling config.ini ACC -I injections.txt --composite

or from pre-existing coupling functions using the stand-alone pemcoupling-composite command:

pemcoupling-composite config.ini ACC

By default pemcoupling-composite searches the existing directory for subdirectories containing coupling functions. Results are saved to another subdirectory, name given by the composite_dir option in config.ini.

See Specifying channels for instructions on using a custom channel or 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-composite", line 4, in <module>
    __import__('pkg_resources').run_script('pemcoupling==0.0.10', 'pemcoupling-composite')
  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-composite", 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