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 obtain a seg fault. If I look at help(rtk.joseph_forward_projection_image_filter), I see it is a Proxy of C++ rtkJosephForwardProjectionImageFilterIF3IF3SWMFDFIPC class. (defined in rtkJosephForwardAttenuatedProjectionImageFilter.wrap) which is wrong. I want it to be a proxy for rtkJosephForwardProjectionImageFilterIF3IF3 (defined in rtkJosephForwardProjectionImageFilter.wrap). No clue how to solve this...
The text was updated successfully, but these errors were encountered:
The following code works
If I also want to use the same syntax for the projector
I obtain a seg fault. If I look at
help(rtk.joseph_forward_projection_image_filter)
, I see it is aProxy of C++ rtkJosephForwardProjectionImageFilterIF3IF3SWMFDFIPC class.
(defined inrtkJosephForwardAttenuatedProjectionImageFilter.wrap
) which is wrong. I want it to be a proxy forrtkJosephForwardProjectionImageFilterIF3IF3
(defined inrtkJosephForwardProjectionImageFilter.wrap
). No clue how to solve this...The text was updated successfully, but these errors were encountered: