From 5eab29ed133393db7f178d361f8fb7dbab41860f Mon Sep 17 00:00:00 2001 From: l_maliakal_d Date: Mon, 28 Nov 2011 15:05:53 +0000 Subject: [PATCH] settings:upto a highgain git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@69 951219d9-93cf-4727-9268-0efd64621fa3 --- slsDetectorSoftware/gotthardDetectorServer/mcb_funcs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorSoftware/gotthardDetectorServer/mcb_funcs.c b/slsDetectorSoftware/gotthardDetectorServer/mcb_funcs.c index cbce22ebb..495c9030a 100755 --- a/slsDetectorSoftware/gotthardDetectorServer/mcb_funcs.c +++ b/slsDetectorSoftware/gotthardDetectorServer/mcb_funcs.c @@ -861,7 +861,7 @@ int setSettings(int i) v[ind]=-1; //if not get settings - if ((i>=HIGHGAIN) && (i<= GAIN3)) { + if ((i>=HIGHGAIN) && (i<= VERYHIGHGAIN)) { v[VREF_DS]=vrefds[i]; v[VCASCN_PB]=vcascn[i]; v[VCASCP_PB]=vcascp[i];