mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-21 00:48:54 +01:00
Added data structure for moench02 dynamic gain switching
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user