From 0b017b886c879792b644cf8ec1e1562a520a1205 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Mon, 26 Feb 2018 13:28:31 +0100 Subject: [PATCH] added release documentation --- RELEASE.txt | 2 ++ .../jungfrauDetectorServer/slsDetectorFunctionList.c | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE.txt b/RELEASE.txt index 3bb207804..e4be4d2a8 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -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. diff --git a/slsDetectorSoftware/jungfrauDetectorServer/slsDetectorFunctionList.c b/slsDetectorSoftware/jungfrauDetectorServer/slsDetectorFunctionList.c index 1ab6b8583..aab9a75f0 100644 --- a/slsDetectorSoftware/jungfrauDetectorServer/slsDetectorFunctionList.c +++ b/slsDetectorSoftware/jungfrauDetectorServer/slsDetectorFunctionList.c @@ -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 */