Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
lscsoft
gracedb
Commits
ffa70e62
Commit
ffa70e62
authored
May 09, 2019
by
Tanner Prestegard
Committed by
GraceDB
May 14, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add ER13, ER14, and O3 time intervals for searches
parent
a36c695b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
gracedb/search/constants.py
gracedb/search/constants.py
+8
-0
No files found.
gracedb/search/constants.py
View file @
ffa70e62
...
...
@@ -17,6 +17,14 @@ ExpressionOperator.setParseAction(lambda toks: EXPR_OPERATORS[toks[0]])
# Dict of LIGO run names (keys) and GPS time range tuples (values)
RUN_MAP
=
{
# FIXME: O3 end not determined at present (May 2019), end time currently
# set to be 1 year from start date
# 01 Apr 2019 15:00:00 UTC - ?? (currently using 01 Apr 2020 15:00:00 UTC)
"O3"
:
(
1238166018
,
1269788418
),
# 04 Mar 2019 16:00:00 UTC - 01 Apr 2019 15:00:00 UTC
"ER14"
:
(
1235750418
,
1238166018
),
# 14 Dec 2018 16:00:00 UTC - 18 Dec 2018 14:00:00 UTC
"ER13"
:
(
1228838418
,
1229176818
),
# 30 Nov 2016 16:00:00 UTC - 25 Aug 2017 22:00:00 UTC
"O2"
:
(
1164556817
,
1187733618
),
# Friday, Sept 18th, 10 AM CDT 2015 - Tuesday, Jan 12th, 10:00 AM CST 2016
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment