mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-17 07:55:54 +01: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:
@@ -2043,7 +2043,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