changed the receiver to be te one deicing frame factor, not gui

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@191 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_maliakal_d
2013-05-27 09:34:39 +00:00
parent 141a982878
commit 1129702738
2 changed files with 4 additions and 3 deletions

View File

@ -1599,6 +1599,7 @@ void qDrawPlot::SetFrameFactor(int frame){
frameFactor = frame;
if(myDet->setReceiverOnline()==slsDetectorDefs::ONLINE_FLAG){
frame = myDet->setReadReceiverFrequency(1,frame);
if(frame > 0) frameFactor = 1;
#ifdef VERBOSE
cout << "Receiver read frequency set to : " << frame << endl;
#endif