Skip to content

Commit

Permalink
EXC: add note about using Dijkstra distance
Browse files Browse the repository at this point in the history
  • Loading branch information
nno committed Jul 26, 2019
1 parent bf9de86 commit 014d2ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/run_meeg_time_generalization.m
Expand Up @@ -84,7 +84,7 @@
ds_sel.sa.chunks=cosmo_chunkize(ds_sel,2);
% <@@<

% Now use cosmo_dim_transpose to make 'time' a sample dimension, and
% Now use cosmo_dim_transpose to make 'time' a sample dimension, and
% assign to ds_tr
% Hint: the third argument to cosmo_dim_transpose must be 1, because
% time now describes the first (sample) dimension in .samples
Expand Down
3 changes: 3 additions & 0 deletions examples/run_surface_searchlight.m
Expand Up @@ -227,6 +227,9 @@
% Define a surface-based neighborhood (using cosmo_surficial_neighborhood)
% with approximately 100 voxels per searchlight. Assign the result
% to nbrhood.
% Note: if you have issues compiling the fast marching toolbox,
% you could alternatively (with little loss of precision / change in
% results) add as additional arguments: 'metric','dijkstra'

% >@@>
nbrhood=cosmo_surficial_neighborhood(ds,surface_def,'count',100);
Expand Down

0 comments on commit 014d2ad

Please sign in to comment.