Added roi to master file

This commit is contained in:
2019-08-20 13:42:26 +02:00
parent 9ebff9c8a8
commit 11c1fb0e11
4 changed files with 15 additions and 0 deletions

View File

@ -1659,6 +1659,8 @@ int slsReceiverImplementation::SetupWriter() {
attr.adcmask = adcEnableMask;
attr.dbitoffset = ctbDbitOffset;
attr.dbitlist = 0;
attr.roiXmin = roi.xmin;
attr.roiXmax = roi.xmax;
for (auto &i : ctbDbitList) {
attr.dbitlist |= (1 << i);
}