mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
Jungfraumaster (#518)
* set jungfrau master only from client * added tests, fixed a bug in ctb and moench (infinite recursion) that will never happen atm
This commit is contained in:
@ -2412,7 +2412,7 @@ int calculateDataBytes() { return dataBytes; }
|
||||
|
||||
int getTotalNumberOfChannels() {
|
||||
int nchanx = 0, nchany = 0;
|
||||
getTotalNumberOfChannels(&nchanx, &nchany);
|
||||
getNumberOfChannels(&nchanx, &nchany);
|
||||
return nchanx * nchany;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user