python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I create a 3D nibabel image using 2D nibabel images?
I have a lot of 2D nibabel (.nii) slices and I need to create a 3D nibabel (.nii) image from those slices, is there any way to do it?
Mauricésar Barbosa
Votes: 0
Answers: 1
Creating a 10-20 Montage (EEG, fNIRS) Figure using R
I have been browsing the interwebs trying to find a reproducible way to create 10-20 Montage Figures (which you regularly see in articles) from EEG and fNIRS publications in R. An example is
Many of ...
Patrick
Votes: 0
Answers: 0
How can I reshape a 3D nii gz image array to a 2D?
I have a lot of nii.gz images that I need to reshape from 3D to 2D, I'm trying to use the following code but it's not working due to the nii.gz extension:
import nibabel as nib
img = nib.load('teste01...
Mauricésar Barbosa
Votes: 0
Answers: 1