summaryrefslogtreecommitdiffstats
path: root/cuda/2d/fbp.cu
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2019-04-02 15:56:57 +0200
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2019-09-25 14:10:09 +0200
commit975537c8c68b115399af522cb1a0a1e731eca576 (patch)
tree4cb1d88f2e10304ef4750fa8f06fba9af5bfc1ac /cuda/2d/fbp.cu
parent4fba091ff811ac5e6035cf95efdaae6681e6cc46 (diff)
downloadastra-975537c8c68b115399af522cb1a0a1e731eca576.tar.gz
astra-975537c8c68b115399af522cb1a0a1e731eca576.tar.bz2
astra-975537c8c68b115399af522cb1a0a1e731eca576.tar.xz
astra-975537c8c68b115399af522cb1a0a1e731eca576.zip
Fix fan-beam FBP scaling
Diffstat (limited to 'cuda/2d/fbp.cu')
-rw-r--r--cuda/2d/fbp.cu6
1 files changed, 2 insertions, 4 deletions
diff --git a/cuda/2d/fbp.cu b/cuda/2d/fbp.cu
index f0edc19..28cdd92 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 */ 1.0f,
+ fFanDetSize, 1.0f, /* fPixelSize, but is normalized */ 1.0f,
m_bShortScan, dims3d, pfAngles);
} else {
// TODO: How should different detector pixel size in different
@@ -328,9 +328,7 @@ bool FBP::iterate(unsigned int iterations)
}
if (fanProjs) {
- float fOutputScale = 1.0 / (/*fPixelSize * fPixelSize * fPixelSize * */ fFanDetSize * fFanDetSize);
-
- ok = FanBP_FBPWeighted(D_volumeData, volumePitch, D_sinoData, sinoPitch, dims, fanProjs, fOutputScale * fProjectorScale * fReconstructionScale);
+ ok = FanBP_FBPWeighted(D_volumeData, volumePitch, D_sinoData, sinoPitch, dims, fanProjs, fProjectorScale * fReconstructionScale);
} else {
// scale by number of angles. For the fan-beam case, this is already