summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/astra/CudaFilteredBackProjectionAlgorithm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/astra/CudaFilteredBackProjectionAlgorithm.h b/include/astra/CudaFilteredBackProjectionAlgorithm.h
index c496c8f..1b481b3 100644
--- a/include/astra/CudaFilteredBackProjectionAlgorithm.h
+++ b/include/astra/CudaFilteredBackProjectionAlgorithm.h
@@ -53,6 +53,7 @@ private:
int m_iFilterWidth; // number of elements per projection direction in filter
float m_fFilterParameter; // some filters allow for parameterization (value < 0.0f -> no parameter)
float m_fFilterD; // frequency cut-off
+ bool m_bShortScan; // short-scan mode for fan beam
static E_FBPFILTER _convertStringToFilter(const char * _filterType);