/
T1 Processing
T1 Processing
Brain mask
The T1 image is segmented into probability maps and brain masks. The basic brain mask is where gray matter is prob > 0.05, and a liberal "brainmasklots" is created for use as a mask in analyses. This is initially set with prob > 0.1, but that actually does not make a huge difference:
prob > 0.5 | prob > 0.1 | prob > 0.1, close with sphere r = 7 |
---|---|---|
brainmask_*.nii | brainmasklots_*.nii (pre-2017-08) | brainmasklots_*.nii |
Files are in T1preprocess\GROUP\Study\T1ref_.... Created in cspm_xbrain.m:
Vo = spm_create_vol(Vo);
brmask = br>0.1;
se = strel('sphere',7);
brmask = imclose(brmask,se);
spm_write_vol(Vo,brmask);
, multiple selections available,
Related content
brainmask_..., brainmasklots_...
brainmask_..., brainmasklots_...
More like this
2: Check Registrations and Segmentations
2: Check Registrations and Segmentations
More like this
Legacy - Manually Aligning T1's to MNI
Legacy - Manually Aligning T1's to MNI
More like this
SUIT in CSPM
SUIT in CSPM
More like this
AD: Preclinical Preprocessing
AD: Preclinical Preprocessing
More like this
updates 2015-12 December
updates 2015-12 December
More like this