Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bucanl_pipelines
bids_lossless_eeg
Commits
eb515d84
Commit
eb515d84
authored
Oct 02, 2018
by
Tyler Collins
Browse files
Additional qc helper
parent
daf5210c
Changes
1
Show whitespace changes
Inline
Side-by-side
derivatives/lossless/code/scripts/qc_ovl_upd.m
0 → 100644
View file @
eb515d84
scalp_ud=get(findobj('Tag','ve_eeg'),'UserData');
comp_ud=get(findobj('Tag','ve_ica'),'UserData');
comp_keep=~comp_ud.chan_marks_struct(1).flags;
comp_proj=EEG.data;
comp_proj(EEG.icachansind,:) = EEG.icawinv(:, find(comp_keep))*eeg_getdatact(EEG, 'component', find(comp_keep));
scalp_ud.data2=comp_proj;
set(findobj('Tag','ve_eeg'),'UserData',scalp_ud)
ve_eegplot('drawp',0);
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment