mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 08:17:13 +02:00
cretated the class slsDetectorDefs, more advanced funcs moved from slsDetectorBase to slsDetectorUtils, separated function index enum from other definitions (share with dectris?)
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@162 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -581,7 +581,7 @@ class multiSlsDetector : public slsDetectorUtils {
|
||||
updates the size of the data expected from the detector
|
||||
\sa sharedSlsDetector
|
||||
*/
|
||||
int setDynamicRange(int n=-1, int pos=-1);
|
||||
int setDynamicRange(int n, int pos);
|
||||
|
||||
|
||||
|
||||
@ -611,7 +611,7 @@ class multiSlsDetector : public slsDetectorUtils {
|
||||
\param ecorr if !=NULL the flat field correction errors will be filled with ecorr (1 otherwise)
|
||||
\returns 0 if ff correction disabled, >0 otherwise
|
||||
*/
|
||||
int setFlatFieldCorrection(float *corr=NULL, float *ecorr=NULL);
|
||||
int setFlatFieldCorrection(float *corr, float *ecorr=NULL);
|
||||
|
||||
/**
|
||||
get flat field corrections
|
||||
|
Reference in New Issue
Block a user