Skip to content

BUG: Atlases need to be transformed with '-interp nearestneighbour` #8

@larsoner

Description

@larsoner

In

command = ("flirt -applyxfm \\\n" +
" -in {} \\\n" +
" -ref {} \\\n" +
" -init {} \\\n" +
" -out {}")
we need to use nearest neighbor interpolation because we need an array of the same set of ints back for the atlas to be usable. IXI for instance has values 0-83, but after flirt it has values 0-255, which is not good.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions