vistalab / vistasoft

VISTASOFT is the main software repository of the VISTA lab at Stanford University.
http://vistalab.stanford.edu
148 stars 141 forks source link

mrVista ROI into mrDiffusion ROI conversion (readVolAnatHeader) #290

Open rjpuzniak opened 6 years ago

rjpuzniak commented 6 years ago

Dear experts, I'm trying to convert mrVista ROIs to mrDiffusion ROIs. As I lack information about xform in .dt6 file I am relying on vAnat files. My problem is that the vAnat files I create with 'CreateVolAnat' are only in .dat format - in theory they can be converted to nifti (as described in wiki at web.stanford.edu), but in practice neither 'readVolAnat' nor 'mrLoad' can read data in this format. Process is failing due to 'readVolAnatHeader', which is supposed to read header from Vanat.dat, but at the same time rejects files in .dat format (lines 40-42). Maybe I'm missing something obvious, but I can't find neither fix nor workaround. I will be very grateful for comment on this. And while I have an opportunity I would like to express my appreciation for all the work You have put and are putting in development of this software.

Kind regards,

Robert