Skip to content
Snippets Groups Projects

Add gap handling within bufsink

Merged Patrick Godwin requested to merge stream_gaps into master
  1. Oct 06, 2022
    • Rebecca Ewing's avatar
      lloidhandler.py: apply suggestions from Kipp · a3a56c4f
      Rebecca Ewing authored and Rebecca Ewing's avatar Rebecca Ewing committed
      a3a56c4f
    • Patrick Godwin's avatar
      add gap handling within bufsink · 9208cf7a
      Patrick Godwin authored and Rebecca Ewing's avatar Rebecca Ewing committed
      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.
      9208cf7a
Loading