added xmap and ymap in moench02Ctb.h

This commit is contained in:
Marco Ramilli
2015-11-04 12:26:00 +01:00
parent 22ba839ad5
commit 0841467dc9
2 changed files with 37 additions and 10 deletions

View File

@ -43,6 +43,7 @@ class slsDetectorData {
xmap=new int[dsize/sizeof(dataType)];
ymap=new int[dsize/sizeof(dataType)];
dataMask=new dataType*[ny];
for(int i = 0; i < ny; i++) {
dataMask[i] = new dataType[nx];
@ -191,7 +192,7 @@ class slsDetectorData {
int setDataSize(int d) {dataSize=d; return dataSize;};
/**
/**
Returns the value of the selected channel for the given dataset. Virtual function, can be overloaded.
\param data pointer to the dataset (including headers etc)