added moench03 T CPU data structure

This commit is contained in:
2016-12-05 16:00:34 +01:00
parent ed7d6b2995
commit 37ba8f9a71
12 changed files with 5214 additions and 3 deletions

View File

@ -228,7 +228,7 @@ class slsDetectorData {
\returns data for the selected channel, with inversion if required as double
*/
virtual double getValue(char *data, int ix, int iy=0) {return (double)getChannel(data, ix, iy);};
virtual double getValue(char *data, int ix, int iy=0) {/* cout << " x "<< ix << " y"<< iy << " val " << getChannel(data, ix, iy)<< endl;*/return (double)getChannel(data, ix, iy);};
/**