mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-22 17:47:59 +02:00
enableWriteToFile added
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@204 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -141,6 +141,7 @@ class slsDetectorUsers
|
||||
\returns 0 if disable (or file could not be read), >0 otherwise
|
||||
*/
|
||||
virtual int setFlatFieldCorrectionFile(string fname="")=0;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
@ -171,6 +172,10 @@ class slsDetectorUsers
|
||||
*/
|
||||
virtual int enableAngularConversion(int i=-1)=0;
|
||||
|
||||
/**Enable write file function included*/
|
||||
|
||||
virtual int enableWriteToFile(int i=-1)=0;
|
||||
|
||||
/**
|
||||
@short set positions for the acquisition
|
||||
\param nPos number of positions
|
||||
|
Reference in New Issue
Block a user