Handling of noncontiguous segments in BioPac recordings #279
Labels
Discussion
Discussion of a concept or implementation. Need to stay always open.
Enhancement
New feature or request
Detailed Description
For multi-run workflows (including the one proposed in #219), the existence of noncontiguous segments (i.e., stopping and starting recording without saving to separate files) can present a problem for identifying runs, as there will be missing time in the overall time series that, at least currently, isn't reflected in the
BlueprintInput
object at all.Context / Motivation
I originally planned to address this in #219, but couldn't figure out an easy solution. BioPac segment time stamps only have second-level resolution, so stitching them together with empty values during the missing time would introduce 1-2 seconds of potential error. Additionally, the time stamps require a bit of customization in order to do, and still must be triggered manually when a new segment is started.
Possible Implementation
I'm not sure. I see three reasonable options:
--//--
).The text was updated successfully, but these errors were encountered: