Solved bug on number of measurements

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@250 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
bergamaschi
2012-09-11 09:13:52 +00:00
parent 25edfba592
commit c6d383f770
4 changed files with 35 additions and 21 deletions

View File

@ -569,7 +569,7 @@ int slsDetector::initializeDetectorSize(detectorType type) {
/** sets angular conversion file to none */
strcpy(thisDetector->angConvFile,"none");
/** set binsize*/
thisDetector->binSize=0;
thisDetector->binSize=0.001;
thisDetector->stoppedFlag=0;
thisDetector->threadedProcessing=1;