Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1"""
2``FileHandler`` classes for calculating significance of joint events with
3gravitational wave triggers. Includes both subthreshold and Open Public Alert
4(OPA) GWHEN searches.
6@author: dvesk, stefco
7"""
9from .subthreshold import (
10 CoincSignificanceSubthresholdI3Lvc,
11 RctSlkLmaCoincSignificanceSubthresholdI3Lvc,
12)
13from .opa import (
14 CoincSignificanceI3Lvc,
15 RctSlkLmaCoincSignificanceI3Lvc,
16)