Segmentation fault (core dumped) #65
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
That demo script is for when your raw projection data is composed as an arc of several modules. Is this really what you want or is your data just cone-beam with a curved array? If it is just a simple curved array, just follow the first demo script but run this command: To enlarge the FOV, just define a bigger reconstruction volume and to enlarge the circular mask use this function; https://leapct.readthedocs.io/en/latest/ctvolume.html#leapctype.tomographicModels.set_diameterFOV |
Beta Was this translation helpful? Give feedback.
-
I assume this fixed your problem, so I am going to close this discussion. Feel free to reopen if further issues arise. |
Beta Was this translation helpful? Give feedback.
That demo script is for when your raw projection data is composed as an arc of several modules. Is this really what you want or is your data just cone-beam with a curved array?
If it is just a simple curved array, just follow the first demo script but run this command:
leapct.set_curvedDetector()
To enlarge the FOV, just define a bigger reconstruction volume and to enlarge the circular mask use this function;
leapct.set_diameterFOV(d)
https://leapct.readthedocs.io/en/latest/ctvolume.html#leapctype.tomographicModels.set_diameterFOV