mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 17:18:00 +02:00
dev: moench: min exptime (#865)
* moench: remove min clock cycles for setting exptime (had been ported from jf)
This commit is contained in:
@ -2533,7 +2533,7 @@ int set_exptime(int file_des) {
|
||||
if (gateIndex != -1) {
|
||||
ret = FAIL;
|
||||
sprintf(mess,
|
||||
"Could not get exposure time. Gate index not implemented "
|
||||
"Could not set exposure time. Gate index not implemented "
|
||||
"for this detector\n");
|
||||
LOG(logERROR, (mess));
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user