Hi-
The snapshot -> movie functionality to display SEEG contacts on cortex is currently broken. I use this regularly and it appears this broke with the most recent release.
Matlab throws the following error:
>> Index exceeds the number of array elements. Index must not exceed 0.
Error in bst_memory>GetTimeVector (line 3053)
TimeVector = linspace(Time(1), Time(2), NumberOfSamples);
Error in bst_memory (line 73)
eval(macro_method);
Error in out_figure_movie (line 76)
TimeVector = bst_memory('GetTimeVector', iDS, [], 'UserTimeWindow');
Error in figure_3d>@(h,ev)out_figure_movie(hFig,DefaultOutputDir,'horizontal') (line 1938)
gui_component('MenuItem', jMenuSave, [], 'Movie (horizontal)', IconLoader.ICON_MOVIE, [], @(h,ev)out_figure_movie(hFig, DefaultOutputDir, 'horizontal'));