Nirstorm/nirstorm

Saving Voronoi in the database is relatively slow

Edouard2laire opened this issue · 1 comments

Case1:
image

Case2:
image

Code:

SubjectNames = {'Subject01'};

profile on
% Process: Compute Voronoi volume-to-cortex interpolator
sFiles = bst_process('CallProcess', 'process_nst_compute_voronoi', [], [], ...
    'subjectname',  SubjectNames{1}, ...
    'do_grey_mask', 1);
profile viewer

here is the profile after #225. Seems hard to improve further.

image

edit: This can be improved using v6 option when saving : #226

image