Skip to content

Commit

Permalink
Merge pull request #111 from Edouard2laire/workshop
Browse files Browse the repository at this point in the history
Workshop preparation
  • Loading branch information
Edouard2laire authored Jan 28, 2020
2 parents 2fb725b + 2391cbe commit e554156
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions bst_plugin/MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ process_nst_glm_contrast_ttest.m
process_nst_glm_group_ttest.m
process_nst_import_evt_events.m
process_nst_import_head_model.m
process_nst_iir_filter.m
process_nst_mbll.m
process_nst_motion_correction.m
process_nst_OM_from_cortex.m
Expand Down
1 change: 0 additions & 1 deletion bst_plugin/MANIFEST.wip
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ nst_ppl_1st_level_channel_V1.m
process_nst_convert_to_stat.m
process_nst_cortical_projection.m
process_nst_detect_bad_CV.m
process_nst_iir_filter.m
process_nst_surfacedepth.m
process_nst_cmem_fusion.m
process_nst_dOD_SSR.m
Expand Down
5 changes: 3 additions & 2 deletions bst_plugin/process_nst_iir_filter.m
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@
sProcess.Comment = 'IIR filter';
sProcess.FileTag = '_IIR-filtered';
sProcess.Category = 'Filter';
sProcess.SubGroup = 'NIRS - wip';
sProcess.Index = 1302; %0: not shown, >0: defines place in the list of processes
sProcess.SubGroup = 'NIRS';
sProcess.Index = 1306; %0: not shown, >0: defines place in the list of processes
sProcess.isSeparator = 1;
sProcess.Description = 'http://neuroimage.usc.edu/brainstorm/Tutorials/NIRSDataProcess';
% Definition of the input accepted by this process
sProcess.InputTypes = {'data', 'raw'}; %TODO: check processing of link to raw data
Expand Down
2 changes: 1 addition & 1 deletion bst_plugin/process_nst_motion_correction.m
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
sProcess.SubGroup = 'NIRS';
sProcess.Index = 1305; %0: not shown, >0: defines place in the list of processes
sProcess.Description = 'http://neuroimage.usc.edu/brainstorm/Tutorials/NIRSFingerTapping#Movement_correction';
sProcess.isSeparator = 1; % add a horizontal bar after the process in
sProcess.isSeparator = 0; % add a horizontal bar after the process in
% the list
% Definition of the input accepted by this process
sProcess.InputTypes = {'data', 'raw'};
Expand Down

0 comments on commit e554156

Please sign in to comment.