Replies: 1 comment 17 replies
-
Certainly chatGPT won't know about TIGRE, of course! hehe. It clearly is something wrong with the geometry. Is there any chance you can reduce this largie peice of code as much as possible? That will make my job of reviewing your code a bit easier, and you more likely to get help :) Ander |
Beta Was this translation helpful? Give feedback.
17 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, sorry if this is a easy fix but I cannot figure it out. I am trying to run reconstructions of helical cone beam CT data, my code runs, however the result of the central


slice
I get is:when its supposed to be similar to:
my code is as follows:
And I know that the projections load properly as I can visualise them, e.g.

The meta data is in:
restricted_meta_data.csv
and my code outputs:
script starting
projections loaded
meta data loaded
(100, 3040, 3040)
projections_test.shape: (3040, 3040, 100)
theta.shape: (100,)
geo.SourcePositions.shape: (100, 3)
geo.DetectorPositions.shape: (100, 3)
FDK compute time: 125.237112 seconds
data written to .tiff stack
I have tried everything I can think of, and cannot figure it out, I have even committed the sin of asking chatGPT, however nothing has worked. Any help or pointers would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions