Skip to content
Snippets Groups Projects
Commit 5fad81bb authored by Patrick Godwin's avatar Patrick Godwin
Browse files

gstlal_snax_dag_online: add option to change basename of features written to disk

parent 5ab02ce3
No related branches found
No related tags found
No related merge requests found
Pipeline #85397 passed with warnings
......@@ -78,6 +78,7 @@ def generate_options(options):
}
elif options.save_format == 'hdf5':
save_options = {
"description": options.description,
"save-format": options.save_format,
"sample-rate": options.sample_rate,
"cadence": options.cadence,
......@@ -281,6 +282,7 @@ if options.save_format == 'kafka':
"instrument": ifo,
"channel-list": options.channel_list,
"features-path": options.features_path,
"basename": options.description,
"waveform": options.waveform,
"sample-rate": options.sample_rate,
"write-cadence": options.cadence,
......
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