External Email - Use Caution        

Hi,

I am using a FreeSurfer v6.0 to analyze volumetric features of brainstem substructures.

While reading the document about brainstem module (BrainstemSubstructures - Free Surfer Wiki (harvard.edu)), I was confused by the following sentence:

| brainstemSsLabels.v1x.mgz: the volume with the segmentation at 0.333 mm resolution

because if I load the file "brainstemSsLabels.v10.mgz" using nibabel and check the zoom, it seems to have 0.5 mm resolution.
The following is the result of my code:
>> img = nib.load('brainstemSsLabels.v10.mgz')
>> print(img.affine)