Added data structure for moench02 dynamic gain switching

This commit is contained in:
2018-08-17 12:29:07 +02:00
parent 921ae01bbe
commit 83600fcb15
2 changed files with 180 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ class moench02CtbData : public slsDetectorData<uint16_t> {
*/
moench02CtbData(int ns=6400): slsDetectorData<uint16_t>(160, 160, ns*2*32, NULL, NULL) , nadc(32), sc_width(40), sc_height(160) {
moench02CtbData(int ns=6400): slsDetectorData<uint16_t>(160, 160, ns*2*32, NULL, NULL) , nadc(32), sc_width(40), sc_height(160) {
int adc_off[4]={40,0,120,80};