fixed reading settings file for eiger

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@624 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2013-06-21 14:25:07 +00:00
parent 47377a02e9
commit 19d3c1eb0c
2 changed files with 173 additions and 161 deletions

View File

@ -30,7 +30,6 @@ class energyConversion
/**
reads a calibration file
\param fname file to be read
\param gain reference to the gain variable
@ -39,7 +38,6 @@ class energyConversion
static int readCalibrationFile(string fname, double &gain, double &offset);
/**
writes a calibration file
\param fname file to be written
\param gain
@ -68,7 +66,7 @@ class energyConversion
\sa ::sls_detector_module mythenDetector::writeSettingsFile(string, sls_detector_module)
*/
int writeSettingsFile(string fname, detectorType myDetectorType, sls_detector_module mod);
int writeSettingsFile(string fname, detectorType myDetectorType, sls_detector_module mod);
/** allocates the momery for a detector module structure
\param myDetectorType detector type (needed for number of channels, chips, dacs etc.)