mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-29 17:40:01 +02:00
Gotthard software added to MAkefile and settings directory
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorsPackage@2 08cae9ef-cb74-4d14-b03a-d7ea46f178d7
This commit is contained in:
parent
51f399f3ed
commit
09ef669f17
11
Makefile
11
Makefile
@ -5,12 +5,12 @@
|
|||||||
WD=$(shell pwd)
|
WD=$(shell pwd)
|
||||||
LIBRARYDIR=$(WD)/slsDetectorSoftware
|
LIBRARYDIR=$(WD)/slsDetectorSoftware
|
||||||
TLIBRARYDIR=$(WD)/TMythenDetector
|
TLIBRARYDIR=$(WD)/TMythenDetector
|
||||||
CLIENTDIR=$(WD)/mythenClient
|
CLIENTDIR=$(WD)/slsDetectorClient
|
||||||
GUIDIR=$(WD)/mythenGUI
|
GUIDIR=$(WD)/mythenGUI
|
||||||
LIBDOCDIR=$(WD)/slsDetectorSoftware
|
LIBDOCDIR=$(WD)/slsDetectorSoftware
|
||||||
|
|
||||||
|
|
||||||
all: lib mythenClient mythenGUI
|
all: lib mythenClient gotthardClient mythenGUI
|
||||||
|
|
||||||
|
|
||||||
lib:
|
lib:
|
||||||
@ -20,7 +20,11 @@ Tlib:
|
|||||||
cd $(TLIBRARYDIR) && $(MAKE) lib
|
cd $(TLIBRARYDIR) && $(MAKE) lib
|
||||||
|
|
||||||
mythenClient: lib
|
mythenClient: lib
|
||||||
cd $(CLIENTDIR) && $(MAKE)
|
cd $(CLIENTDIR) && $(MAKE) mythen
|
||||||
|
mv $(CLIENTDIR)/bin/* bin/
|
||||||
|
|
||||||
|
gotthardClient: lib
|
||||||
|
cd $(CLIENTDIR) && $(MAKE) gotthard
|
||||||
mv $(CLIENTDIR)/bin/* bin/
|
mv $(CLIENTDIR)/bin/* bin/
|
||||||
|
|
||||||
mythenGUI: lib Tlib
|
mythenGUI: lib Tlib
|
||||||
@ -88,6 +92,7 @@ help:
|
|||||||
@echo "make lib compile library"
|
@echo "make lib compile library"
|
||||||
@echo "make tlib compile Root/Qt library"
|
@echo "make tlib compile Root/Qt library"
|
||||||
@echo "make mythenClient compile mythenClient"
|
@echo "make mythenClient compile mythenClient"
|
||||||
|
@echo "make gotthardClient compile gotthardClient"
|
||||||
@echo "make mythenGUI compile mythenGUI"
|
@echo "make mythenGUI compile mythenGUI"
|
||||||
@echo "make install_client install mythenClient"
|
@echo "make install_client install mythenClient"
|
||||||
@echo "make install_gui install mythenGUI"
|
@echo "make install_gui install mythenGUI"
|
||||||
|
1
settings/dynamicgain/calibration.sn
Executable file
1
settings/dynamicgain/calibration.sn
Executable file
@ -0,0 +1 @@
|
|||||||
|
227 5.6
|
10
settings/dynamicgain/settings.sn
Executable file
10
settings/dynamicgain/settings.sn
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
VREF_DS 300
|
||||||
|
VCASCN_PB 320
|
||||||
|
VCASCP_PB 340
|
||||||
|
VOUT_CM 360
|
||||||
|
VCASC_OUT 380
|
||||||
|
VIN_CM 400
|
||||||
|
VREF_COMP 420
|
||||||
|
IB_TESTC 440
|
||||||
|
config 0x07
|
||||||
|
hv 100
|
1
settings/gain1/calibration.sn
Executable file
1
settings/gain1/calibration.sn
Executable file
@ -0,0 +1 @@
|
|||||||
|
227 5.6
|
10
settings/gain1/settings.sn
Executable file
10
settings/gain1/settings.sn
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
VREF_DS 400
|
||||||
|
VCASCN_PB 420
|
||||||
|
VCASCP_PB 440
|
||||||
|
VOUT_CM 460
|
||||||
|
VCASC_OUT 480
|
||||||
|
VIN_CM 500
|
||||||
|
VREF_COMP 520
|
||||||
|
IB_TESTC 540
|
||||||
|
config 0x07
|
||||||
|
hv 100
|
1
settings/gain2/calibration.sn
Executable file
1
settings/gain2/calibration.sn
Executable file
@ -0,0 +1 @@
|
|||||||
|
227 5.6
|
10
settings/gain2/settings.sn
Executable file
10
settings/gain2/settings.sn
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
VREF_DS 500
|
||||||
|
VCASCN_PB 520
|
||||||
|
VCASCP_PB 540
|
||||||
|
VOUT_CM 560
|
||||||
|
VCASC_OUT 580
|
||||||
|
VIN_CM 600
|
||||||
|
VREF_COMP 620
|
||||||
|
IB_TESTC 640
|
||||||
|
config 0x07
|
||||||
|
hv 100
|
1
settings/gain3/calibration.sn
Executable file
1
settings/gain3/calibration.sn
Executable file
@ -0,0 +1 @@
|
|||||||
|
227 5.6
|
10
settings/gain3/settings.sn
Executable file
10
settings/gain3/settings.sn
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
VREF_DS 600
|
||||||
|
VCASCN_PB 620
|
||||||
|
VCASCP_PB 640
|
||||||
|
VOUT_CM 660
|
||||||
|
VCASC_OUT 680
|
||||||
|
VIN_CM 700
|
||||||
|
VREF_COMP 720
|
||||||
|
IB_TESTC 740
|
||||||
|
config 0x07
|
||||||
|
hv 100
|
1
settings/highgain/calibration.sn
Executable file
1
settings/highgain/calibration.sn
Executable file
@ -0,0 +1 @@
|
|||||||
|
227 5.6
|
10
settings/highgain/settings.sn
Executable file
10
settings/highgain/settings.sn
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
VREF_DS 200
|
||||||
|
VCASCN_PB 220
|
||||||
|
VCASCP_PB 240
|
||||||
|
VOUT_CM 260
|
||||||
|
VCASC_OUT 280
|
||||||
|
VIN_CM 300
|
||||||
|
VREF_COMP 320
|
||||||
|
IB_TESTC 340
|
||||||
|
config 0x07
|
||||||
|
hv 100
|
Loading…
x
Reference in New Issue
Block a user