rordenlab / MRIcroGL

v1.2 GLSL volume rendering. Able to view NIfTI, DICOM, MGH, MHD, NRRD, AFNI format images.
https://www.nitrc.org/plugins/mwiki/index.php/mricrogl:MainPage
Other
197 stars 31 forks source link

Warning, not all volumes loaded #15

Closed irxugen closed 4 years ago

irxugen commented 4 years ago

Hi, I hope this is the right place to ask for help.

I'm using the latest precompiled version and whenever I try to open 4D nii.gz files (from bold fmri runs), a little window pops up, with the message "Warning: Loaded X out of 527 volumes".

Some more details:

Could provide the nifti files privately, if needed. Thanks in advance!

neurolabusc commented 4 years ago

In the Preferences window you have a checkbox named "Only initial volumes (load 4D series faster)". If this option is checked, only the first images are loaded, which is faster and it will require less RAM. If this option is unchecked, the entire 4D volume will be loaded. It is up to you which option you prefer.

I am surprised the fmriprep is supersampling the data to be so large. You may want to check frmiprep settings for the bounding box and the resolution.

irxugen commented 4 years ago

Thanks a lot for the quick answer! Yes, I was already wondering. I'm pretty new to this field and am still learning. Will definitely go check for that.