Hi Shraddha

 

Why do you think the gray regions are a problem? They are just surface locations where the values mapped from the volume are below threshold. You can change the threshold if you bring up the overlay configuration window

 

cheers

Bruce

 

From: freesurfer-bounces@nmr.mgh.harvard.edu <freesurfer-bounces@nmr.mgh.harvard.edu> On Behalf Of Pandey, Shraddha
Sent: Thursday, December 26, 2024 7:25 PM
To: Freesurfer support list <freesurfer@nmr.mgh.harvard.edu>
Subject: [Freesurfer] Assistance with mri_vol2surf: Missing Surface Values in Output

 

        External Email - Use Caution        

Dear Free Surfer Experts,

I am currently working on generating a surface from a volume using the mri_vol2surf tool. The process I am following is as follows:

  1. I first create the registration file using bbregister with the following command:
bash
bbregister --s "${sub}xx${ses}" --mov "$input_mri" --reg "$output_reg_file" --o "$output_vol_file" --init-header --t1
  1. Here, the goal is to generate the .dat registration file.
  2. Next, I use this .dat file in mri_vol2surf to generate the surface with the following command:

mri_vol2surf --mov "$input_volume" --reg "$output_reg_file" --hemi lh --projfrac 0.2 --o "$output_surface"

The input MRI for the bbregister command is flash data, and the input volume for mri_vol2surf is a paramagnetic volume that has been registered with the Flash data.

However, the surface output generated by mri_vol2surf contains missing surface values (as shown in the figure below. For instance, the grey regions in the surface estimates).

I would greatly appreciate any insights into why this might be occurring and how to resolve the issue.

Thank you for your time and assistance!

      Regards,

 

      Shraddha