Skip to content
Snippets Groups Projects
Commit 33eb0d21 authored by Leo Pound Singer's avatar Leo Pound Singer
Browse files

Rename MBTAOnline to MBTA

parent dee14bb8
No related branches found
No related tags found
1 merge request!40Rename MBTAOnline to MBTA
Pipeline #456825 passed
{"pycbc": {"H1": {"far": 0, "snr": 10000000000.0}, "H1,V1": {"far": 3.203009291289352e-10, "snr": 10}, "H1,L1": {"far": 3.203009291289352e-10, "snr": 10}, "V1": {"far": 0, "snr": 10000000000.0}, "H1,L1,V1": {"far": 3.203009291289352e-10, "snr": 10}, "L1": {"far": 0, "snr": 10000000000.0}, "L1,V1": {"far": 3.203009291289352e-10, "snr": 10}}, "spiir": {"H1": {"far": 0, "snr": 10000000000.0}, "H1,V1": {"far": 0, "snr": 10000000000.0}, "H1,L1": {"far": 0, "snr": 10000000000.0}, "V1": {"far": 0, "snr": 10000000000.0}, "H1,L1,V1": {"far": 0, "snr": 10000000000.0}, "L1": {"far": 0, "snr": 10000000000.0}, "L1,V1": {"far": 0, "snr": 10000000000.0}}, "mbtaonline": {"H1": {"far": 0, "snr": 10000000000.0}, "H1,V1": {"far": 7.046620440836575e-10, "snr": 10}, "H1,L1": {"far": 3.963723997970573e-10, "snr": 10}, "V1": {"far": 0, "snr": 10000000000.0}, "H1,L1,V1": {"far": 1e-14, "snr": 12}, "L1": {"far": 0, "snr": 10000000000.0}, "L1,V1": {"far": 7.046620440836575e-10, "snr": 10}}}
{"pycbc": {"H1": {"far": 0, "snr": 10000000000.0}, "H1,V1": {"far": 3.203009291289352e-10, "snr": 10}, "H1,L1": {"far": 3.203009291289352e-10, "snr": 10}, "V1": {"far": 0, "snr": 10000000000.0}, "H1,L1,V1": {"far": 3.203009291289352e-10, "snr": 10}, "L1": {"far": 0, "snr": 10000000000.0}, "L1,V1": {"far": 3.203009291289352e-10, "snr": 10}}, "spiir": {"H1": {"far": 0, "snr": 10000000000.0}, "H1,V1": {"far": 0, "snr": 10000000000.0}, "H1,L1": {"far": 0, "snr": 10000000000.0}, "V1": {"far": 0, "snr": 10000000000.0}, "H1,L1,V1": {"far": 0, "snr": 10000000000.0}, "L1": {"far": 0, "snr": 10000000000.0}, "L1,V1": {"far": 0, "snr": 10000000000.0}}, "mbta": {"H1": {"far": 0, "snr": 10000000000.0}, "H1,V1": {"far": 7.046620440836575e-10, "snr": 10}, "H1,L1": {"far": 3.963723997970573e-10, "snr": 10}, "V1": {"far": 0, "snr": 10000000000.0}, "H1,L1,V1": {"far": 1e-14, "snr": 12}, "L1": {"far": 0, "snr": 10000000000.0}, "L1,V1": {"far": 7.046620440836575e-10, "snr": 10}}}
......@@ -21,9 +21,9 @@ def mean_counts_bytes():
@pytest.mark.parametrize(
'far,pipeline,instruments,snr_thresh,val',
([1e-25, 'mbtaonline', {'H1', 'L1', 'V1'}, 12, 1],
[1e-8, 'mbtaonline', {'L1', 'V1'}, 33, 0.08],
[6e-10, 'mbtaonline', {'H1', 'V1'}, 10, 0.99],
([1e-25, 'mbta', {'H1', 'L1', 'V1'}, 12, 1],
[1e-8, 'mbta', {'L1', 'V1'}, 33, 0.08],
[6e-10, 'mbta', {'H1', 'V1'}, 10, 0.99],
[7.6e-59, 'spiir', {'H1', 'L1', 'V1'}, 33, 1],
[1e-10, 'pycbc', {'H1', 'L1'}, 10, 1],
[1e-10, 'pycbc', {'H1', 'L1', 'V1'}, 10, 1]))
......@@ -71,14 +71,14 @@ def test_compute_p_astro_bns(far, pipeline, instruments,
@pytest.mark.parametrize(
'pipeline,instruments,far,snr,snr_c',
(['mbtaonline', {'H1', 'L1'}, 4e-10, 50, 50],
['mbtaonline', {'H1', 'L1'}, 2e-10, 50, 10],
['mbtaonline', {'L1', 'V1'}, 8e-10, 50, 50],
['mbtaonline', {'L1', 'V1'}, 6e-10, 50, 10],
['mbtaonline', {'H1', 'V1'}, 8e-10, 50, 50],
['mbtaonline', {'H1', 'V1'}, 6e-10, 50, 10],
['mbtaonline', {'H1', 'L1', 'V1'}, 1e-13, 50, 50],
['mbtaonline', {'H1', 'L1', 'V1'}, 1e-15, 50, 12],
(['mbta', {'H1', 'L1'}, 4e-10, 50, 50],
['mbta', {'H1', 'L1'}, 2e-10, 50, 10],
['mbta', {'L1', 'V1'}, 8e-10, 50, 50],
['mbta', {'L1', 'V1'}, 6e-10, 50, 10],
['mbta', {'H1', 'V1'}, 8e-10, 50, 50],
['mbta', {'H1', 'V1'}, 6e-10, 50, 10],
['mbta', {'H1', 'L1', 'V1'}, 1e-13, 50, 50],
['mbta', {'H1', 'L1', 'V1'}, 1e-15, 50, 12],
['pycbc', {'H1', 'L1'}, 4e-10, 50, 50],
['pycbc', {'H1', 'L1'}, 2e-10, 50, 10],
['spiir', {'H1', 'L1'}, 4e-20, 50, 50],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment