Process_average_time, output generating a .m file different from GUI

Hi,

My goal is to average sources across time windows using relative values. When I generate a .m script to apply this function:

sFiles = bst_process(…
‘CallProcess’, ‘process_average_time’, …
FileNamesA, [], …
‘timewindow’, [-0.2, 0], …
‘isstd’, 0, …
‘overwrite’, 0, …
‘source_abs’, 0);

The output are recitfied solutions. The GUI with the same options, however, outputs solutions using relative values. I am trying to average using relative values over many time windows, so any help would be greatly appreciated. Thank you!

Hi Suzanne,
I’ve just fixed this bug. Thank you for spotting it!
Francois

Great, thank you for fixing it so promptly!