Closed YingJGuo closed 2 years ago
thanks a lot !! It works ! But unfortunately, I am still trying to solve the problem "Out of memory"...
Great you got it working! CTseg can require quite a lot of RAM if your are working on large images. Depending on your aim, a possible solution could be to downsample the CT image by some amount (making sure that the downsampling is encoded in the affine matrix of the nifti header).
Great you got it working! CTseg can require quite a lot of RAM if your are working on large images. Depending on your aim, a possible solution could be to downsample the CT image by some amount (making sure that the downsampling is encoded in the affine matrix of the nifti header).
Thank you for your patient reply. I will try it !
Hello @GuoCHance
If you want to output only the skull-stripped CT scan and nothing else, setting the
spm_CTseg
input argumentstc
anddef
to false, andskullstrip
to true should do the trick.