Skip to content

Commit

Permalink
Fix typo with canlab_get_underlay_image
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Sun committed Dec 21, 2023
1 parent 95e3647 commit 59c4cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CanlabCore/Filename_tools/canlab_get_underlay_image.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
% underlay = canlab_get_underlay_image
% underlay = canlab_get_underlay_image('icbm2009c_0.5mm')

current_default = 'fmriprep20_template.nii.gz';
current_default = 'fmriprep20_template.nii';

if nargin == 0
underlaystr = current_default;
Expand Down

0 comments on commit 59c4cff

Please sign in to comment.