Skip to content
Snippets Groups Projects
Commit bd54309b authored by Brian Moe's avatar Brian Moe
Browse files

Added ext_coinc (External Coincidence) as blessed tag.

parent a3b24f16
No related branches found
No related tags found
No related merge requests found
...@@ -54,5 +54,12 @@ ...@@ -54,5 +54,12 @@
"eventlogs": [], "eventlogs": [],
"displayName": "Data Quality", "displayName": "Data Quality",
"name": "data_quality"} "name": "data_quality"}
},
{"pk": 12,
"model": "gracedb.tag",
"fields": {
"eventlogs": [],
"displayName": "External Coincidence",
"name": "ext_coinc"}
} }
] ]
...@@ -44,6 +44,7 @@ BLESSED_TAGS = [ ...@@ -44,6 +44,7 @@ BLESSED_TAGS = [
'psd', 'psd',
'data_quality', 'data_quality',
'sky_loc', 'sky_loc',
'ext_coinc',
'strain', 'strain',
'tfplots', 'tfplots',
'sig_info', 'sig_info',
......
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