diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2019-04-04 12:09:07 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2019-09-25 14:10:10 +0200 |
commit | 9950fc9bf91073c0168c8847a8f6a8814690f97c (patch) | |
tree | 9dd1f95460ec7cd622256c9a82edd4296c33787f /cuda/2d | |
parent | 5ea1bf556419204511195fa5b2bedbd1318b51ff (diff) | |
download | astra-9950fc9bf91073c0168c8847a8f6a8814690f97c.tar.gz astra-9950fc9bf91073c0168c8847a8f6a8814690f97c.tar.bz2 astra-9950fc9bf91073c0168c8847a8f6a8814690f97c.tar.xz astra-9950fc9bf91073c0168c8847a8f6a8814690f97c.zip |
Small clean up of factors
Diffstat (limited to 'cuda/2d')
-rw-r--r-- | cuda/2d/fbp.cu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cuda/2d/fbp.cu b/cuda/2d/fbp.cu index 28cdd92..4fc3983 100644 --- a/cuda/2d/fbp.cu +++ b/cuda/2d/fbp.cu @@ -301,7 +301,7 @@ bool FBP::iterate(unsigned int iterations) astraCUDA3d::FDK_PreWeight(tmp, fOriginSource, fOriginDetector, 0.0f, - fFanDetSize, 1.0f, /* fPixelSize, but is normalized */ 1.0f, + fFanDetSize, 1.0f, m_bShortScan, dims3d, pfAngles); } else { // TODO: How should different detector pixel size in different |