Skip to content

spm8Batch VBM bug #93

@mangstad

Description

@mangstad

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions