add default period for mythen3 (#56)

This commit is contained in:
Marie Andrä 2019-08-26 12:03:20 +02:00 committed by Dhanya Thattil
parent 94013a7fad
commit 7a4c1161ab
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}

View File

@ -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