Skip to content

Known pulsar pipeline: change how science segment list is generated

In the lalapps_knope known pulsar search pipeline it had used direct calls to ligolw_segment_query via a pipe to generate segment lists. However, this did not easily allow one to create a list using the intersection of more than one DQ flag. This PR changes to use the segment querying interface provided by GWPy, which makes getting intersections of DQ flags easier.

cc @karl-wette @david-keitel

Merge request reports