8000 write_mrtrix matlab function: .dat filename error · Issue #860 · MRtrix3/mrtrix3 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
write_mrtrix matlab function: .dat filename error #860
Open
@andrewcyung

Description

@andrewcyung

In write_mrtrix matlab function, when you name the .dat file associated with the .mih file, the naming is incorrect:

datafile = [ filename(end-3:end) '.dat' ];
It should be
datafile = [ filename(1:end-4) '.dat' ];

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0