brainstorm-tools / brainstorm3

Brainstorm software: MEG, EEG, fNIRS, ECoG, sEEG and electrophysiology
http://neuroimage.usc.edu/brainstorm
GNU General Public License v3.0
377 stars 162 forks source link

add time offset not shifting events time #691

Closed ShahlaBakian closed 6 months ago

ShahlaBakian commented 6 months ago

Hello

we have a signal we cut using "extract time" now we want the signal to be started from 0 sec. so we used preprocess>add time offset. this is working but is removing all the events from the file. after investigating it seems like “prcocess_time_offset.m” is not shifting the event.

best regards, Shahla

rcassani commented 6 months ago

@ShahlaBakian, thank you for the heads-up The bug is fixed in 65c4935

Update your Brainstorm instance to get the fix.

P.S. Besides GitHub, you can post your questions, requests and bug reports in the Brainstorm forum: https://neuroimage.usc.edu/forums/

ShahlaBakian commented 6 months ago

Thanks alot Raymundo.