Skip to content

Allow per-ifo f_low in pipeline

Meg Millhouse requested to merge meg.millhouse/bayeswave:pipeline-update into master

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).

Merge request reports