changed such that getdata returns if not really necessary to copy

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@24 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_maliakal_d
2012-08-07 10:19:15 +00:00
parent e88e24178c
commit bcb4710477
4 changed files with 221 additions and 158 deletions

View File

@ -422,7 +422,7 @@ void qTabPlot::SetFrequency(){
break;
case 1:
acqPeriodMS = (myDet->setTimer(slsDetectorDefs::FRAME_PERIOD,-1)*(1E-6));
/** gets the acq period * number of frames*/
/** gets the acq period * number of nth frames*/
timeMS = (spinNthFrame->value())*acqPeriodMS;
/** To make sure the period between plotting is not less than minimum plot timer in ms*/
if(timeMS<minPlotTimer){