mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 13:27:14 +02:00
bug fixed maximum sub exposure time is in 10 ns and not ns
This commit is contained in:
@ -2518,7 +2518,7 @@ int set_timer(int file_des) {
|
||||
switch(ind) {
|
||||
#ifdef EIGERD
|
||||
case SUBFRAME_ACQUISITION_TIME:
|
||||
if (tns > MAX_SUBFRAME_EXPOSURE_VAL ){
|
||||
if (tns > (MAX_SUBFRAME_EXPOSURE_VAL_IN_10NS*10) ){
|
||||
ret=FAIL;
|
||||
strcpy(mess,"Sub Frame exposure time should not exceed 5.368 seconds\n");
|
||||
break;
|
||||
|
Reference in New Issue
Block a user