LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Reading NIFTI (MRI) files in Labview

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

0 Kudos
Message 1 of 2
(3,039 Views)

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

Alejandro C. | National Instruments
0 Kudos
Message 2 of 2
(3,020 Views)