Depth of input images (8bit, 12bit, etc) #538
-
The CB detector that I'm using captures 12-bit images, so the values are between [0,4095]. Multiple different types of reconstruction seem to be giving the same grey swoops and swirls, and I just wanted to make sure that this is not having to do with the rescaling of the images. I notice that in some of the demos, the head phantom projections have a maximum value in the ~80s, which is obviously not a 12 bit image. Thanks to anyone who might have an answer! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
hi @ajensen1234 , I have myself used 16 bit detectors. |
Beta Was this translation helpful? Give feedback.
hi @ajensen1234 ,
range in CT is arbitrary, as its dependent on the hardware output (the ADC), not really physical units. So any range works in TIGRE, within reasonable limits. The only limitation is that the data must be converted into a
single
(float32
) data format before being used in the recons. This means that the "grey swoops and swirls" (unsure what you mean, do show an image) are unrelated to data type and scale.I have myself used 16 bit detectors.
Now, if you are using raw data from detectors, do remember to log-transform it!