data input as nifti?

66 views
Skip to first unread message

Paul Glad Mihai

unread,
Nov 2, 2016, 9:56:19 AM11/2/16
to GLMdenoise
Hi Kendrick,

I was wondering if the toolbox accepts 4D niftis? From what I read so far I understood that the data have to be in matrix form as matlab variables. Is this true? If so, what easy way is there to load niftis and have a matrix output of the data?

Regards,
Glad

Kendrick Kay

unread,
Nov 2, 2016, 10:02:40 AM11/2/16
to Paul Glad Mihai, GLMdenoise
Yeah, there is a toolbox to load NIFTIs:


And so you would have to do some glue to get the data ready.

like:

a1 = load_untouch_nii('file.nii');

data = double(a1.img);

etc.



--
You received this message because you are subscribed to the Google Groups "GLMdenoise" group.
To unsubscribe from this group and stop receiving emails from it, send an email to glmdenoise+...@googlegroups.com.
To post to this group, send email to glmde...@googlegroups.com.
Visit this group at https://groups.google.com/group/glmdenoise.
For more options, visit https://groups.google.com/d/optout.

Paul Glad Mihai

unread,
Nov 2, 2016, 10:14:21 AM11/2/16
to GLMdenoise, pgm...@googlemail.com, k...@umn.edu
Got it, thanks!
Reply all
Reply to author
Forward
0 new messages