mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 23:30:03 +02:00
ctb reorder default being true in dataprocessor
This commit is contained in:
parent
6e5b058fc1
commit
13b2cada66
@ -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};
|
||||
|
Loading…
x
Reference in New Issue
Block a user