mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
timing command added, several bugs concerning the synchronization of multiple detectors fixed
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@134 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -4864,6 +4864,7 @@ int slsDetector::dumpDetectorSetup(string const fname, int level){
|
||||
"frames",\
|
||||
"cycles",\
|
||||
"probes",\
|
||||
"timing",\
|
||||
"fineoff",\
|
||||
"ratecorr",\
|
||||
"startscript",\
|
||||
@ -4892,7 +4893,7 @@ int slsDetector::dumpDetectorSetup(string const fname, int level){
|
||||
"trimbits",\
|
||||
"extsig"
|
||||
};
|
||||
int nvar=40;
|
||||
int nvar=41;
|
||||
int iv=0;
|
||||
string fname1;
|
||||
ofstream outfile;
|
||||
@ -5497,7 +5498,7 @@ masterFlags slsDetector::setMaster(masterFlags flag) {
|
||||
}
|
||||
|
||||
#ifdef VERBOSE
|
||||
std::cout<< "Readout flag set to "<< retval << std::endl;
|
||||
std::cout<< "Master flag set to "<< retval << std::endl;
|
||||
#endif
|
||||
return retval;
|
||||
}
|
||||
|
Reference in New Issue
Block a user