Skip to content

Commit

Permalink
"fmap" back to "fieldmaps"
Browse files Browse the repository at this point in the history
undo a slightly premature change
  • Loading branch information
fishpm authored Jan 12, 2024
1 parent ff1e62e commit 252855b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bids/spmup_BIDS_unpack.m
Original file line number Diff line number Diff line change
Expand Up @@ -568,10 +568,10 @@
fprintf(' subject %g - session %i: checking field maps \n',s, session)
if isempty(sess_folder)
target_dir = fullfile(options.outdir, ['sub-' subjs_ls{s}], ...
'fmap');
'fieldmaps');
else
target_dir = fullfile(options.outdir, ['sub-' subjs_ls{s}], ...
sess_folder, 'fmap');
sess_folder, 'fieldmaps');
end

% check which types of fieldmaps we are dealing with
Expand Down

0 comments on commit 252855b

Please sign in to comment.