From 82bb11868a4348436c28f6369a09388467cea5a1 Mon Sep 17 00:00:00 2001 From: Tomas Farago Date: Fri, 18 Mar 2016 14:31:38 +0100 Subject: Add laminographic backprojection --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 54e17ec..19602f2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,6 +21,8 @@ include(PkgConfigVars) configure_paths(UFO_FILTERS) set(PKG_UFO_CORE_MIN_REQUIRED "0.6") +# Backprojection burst mode, must be one of 1, 2, 4, 8, 16 +set(BP_BURST "16" CACHE STRING "Number of projections processed in one pass") option(WITH_PROFILING "Enable profiling" OFF) -- cgit v1.2.1