Skip to content
GitLab
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
1c3ffa59
Commit
1c3ffa59
authored
Jun 26, 2018
by
Tyler Collins
Browse files
Further scalpart parameter addition.
parent
97a40c49
Changes
2
Hide whitespace changes
Inline
Side-by-side
derivatives/lossless/code/config/remote-sbatch/c01_scalpart_remote.cfg
View file @
1c3ffa59
...
...
@@ -30,14 +30,18 @@ replace_string
[r_ch_meth],q
[r_ch_vals],[.15,.85]
[r_ch_o],3
[r_ch_p],.2
[r_ch_f_meth],fixed
[r_ch_f_vals],
[r_ch_f_o],.2
[bridge_trim],40
[bridge_z],6
[n_nbr_t],3
[r_t_meth],q
[r_t_vals],[.15 .85]
[r_t_o],3
[r_t_p],.2
[r_t_f_meth],fixed
[r_t_f_vals] ],
[r_t_f_o],.2
[min_gap_ms],2000
[out_path],derivatives/lossless
[amica_param_file],derivatives/lossless/code/misc/amica15_default.param
...
...
derivatives/lossless/code/scripts/s01_scalpart.htb
View file @
1c3ffa59
...
...
@@ -278,8 +278,9 @@ logging_log('INFO', 'Assessing channel r distributions criteria...')
'init_vals',[r_ch_vals], ...
'init_dir','neg', ...
'init_crit',[r_ch_o], ...
'flag_method','fixed', ...
'flag_val',[r_ch_p], ...
'flag_method','[r_ch_f_meth]', ...
'flag_vals',[ [r_ch_f_vals] ], ...
'flag_crit',[r_ch_f_o], ...
'plot_figs','off');
% Edit the channel flag info structure
...
...
@@ -361,8 +362,9 @@ logging_log('INFO', 'Assessing epoch r distributions criteria...')
'init_vals',[r_t_vals], ...
'init_dir','neg', ...
'init_crit',[r_t_o], ...
'flag_method','fixed', ...
'flag_val',[r_t_p], ...
'flag_method','[r_t_f_meth]', ...
'flag_vals',[ [r_t_f_vals] ], ...
'flag_crit',[r_t_f_o], ...
'plot_figs','off');
logging_log('INFO', 'CREATED EPOCH CRITERIA VECTOR...');
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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