Closed KSchmidtACR closed 1 year ago
Thanks for your interest in BTK.
Hmm there must be a significant difference between your in house data and the example data. What is the shape of the data?
If you want to you can email me a sample and I can have a look.
The size of the data are: t1 size: (512, 512, 182) t1c size: (512, 512, 182) t2 size: (512, 512, 61) flair size: (512, 512, 30)
Does this give you any ideas? Unfortunately I can't share the data with you. Can you share the location in the preprocessing container where I can look to troubleshoot this issue?
Hmm, that should not cause the problem here. I have an alternative preprocessing pipeline that runs niftyreg under the hood that you could beta test. If you are interested we can call.
Probably better to proceed this way, as it is intended to replace the preprocessing module from BTK.
Sure, I can beta test. BraTS preprocessing is an important part of a workflow I'm implementing so whatever you think would best move things forward.
Hello, would you be able to provide some more info this week on the new preprocessing pipeline you mentioned?
Hi Kendall, I contacted you on LinkedIn as I don't have an email address :)
The issue was caused by a dcm->nii conversion that went wrong. It would be interesting to have some of these files for debugging/development.
Hello,
I've run the 0_preprocessing_single.py file from the BraTS repo on the example data with out issue. But when I change out the data files for in-house data, the processor hangs at the t1c ants registration step:
Any insight into what is going wrong would be greatly appreciated. Thanks.