mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-13 07:18:14 +01:00
ctb reorder default being true in dataprocessor
This commit is contained in:
@@ -181,7 +181,7 @@ class DataProcessor : private virtual slsDetectorDefs, public ThreadObject {
|
||||
bool framePadding;
|
||||
std::vector<int> ctbDbitList;
|
||||
int ctbDbitOffset{0};
|
||||
bool ctbDbitReorder{false};
|
||||
bool ctbDbitReorder{true};
|
||||
std::atomic<bool> startedFlag{false};
|
||||
std::atomic<uint64_t> firstIndex{0};
|
||||
bool quadEnable{false};
|
||||
|
||||
Reference in New Issue
Block a user