-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
Milestone
Description
UMBatchWarpVBM8.m contains a bug in this bit of code
If the OutputName is set to w, then the first loop never runs, so newImages2WriteUnique is an empty matrix, so then the second loop fails while trying to write log information.
The solution is probably to write the loop so that it enters anyway, but only perform the actual movefile command if OutputName is not w. This way newImages2WriteUnique is still built up and the logging call will not fail.
Reactions are currently unavailable