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 cfe72dc commit becc14fCopy full SHA for becc14f
src/roi/resliceRoiImages.m
@@ -12,16 +12,19 @@
12
% :param imagesToCheck:
13
% :type imagesToCheck: path or cellstr
14
%
15
- % :param dryRun: Only returns
+ % :param dryRun: Returns the matlabbatch without running it.
16
% :type dryRun: logical
17
18
% (C) Copyright 2021 CPP ROI developers
19
20
% TODO
21
% - allow option to binarize output?
22
23
+ if nargin < 3
24
+ dryRun = false;
25
+ end
26
+
27
matlabbatch = {};
- reslicedImages = '';
28
29
% check if files are in the same space
30
% if not we reslice the ROI to have the same resolution as the data image
0 commit comments