01-10-2013 10:13 AM
Hi everybody,
Looking for any cue on how to work with NIFTI (*.nii) files in labview to make a brain atlas explorator based on MRI.
Thnaks for sharing,
Olivier
01-11-2013 11:16 AM
Hi,
LabVIEW does not have built in functionality for .nii files however I was checking in here that the file type uses a ANALYZE 7.5 format so, I thought the answer to this dilemma was to find a way to change the file into something that LabVIEW can read and I ran into this page. If you can successfully transform the file into a comma delimited text file you will be able to use the read/write from/to spreadsheet VIs.
Another possibility is to setup a communication channel to the MRI hardware through TCP/IP or any other method supported.
I hope this helps