mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-18 08:06:43 +01:00
add default period for mythen3 (#56)
This commit is contained in:
committed by
Dhanya Thattil
parent
94013a7fad
commit
7a4c1161ab
@@ -173,7 +173,7 @@ void setupDetector() {
|
|||||||
setTimer(FRAME_NUMBER, DEFAULT_NUM_FRAMES);
|
setTimer(FRAME_NUMBER, DEFAULT_NUM_FRAMES);
|
||||||
setTimer(CYCLES_NUMBER, DEFAULT_NUM_CYCLES);
|
setTimer(CYCLES_NUMBER, DEFAULT_NUM_CYCLES);
|
||||||
setTimer(ACQUISITION_TIME, DEFAULT_EXPTIME);
|
setTimer(ACQUISITION_TIME, DEFAULT_EXPTIME);
|
||||||
|
setTimer(FRAME_PERIOD, DEFAULT_PERIOD);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -16,5 +16,5 @@
|
|||||||
#define DEFAULT_NUM_FRAMES (1)
|
#define DEFAULT_NUM_FRAMES (1)
|
||||||
#define DEFAULT_NUM_CYCLES (1)
|
#define DEFAULT_NUM_CYCLES (1)
|
||||||
#define DEFAULT_EXPTIME (100*1000*1000) //ns
|
#define DEFAULT_EXPTIME (100*1000*1000) //ns
|
||||||
|
#define DEFAULT_PERIOD (2*1000*1000) //ns
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user