mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 21:37:13 +02:00
a check in gotthard server to ensure that it is really gotthard and not moench module
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@525 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -70,16 +70,15 @@ int init_detector( int b) {
|
||||
exit(-1);
|
||||
}
|
||||
|
||||
//check if it is really gotthard
|
||||
check_detector_type();
|
||||
printf("\n***This is a GOTTHARD detector with %d chips per module***\n", NCHIP);
|
||||
if(b)
|
||||
printf("***This is a GOTTHARD detector with %d chips per module***\n", NCHIP);
|
||||
|
||||
|
||||
//testFpga();
|
||||
if (b) {
|
||||
|
||||
#ifdef MCB_FUNCS
|
||||
initDetector();
|
||||
printf("Initializing Detector completed.\n\n");
|
||||
printf("Initializing Detector\n");
|
||||
#endif
|
||||
testFpga();
|
||||
testRAM();
|
||||
|
Reference in New Issue
Block a user