Add gap handling within bufsink
All threads resolved!
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
Activity
requested review from @rebecca.ewing
- Resolved by Patrick Godwin
added 6 commits
-
dac19912...c5f3bc19 - 5 commits from branch
master
- 0686c344 - add gap handling within bufsink
-
dac19912...c5f3bc19 - 5 commits from branch
added 4 commits
-
0686c344...775b7f5d - 3 commits from branch
master
- 20df16fa - add gap handling within bufsink
-
0686c344...775b7f5d - 3 commits from branch
added 1 commit
- 7783c025 - lloidhandler.py: apply suggestions from Kipp
added 19 commits
-
7783c025...90c64e5e - 17 commits from branch
master
- 9208cf7a - add gap handling within bufsink
- a3a56c4f - lloidhandler.py: apply suggestions from Kipp
-
7783c025...90c64e5e - 17 commits from branch
Please register or sign in to reply