Skip to content
Snippets Groups Projects
Commit 270c537a authored by Daichi Tsuna's avatar Daichi Tsuna
Browse files

cs_triggergen: fix name of program to appear on xml file

to be compatible with likelihood calculation modules that are hard-coded
to accept only "StringSearch". when we rebuild the ranking statistic codes
we should avoid this constraint.
parent bb02d6c1
No related branches found
No related tags found
No related merge requests found
Pipeline #45745 passed
......@@ -218,7 +218,7 @@ head = firbank = pipeparts.mkfirbank(pipeline, head, fir_matrix = numpy.zeros((l
xmldoc = ligolw.Document()
xmldoc.appendChild(ligolw.LIGO_LW())
process = ligolw_process.register_to_xmldoc(xmldoc, "gstlal_stringsearch", options.__dict__)
process = ligolw_process.register_to_xmldoc(xmldoc, "StringSearch", options.__dict__)
sngl_burst_table = lsctables.New(lsctables.SnglBurstTable, ["process_id", "event_id","ifo","search","channel","start_time","start_time_ns","peak_time","peak_time_ns","duration","central_freq","bandwidth","amplitude","snr","confidence","chisq","chisq_dof"])
xmldoc.childNodes[-1].appendChild(sngl_burst_table)
......
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