Skip to content

Commit bf8d5be

Browse files
committed
default value change in setBatchImageCalculation
1 parent 3c40283 commit bf8d5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/batches/setBatchImageCalculation.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
'uint16', ...
4949
'uint32'};
5050

51-
defaultDataType = 'int16';
51+
defaultDataType = 'float32';
5252

5353
p = inputParser;
5454

0 commit comments

Comments
 (0)