Skip to content
Snippets Groups Projects

Add gap handling within bufsink

Merged Patrick Godwin requested to merge stream_gaps into master
All threads resolved!

Add an is_gap property to Buffers returned from the buffer callback, while invoking the callback during gaps as well.

This allows a pipeline to handle gap cases when a buffer callback is added. For example, gstlal_inspiral does checkpointing and other processing even when all ifos are offline, and the conversion to the stream API introduced a regression here.

All pipelines that use bufsink have been updated accordingly:

  • gstlal_inspiral
  • gstlal_inspiral_calc_snr
  • gstlal_ll_dq

The latter two effectively ignore the gap case, so we skip processing when we encounter gaps.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Patrick Godwin added 1 commit

    added 1 commit

    • dac19912 - add gap handling within bufsink

    Compare with previous version

  • Patrick Godwin resolved all threads

    resolved all threads

  • Patrick Godwin added 6 commits

    added 6 commits

    Compare with previous version

  • Patrick Godwin added 4 commits

    added 4 commits

    Compare with previous version

  • Rebecca Ewing added 1 commit

    added 1 commit

    • 7783c025 - lloidhandler.py: apply suggestions from Kipp

    Compare with previous version

  • Rebecca Ewing added 19 commits

    added 19 commits

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading