CoBrALab / cobra-nmf

Collection of scripts for formatting vertex and/or voxel data into matrix format
5 stars 3 forks source link

Feature request: drop TractREC dependency #3

Open raihaan opened 3 years ago

raihaan commented 3 years ago

TractREC library is only used to read/write niftis, just use nibabel function for it instead

gdevenyi commented 3 years ago

SimpleITK!

gdevenyi commented 3 years ago

To clarify, simpleITK's ReadImage will read anything ITK can read (including MINC), with a generic reader, instead of nibabel complications. It also always results in images with proper spaces within python.