mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-05-04 01:04:12 +02:00
added reorder to documentation, added flag to master binary and hdf5 file
CMake / Configure and build using cmake (push) Failing after 11s
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