added release documentation

This commit is contained in:
maliakal_d 2018-02-26 13:28:31 +01:00
parent 7859df6aa3
commit 0b017b886c
2 changed files with 2 additions and 1 deletions

View File

@ -267,6 +267,8 @@ Resolved Issues
19. Fixed plotting twice caused due to unzooming the first time.
20. Removed option for compression in Gui as it is not available currently.
21. Can also show Jungfrau multi detector in x direction in gui.

View File

@ -388,7 +388,6 @@ void setupDetector() {
cprintf(RED, "Warning: Setting dac %d failed, wrote %d, read %d\n",i ,defaultvals[i], retval[0]);
}
}
printf("reading stats reg:0x%p\n",(CSP0BASE+DAQ_REG*2));
bus_w(DAQ_REG, 0x0); /* Only once at server startup */
setSpeed(CLOCK_DIVIDER, HALF_SPEED);
cleanFifos(); /* todo might work without */