Re: [Rtk-users] Creating DRRs with RTK in python

2021-08-24 Thread Simon Rit
> > *Van: *Simon Rit > *Verzonden: *vrijdag 13 augustus 2021 08:25 > *Aan: *Milou de Boer > *CC: *rtk-users@public.kitware.com > *Onderwerp: *Re: [Rtk-users] Creating DRRs with RTK in python > > > > Hi, > > Both your input volume and your stack of projections sho

Re: [Rtk-users] Creating DRRs with RTK in python

2021-08-13 Thread Simon Rit
Hi, Both your input volume and your stack of projections should be 3D. If you simulate only one projection, you can always make it 2D afterwards by slicing the stack. The third dimension of spacing and origin of the stack are never used in RTK but must be provided since it's a 3D image. I might be

[Rtk-users] Creating DRRs with RTK in python

2021-08-09 Thread Milou de Boer
 Dear all, I’m quite new to Python (and the use of RTK and ITK), but I have a project for which I want to create digitally reconstructed radiographs (DRRs) of a CT. I therefore have successfully installed RTK for python and I have run the FirstReconstruction.py example. Now I want to edit this so