It looks like a memory issue. Do you have enough ressources on the computer where you are running the program? Are other functions from FSL working fine on your computer?
Hi @Seooo, sorry - I don’t know what an .egg file is, or how to view it. Can you post some PNGs, or even share the image file (.nii or .nii.gz) itself?
Hi @Seooo, just looking at the first of your images, it appears to have been heavily pre-processed, and resampled using nearest neighbour interpolation (this is apparent by the striping artifacts). I’m not surprised that bet isn’t working on this image, and I would expect you to encounter problems with other tools. What has been done to this data?
Hi @Seooo I would recommend adjusting your processing pipeline so that you run bet on the unprocessed images before registration/resampling. You can create a brain mask in the native PET space, and then transform it to other spaces as needed, after you have calculated your registrations.
Also, there is definitely something wrong with your resampling process - those striping artifacts should not be present, and are going to continue to cause problems if you try to pass these resampled images through any sort of processing/analysis pipeline.