Skip to content

Commit

Permalink
Process: Add option to average connectivity measures (cohere, granger)
Browse files Browse the repository at this point in the history
  • Loading branch information
ftadel committed Apr 23, 2020
1 parent 773d00f commit 559834a
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion toolbox/process/functions/process_cohere1.m
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
% === OUTPUT MODE
sProcess.options.label3.Comment = '<BR><U><B>Output configuration</B></U>:';
sProcess.options.label3.Type = 'label';
sProcess.options.outputmode.Comment = {'Save individual results (one file per input file)', 'Concatenate input files before processing (one file)'};
sProcess.options.outputmode.Comment = {'Save individual results (one file per input file)', 'Concatenate input files before processing (one file)', 'Save average connectivity matrix (one file)'};
sProcess.options.outputmode.Type = 'radio';
sProcess.options.outputmode.Value = 1;
end
Expand Down
2 changes: 1 addition & 1 deletion toolbox/process/functions/process_cohere1n.m
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
% === OUTPUT MODE
sProcess.options.label3.Comment = '<BR><U><B>Output configuration</B></U>:';
sProcess.options.label3.Type = 'label';
sProcess.options.outputmode.Comment = {'Save individual results (one file per input file)', 'Concatenate input files before processing (one file)'};
sProcess.options.outputmode.Comment = {'Save individual results (one file per input file)', 'Concatenate input files before processing (one file)', 'Save average connectivity matrix (one file)'};
sProcess.options.outputmode.Type = 'radio';
sProcess.options.outputmode.Value = 1;
end
Expand Down
2 changes: 1 addition & 1 deletion toolbox/process/functions/process_cohere1n_time.m
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
% Initialize returned values
OutputFiles = {};
% Forcing the concatenation of the inputs
sProcess.options.outputmode.Comment = {'Save individual results (one file per input file)', 'Concatenate input files before processing (one file)'};
sProcess.options.outputmode.Comment = {'Save individual results (one file per input file)', 'Concatenate input files before processing (one file)', 'Save average connectivity matrix (one file)'};
sProcess.options.outputmode.Type = 'radio';
sProcess.options.outputmode.Value = 2;
% Input options
Expand Down
2 changes: 1 addition & 1 deletion toolbox/process/functions/process_cohere2.m
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
% === OUTPUT MODE
sProcess.options.label3.Comment = '<BR><U><B>Output configuration</B></U>:';
sProcess.options.label3.Type = 'label';
sProcess.options.outputmode.Comment = {'Save individual results (one file per input file)', 'Concatenate input files before processing (one file)'};
sProcess.options.outputmode.Comment = {'Save individual results (one file per input file)', 'Concatenate input files before processing (one file)', 'Save average connectivity matrix (one file)'};
sProcess.options.outputmode.Type = 'radio';
sProcess.options.outputmode.Value = 1;
end
Expand Down
2 changes: 1 addition & 1 deletion toolbox/process/functions/process_cohere2_time.m
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
% Initialize returned values
OutputFiles = {};
% Forcing the concatenation of the inputs
sProcess.options.outputmode.Comment = {'Save individual results (one file per input file)', 'Concatenate input files before processing (one file)'};
sProcess.options.outputmode.Comment = {'Save individual results (one file per input file)', 'Concatenate input files before processing (one file)', 'Save average connectivity matrix (one file)'};
sProcess.options.outputmode.Type = 'radio';
sProcess.options.outputmode.Value = 2;
% Input options
Expand Down
2 changes: 1 addition & 1 deletion toolbox/process/functions/process_granger1.m
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
% === OUTPUT MODE
sProcess.options.label3.Comment = '<BR><U><B>Output configuration</B></U>:';
sProcess.options.label3.Type = 'label';
sProcess.options.outputmode.Comment = {'Save individual results (one file per input file)', 'Concatenate input files before processing (one file)'};
sProcess.options.outputmode.Comment = {'Save individual results (one file per input file)', 'Concatenate input files before processing (one file)', 'Save average connectivity matrix (one file)'};
sProcess.options.outputmode.Type = 'radio';
sProcess.options.outputmode.Value = 1;
end
Expand Down
2 changes: 1 addition & 1 deletion toolbox/process/functions/process_granger1n.m
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
% === OUTPUT MODE
sProcess.options.label3.Comment = '<BR><U><B>Output configuration</B></U>:';
sProcess.options.label3.Type = 'label';
sProcess.options.outputmode.Comment = {'Save individual results (one file per input file)', 'Concatenate input files before processing (one file)'};
sProcess.options.outputmode.Comment = {'Save individual results (one file per input file)', 'Concatenate input files before processing (one file)', 'Save average connectivity matrix (one file)'};
sProcess.options.outputmode.Type = 'radio';
sProcess.options.outputmode.Value = 1;
end
Expand Down
2 changes: 1 addition & 1 deletion toolbox/process/functions/process_granger2.m
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
% === OUTPUT MODE
sProcess.options.label3.Comment = '<BR><U><B>Output configuration</B></U>:';
sProcess.options.label3.Type = 'label';
sProcess.options.outputmode.Comment = {'Save individual results (one file per input file)', 'Concatenate input files before processing (one file)'};
sProcess.options.outputmode.Comment = {'Save individual results (one file per input file)', 'Concatenate input files before processing (one file)', 'Save average connectivity matrix (one file)'};
sProcess.options.outputmode.Type = 'radio';
sProcess.options.outputmode.Value = 1;
end
Expand Down
2 changes: 1 addition & 1 deletion toolbox/process/functions/process_spgranger1.m
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
% === OUTPUT MODE
sProcess.options.label3.Comment = '<BR><U><B>Output configuration</B></U>:';
sProcess.options.label3.Type = 'label';
sProcess.options.outputmode.Comment = {'Save individual results (one file per input file)', 'Concatenate input files before processing (one file)'};
sProcess.options.outputmode.Comment = {'Save individual results (one file per input file)', 'Concatenate input files before processing (one file)', 'Save average connectivity matrix (one file)'};
sProcess.options.outputmode.Type = 'radio';
sProcess.options.outputmode.Value = 1;
end
Expand Down
2 changes: 1 addition & 1 deletion toolbox/process/functions/process_spgranger1n.m
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
% === OUTPUT MODE
sProcess.options.label3.Comment = '<BR><U><B>Output configuration</B></U>:';
sProcess.options.label3.Type = 'label';
sProcess.options.outputmode.Comment = {'Save individual results (one file per input file)', 'Concatenate input files before processing (one file)'};
sProcess.options.outputmode.Comment = {'Save individual results (one file per input file)', 'Concatenate input files before processing (one file)', 'Save average connectivity matrix (one file)'};
sProcess.options.outputmode.Type = 'radio';
sProcess.options.outputmode.Value = 1;
end
Expand Down
2 changes: 1 addition & 1 deletion toolbox/process/functions/process_spgranger2.m
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
% === OUTPUT MODE
sProcess.options.label3.Comment = '<BR><U><B>Output configuration</B></U>:';
sProcess.options.label3.Type = 'label';
sProcess.options.outputmode.Comment = {'Save individual results (one file per input file)', 'Concatenate input files before processing (one file)'};
sProcess.options.outputmode.Comment = {'Save individual results (one file per input file)', 'Concatenate input files before processing (one file)', 'Save average connectivity matrix (one file)'};
sProcess.options.outputmode.Type = 'radio';
sProcess.options.outputmode.Value = 1;
end
Expand Down

0 comments on commit 559834a

Please sign in to comment.