Closed epilepneuro closed 5 years ago
@epilepneuro could you post the output of:
seg$filter$resize
Most likely this number is too small which results in the atlas getting transformed outside of your image area.
[1] 0.0256
The resize filter is currently at 386-2500
Edit: fixed it thank you
Yes increasing it to something so the brain outline will fit into your image is desirable but you dont want to increase it so the atlas becomes too tiny. Try increasing it until you see that the brain outline drawn ontop of your image is just inside your brain section that normally gives good performance.
seg$filter$resize <- 0.05
or even:
seg$filter$resize <- 0.1
Depending on the size of your image.
@epilepneuro did this solve i for you? can I close this issue?
@tractatus Yes i believe it did thank you!
Hello Daniel,
I am trying to process a single image to then translate to the multiple section pipeline, outlined on your website. I can segment the image without issue; however, when registering, the output image is completely white with a black background and I get the following error and warnings:
Let me know what I should change,
Thanks!