Skip to content

Commit

Permalink
fixed fsl6 label
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Petre committed Jan 29, 2024
1 parent 26f8701 commit 86dbc53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CanlabCore/Data_extraction/load_atlas.m
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
create_atlas = @(x1)create_CANLab2023_atlas('MNI152NLin2009cAsym','fine',2);

case {'canlab2023_fine_fsl6_2mm', 'canlab2023_fine_fsl6'}
savefile='CANLab2023_fsl6_fine_2mm_atlas_object.mat';
savefile='CANLab2023_MNI152NLin6Asym_fine_2mm_atlas_object.mat';
varname = 'atlas_obj';
docreate = true;
create_atlas = @(x1)create_CANLab2023_atlas('MNI152NLin6Asym','fine',2);
Expand Down

0 comments on commit 86dbc53

Please sign in to comment.