Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ftract_dev
/
ImaGIN2
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
11
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Anthony Boyer
2020-09-01 13:36:40 +0200
Commit
645cb4ca090760bf52693ca4f9cb145623f65da7
1 parent
943feaf4
fix: SEEG channels (together with EEG channels) are now extracted.
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
toolbox/ImaGIN_FeatureSEEG.m
toolbox/ImaGIN_FeatureSEEG.m
View file @
645cb4c
...
...
@@ -63,7 +63,7 @@ lpf_nFile = [pth '/lpf_nnn' strInterp fName];
delete
([
nnnFile
,
'.*'
])
D
=
spm_eeg_load
(
lpf_nFile
);
sens
=
indchantype
(
D
,
'eeg'
);
sens
=
indchantype
(
D
,
{
'eeg'
,
'seeg'
}
);
elec
=
sensors
(
D
,
'eeg'
);
pos
=
elec
.
elecpos
;
nx
=
size
(
sens
,
2
);
...
...
Please
register
or
login
to post a comment