Skip to content
Snippets Groups Projects
Commit 21399629 authored by Heather Fong's avatar Heather Fong
Browse files

segments.py: add O3b GPS times to GWOSC URL

parent 026c12da
No related branches found
No related tags found
1 merge request!138segments.py: add O3b GPS times to GWOSC URL
Pipeline #343491 passed with warnings
......@@ -412,6 +412,8 @@ def _gwosc_segment_url(start, end, flag):
query_url = f"{urlbase}/O2_16KHZ_R1"
elif start in segments.segment(1238166018, 1253977218):
query_url = f"{urlbase}/O3a_16KHZ_R1"
elif start in segments.segment(1256655618, 1269363618):
query_url = f"{urlbase}/O3b_16KHZ_R1"
else:
raise ValueError("GPS times requested not in GWOSC")
......
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