https://github.com/gwastro/pycbc
Raw File
Tip revision: f9ea7321a8bdf9c236d98cb354bb1f362ed3909a authored by Ian Harry on 17 July 2018, 09:50:03 UTC
Maybe this is still caching lalsuite??
Tip revision: f9ea732
__init__.py
"""
This packages contains modules for clustering events
"""

from .events import *
from .veto import *
from .coinc import *

back to top