mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-03-11 09:57:42 +01:00
added reorder to documentation, added flag to master binary and hdf5 file
Some checks failed
CMake / Configure and build using cmake (push) Failing after 11s
Some checks failed
CMake / Configure and build using cmake (push) Failing after 11s
This commit is contained in:
@@ -992,7 +992,9 @@ void Implementation::StartMasterWriter() {
|
||||
: 0;
|
||||
masterAttributes.digitalSamples = generalData->nDigitalSamples;
|
||||
masterAttributes.dbitoffset = ctbDbitOffset;
|
||||
masterAttributes.dbitreorder = ctbDbitReorder;
|
||||
masterAttributes.dbitlist = 0;
|
||||
|
||||
for (auto &i : ctbDbitList) {
|
||||
masterAttributes.dbitlist |= (static_cast<uint64_t>(1) << i);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user