forked from fieldtrip/fieldtrip
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH - allow volumetric source space to be read (fieldtrip#2464)
* ENH - allow volumetric source space to be read * ENH - test function
- Loading branch information
1 parent
a153aaf
commit 3d3a82e
Showing
4 changed files
with
89 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
function test_pull2464 | ||
|
||
% MEM 1gb | ||
% WALLTIME 00:10:00 | ||
% DEPENDENCY ft_read_headshape | ||
% DATA private | ||
|
||
%% | ||
|
||
datadir = dccnpath('/home/common/matlab/fieldtrip/data/test/'); | ||
fname = fullfile(datadir, 'pull2464.fif'); | ||
hs = ft_read_headshape(fname, 'format', 'mne_source'); | ||
|