Allow per-ifo f_low in pipeline
Update bayeswave_pipe
so that it can accept flow
in the ini
as a dict of the form {'H1':40,'L1':20}
(where 20 and 40 are just example numbers). For backwards compatibility, can still set flow
as a single number in the config file (e.g. flow=30
).