Skip to content

User to pass with command line the maximum number of lines

Salvatore Vitale requested to merge salvatore-vitale/bayeswave:max_lines into master

Hi BW developers

this is small patch that allows the user to pass the max number of lines via command line instead of using the hardcoded (in two places) value of 1000.

This can be done with e.g.

--max-BL-lines 5000

Right now this is uses the same number for all IFOs, it would require much more hacking to make it ifo-dependent.

I don't know the guts of BW, so there might be a better way of doing this, not sure. Feel free to reject the patch.

This seems to fix the problem we were having with Virgo O2 data

Merge request reports