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