Skip to content

Commit

Permalink
Merge pull request #110 from CCC-members/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
arioskyag authored Nov 14, 2023
2 parents a8c8cbc + 044c243 commit cfd0a46
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions cfs_properties/defaults/process_comp_headmodel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"description":"",
"use_defaults":true,
"radii":[0.88,0.93,1],
"conductivity":[0.33,0.0042,0.33],
"BemNames":["Scalp","Skull","Brain"],
Expand Down
1 change: 1 addition & 0 deletions cfs_properties/process_comp_headmodel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"description":"",
"use_defaults":true,
"radii":[0.88,0.93,1],
"conductivity":[0.33,0.0042,0.33],
"BemNames":["Scalp","Skull","Brain"],
Expand Down
4 changes: 2 additions & 2 deletions ciftistorm_esi.m → ciftistorm.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function ciftistorm_esi(varargin)
function ciftistorm(varargin)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Brainstorm Protocol for Automatic Head Model
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down Expand Up @@ -73,7 +73,7 @@ function ciftistorm_esi(varargin)

%% Calling dataset function to analysis
if(status)
process_error = headmodel_process_interface(properties,reject_subjects);
process_error = cfs_process_interface(properties,reject_subjects);
% save("process_output.mat","process_error","reject_subjects");
end

Expand Down
Binary file added figures/Figure 1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/Figure 2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/Figure 3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/Figure 4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/Figure 5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/Figure 6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/Figure 7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/Figure 8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/Figure 9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function [process_error] = headmodel_process_interface(properties, reject_subjects)
function [process_error] = cfs_process_interface(properties, reject_subjects)
% HeadModel Process Interface
%
%
Expand Down
Binary file modified guide/CiftiStorm.mlapp
Binary file not shown.
Binary file modified guide/Params_configuration.mlapp
Binary file not shown.

0 comments on commit cfd0a46

Please sign in to comment.