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

cs_triggergen: autocorr matrix initialization

parent 8663382c
No related branches found
No related tags found
No related merge requests found
......@@ -257,7 +257,7 @@ xmldoc.childNodes[-1].appendChild(sngl_burst_table)
# trigger generator
#
head = triggergen = pipeparts.mkgeneric(pipeline, head, "lal_string_triggergen", threshold = options.threshold, cluster = options.cluster_events, bank_filename = options.template_bank)
head = triggergen = pipeparts.mkgeneric(pipeline, head, "lal_string_triggergen", threshold = options.threshold, cluster = options.cluster_events, bank_filename = options.template_bank, autocorrelation_matrix = numpy.zeros((len(template_bank_table), 403),dtype=numpy.float64))
#
......
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