diff options
| author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2016-01-06 13:29:01 +0100 | 
|---|---|---|
| committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2016-01-19 16:50:16 +0100 | 
| commit | 8e68248bd587456325101911a927b206b5450b31 (patch) | |
| tree | ca99c77b40984b96c533d2de772e5e89e099b618 | |
| parent | 673bf2fd8fd40053ac6baba229953f2e58b7cb42 (diff) | |
| download | astra-8e68248bd587456325101911a927b206b5450b31.tar.gz astra-8e68248bd587456325101911a927b206b5450b31.tar.bz2 astra-8e68248bd587456325101911a927b206b5450b31.tar.xz astra-8e68248bd587456325101911a927b206b5450b31.zip | |
Remove noisy debugging output
| -rw-r--r-- | src/ConeProjectionGeometry3D.cpp | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/src/ConeProjectionGeometry3D.cpp b/src/ConeProjectionGeometry3D.cpp index 99b4bf4..96b04fb 100644 --- a/src/ConeProjectionGeometry3D.cpp +++ b/src/ConeProjectionGeometry3D.cpp @@ -256,9 +256,6 @@ void CConeProjectionGeometry3D::projectPoint(double fX, double fY, double fZ,  	// Scale fS to detector plane  	fU = detectorOffsetXToColIndexFloat( (fS * (m_fOriginSourceDistance + m_fOriginDetectorDistance)) / fD ); - -	ASTRA_DEBUG("alpha: %f, D: %f, V: %f, S: %f, U: %f", alpha, fD, fV, fS, fU); -  }  void CConeProjectionGeometry3D::backprojectPointX(int iAngleIndex, double fU, double fV, | 
