mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
impplemented the possibility of setting the bad channels on a module basis
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@183 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -69,7 +69,8 @@ class slsDetectorUtils : public slsDetectorActions, public postProcessing {
|
||||
// int getPositions(float *pos=NULL){return angularConversion::getPositions(pos);};
|
||||
|
||||
using slsDetectorBase::setFlatFieldCorrection;
|
||||
|
||||
using postProcessing::setBadChannelCorrection;
|
||||
|
||||
// string getFilePath(){return fileIO::getFilePath();};
|
||||
// string setFilePath(string s){return fileIO::setFilePath(s);};
|
||||
|
||||
@ -269,6 +270,7 @@ class slsDetectorUtils : public slsDetectorActions, public postProcessing {
|
||||
|
||||
|
||||
|
||||
int setBadChannelCorrection(string fname, int &nbadtot, int *badchanlist, int off=0);
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user