fixed mistake in moench03 data stucture when calculating xmap, ymap

This commit is contained in:
2020-04-17 17:23:24 +02:00
parent c55d19dbfe
commit 5710dda12a
3 changed files with 21 additions and 15 deletions

View File

@ -74,8 +74,8 @@ class moench03T1ZmqDataNew : public slsDetectorData<uint16_t> {
int ii=0;
for (i=0; i< dataSize; i++) {
if (i<offset) {
for (i=0; i< dataSize/2; i++) {
if (i<offset/2) {
//header! */
xmap[i]=-1;
ymap[i]=-1;