Skip to content

Commit

Permalink
drop conversion var already cell array
Browse files Browse the repository at this point in the history
  • Loading branch information
Barisevrenugur committed Feb 11, 2025
1 parent 299fca9 commit c2a7358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hmri_create_RFsens.m
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
copyfile(qsensmap,fullfile(supplpath,spm_file(qsensmap,'filename')));
try copyfile([spm_str_manip(qsensmap,'r') '.json'],fullfile(supplpath,[spm_file(qsensmap,'basename'), '.json'])); end %#ok<*TRYNC>
% substitute the corrected maps to the output structure
jobsubj.raw_mpm.(rfsens_params.input(ccon).tag) = cellstr(char(corrected_structurals));
jobsubj.raw_mpm.(rfsens_params.input(ccon).tag) = corrected_structurals;

end

Expand Down

0 comments on commit c2a7358

Please sign in to comment.