Skip to content
Snippets Groups Projects
Commit 20f1d890 authored by Soichiro Kuwahara's avatar Soichiro Kuwahara
Browse files

snglbursttable.py: add template id attributes to GSTLALSnglBurst class.

- lalsuite's burca now imposes (or will when the merge request is accepted) exact-match coincidence as defined by .template_id.  this patch provideds backwards compatibility for string search
parent 1288d567
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -10,3 +10,7 @@ class GSTLALSnglBurst(_snglbursttable.GSTLALSnglBurst):
start = lsctables.gpsproperty("start_time", "start_time_ns")
peak = lsctables.gpsproperty("peak_time", "peak_time_ns")
@property
def template_id(self):
return None
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