Closed bakerhassan closed 4 years ago
Hi @bakerhassan ,
Thanks for opening this issue and reporting the problem nicely. The Export Nifti
button saves a binary nifti image *_label_0.nii.gz
. So I have 2 points about this:
*_label_0.nii.gz
) in Segmentator because it only consists of zeros and ones.fslmaths
command of FSL:
fslmaths /path/to/image.nii.gz -mas /path/to/image_label_0.nii.gz /path/to/image_masked.nii.gz
segmentator /path/to/image_masked.nii.gz
Let me know whether this is helpful or not.
Yes, that was helpful! Thanks
I edited an nii MRI file and then I exported it using
Export nifti
button, then I tried to open the saved file using Segmentator but it gives the following error:I also tried to
gunzip
the resulted file but also didn't work out.