mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
angular conversion data ready callback working also with 0 positions, and multislsdetector write data file fixed
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@256 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -3416,10 +3416,10 @@ int multiSlsDetector::writeDataFile(string fname, double *data, double *err, dou
|
||||
off+=n;
|
||||
|
||||
if (pe)
|
||||
pe=pe+off;
|
||||
pe=err+off;
|
||||
|
||||
if (pa)
|
||||
pa=pa+off;
|
||||
pa=ang+off;
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user