mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-19 07:14:31 +01:00
added loadCalibrationfile and saving it
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@236 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@@ -491,6 +491,22 @@ typedef struct sharedSlsDetector {
|
||||
int saveSettingsFile(string fname, int imod=-1);
|
||||
|
||||
|
||||
/** loads the modules calibration data reading from a file
|
||||
\param fname file name . If not specified, extension is automatically generated!
|
||||
\param imod module number, -1 means all modules
|
||||
\returns OK or FAIL
|
||||
*/
|
||||
int loadCalibrationFile(string fname, int imod=-1);
|
||||
|
||||
|
||||
/** saves the modules calibration data writing to a file
|
||||
\param fname file name . Axtension is automatically generated!
|
||||
\param imod module number, -1 means all modules
|
||||
\returns OK or FAIL
|
||||
*/
|
||||
int saveCalibrationFile(string fname, int imod=-1);
|
||||
|
||||
|
||||
/**
|
||||
|
||||
reads an angular conversion file
|
||||
|
||||
Reference in New Issue
Block a user