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 0b74c0e commit 2117cd3Copy full SHA for 2117cd3
src/atlas/extractRoiFromAtlas.m
@@ -59,8 +59,8 @@
59
roiImage = extractRoiByLabel(atlasFile, labelStruct);
60
61
% rename file
62
- entities = struct('space', 'MNI', ...
63
- 'hemi', hemisphere, ...
+ entities = struct('hemi', hemisphere, ...
+ 'space', 'MNI', ...
64
'label', roiName, ...
65
'desc', atlasName);
66
nameStructure = struct('entities', entities, ...
src/roi/thresholdToMask.m
@@ -45,6 +45,8 @@
45
p = bids.internal.parse_filename(inputImage);
46
47
p.suffix = 'mask';
48
+
49
+ % add peakThreshold and clusterSizeInfo to desc
50
if ~isfield(p.entities, 'desc')
51
p.entities.desc = '';
52
end
0 commit comments