We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a12511 commit 27cbf33Copy full SHA for 27cbf33
src/utils/add_deformation_field.m
@@ -1,6 +1,9 @@
1
function sources = add_deformation_field(sources, bf, map, verbose, deformation_field_needed)
2
% (C) Copyright 2021 spm_2_bids developers
3
-
+ if ~startsWith(bf.prefix, map.norm)
4
+ return
5
+ end
6
+
7
deformation_field = 'TODO: add deformation field';
8
9
% TODO? grab all the anat suffixes from BIDS schema?
0 commit comments