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
I noticed that an exported BV marker file with bva-io has a bug in Mk1 as follows:
Mk1=New Segment,,1,8.111800e+04,0,0
This prevents BVA-IO to re-load it again (and could have caused some other troubles elsewhere...)This is probably because of resampling which changes the data starting point (this is an old bug which has been causing several other bugs, isn't it?)
My solution was to overwrite 8.111800e+04 with 0. I confirmed that the modified marker file was recognized fine and could be imported by BVA-IO.
Makoto
The text was updated successfully, but these errors were encountered:
I noticed that an exported BV marker file with bva-io has a bug in Mk1 as follows:
Mk1=New Segment,,1,8.111800e+04,0,0
This prevents BVA-IO to re-load it again (and could have caused some other troubles elsewhere...)This is probably because of resampling which changes the data starting point (this is an old bug which has been causing several other bugs, isn't it?)
My solution was to overwrite 8.111800e+04 with 0. I confirmed that the modified marker file was recognized fine and could be imported by BVA-IO.
Makoto
The text was updated successfully, but these errors were encountered: