Skip to content
Snippets Groups Projects
Commit 56014835 authored by Chad Hanna's avatar Chad Hanna
Browse files

bin/gstlal_ll_inspiral: update to new svd bank string parsing function

parent bc745c78
No related branches found
No related tags found
No related merge requests found
......@@ -180,7 +180,7 @@ def parse_command_line():
# Get the banks and make the detectors
# FIXME add error checking on length of banks per detector, etc
svd_banks = inspiral.parse_banks(options.svd_bank)
svd_banks = inspiral.parse_svdbank_string(options.svd_bank)
# You get a dictionary of channels keyed by ifo, can be overidden by command line, default is LSC-STRAIN
channel_dict = inspiral.channel_dict_from_channel_list(options.channel_name)
......
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