You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m using the Core Imaging Library (CIL) for my 3D cone-beam reconstructions and have been examining the source code to determine if I can change the default filter used in the Filtered Back Projection (FBP). While tracing the code, I discovered that CIL relies on TIGRE’s FBP, with some translation between the geometries defined in the two packages.
Could you clarify where I should make the modification to change the default filter from ram-lak to hamming? Should this be done directly in the TIGRE package, or would it require changes in the CIL package?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi, I hope you're doing well.
I’m using the Core Imaging Library (CIL) for my 3D cone-beam reconstructions and have been examining the source code to determine if I can change the default filter used in the Filtered Back Projection (FBP). While tracing the code, I discovered that CIL relies on TIGRE’s FBP, with some translation between the geometries defined in the two packages.
Could you clarify where I should make the modification to change the default filter from
ram-lak
tohamming
? Should this be done directly in the TIGRE package, or would it require changes in the CIL package?Thank you!
The text was updated successfully, but these errors were encountered: