mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 04:47:14 +02:00
Should now work also for multiple frames and positions
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@140 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -1457,8 +1457,10 @@ int multiSlsDetector::setFlatFieldCorrection(string fname){
|
||||
xmed[im]=data[ichan];
|
||||
nmed++;
|
||||
} else {
|
||||
badlist[nbad]=ichdet;
|
||||
nbad++;
|
||||
if (nbad<MAX_BADCHANS) {
|
||||
badlist[nbad]=ichdet;
|
||||
nbad++;
|
||||
}
|
||||
}
|
||||
}
|
||||
if (detectors[idet])
|
||||
|
Reference in New Issue
Block a user