mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-18 07:47:12 +02:00
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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user