You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a similar issue to #26, where some of the .continuous files have gaps during the recording. Since not all channels have gaps, I was wondering if the solution of @jsiegle still applies here:
Hi Nick – You can use the same method I posted previously to trim both the beginning and end of the recording: #25 (comment)
We need to ensure that the recording data is continuous (no gaps) after trimming, so would it work if
iterate over all channels that have gaps
find the longest continuous part that works for these channels
trim all channels to this length
save each channel into a new .continous file
The text was updated successfully, but these errors were encountered:
Hey,
We have a similar issue to #26, where some of the .continuous files have gaps during the recording. Since not all channels have gaps, I was wondering if the solution of @jsiegle still applies here:
We need to ensure that the recording data is continuous (no gaps) after trimming, so would it work if
The text was updated successfully, but these errors were encountered: