Skip to content

Commit

Permalink
Fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Romesh Abeysuriya committed Apr 21, 2017
1 parent 04c1c3d commit 77816c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/osl_example_hcp.m
Expand Up @@ -58,7 +58,7 @@
% average of voxels. This can be performed using |osl_resample_meeg()|.

D = D.montage('switch',2)
D = osl_resample_meeg(D,'ft_8mm_brain_mask.nii.gz','MNI152_T1_8mm_brain_mask.nii')
D = osl_resample_meeg(D,'ft_8mm_brain_mask.nii.gz','MNI152_T1_8mm_brain_mask.nii.gz')

%%
% A new online montage will be written corresponding to the new coordinates.
Expand Down

0 comments on commit 77816c2

Please sign in to comment.