diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2014-10-06 11:46:53 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2014-10-06 13:23:40 +0200 |
commit | 5d5f27a910d1fa63974cf4f4dc2485c60906441c (patch) | |
tree | 9cb52f6eaedf74a8998c76d03c82edb0c988f5b2 /cuda/2d/astra.h | |
parent | 52d34e926ee5a42d875dede9303ae898548fdc85 (diff) | |
download | astra-5d5f27a910d1fa63974cf4f4dc2485c60906441c.tar.gz astra-5d5f27a910d1fa63974cf4f4dc2485c60906441c.tar.bz2 astra-5d5f27a910d1fa63974cf4f4dc2485c60906441c.tar.xz astra-5d5f27a910d1fa63974cf4f4dc2485c60906441c.zip |
Start supporting flexible 2D volume geometry in Cuda FBP too
Diffstat (limited to 'cuda/2d/astra.h')
-rw-r--r-- | cuda/2d/astra.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cuda/2d/astra.h b/cuda/2d/astra.h index d2d7059..efbac1d 100644 --- a/cuda/2d/astra.h +++ b/cuda/2d/astra.h @@ -78,9 +78,10 @@ public: // fDetSize indicates the size of a detector pixel compared to a // volume pixel edge. // - // pfAngles will only be read from during this call. + // pfAngles, fanProjs will only be read from during this call. bool setFanGeometry(unsigned int iProjAngles, unsigned int iProjDets, + const astraCUDA::SFanProjection *fanProjs, const float *pfAngles, float fOriginSourceDistance, float fOriginDetectorDistance, |