git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@164 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
bergamaschi
2012-03-26 08:46:45 +00:00
parent 2463c9841c
commit 002444fd57
3 changed files with 516 additions and 355 deletions

View File

@ -380,7 +380,7 @@ class slsDetectorUtils : public slsDetectorBase {
virtual int writeAngularConversion(const char *fname)=0;
virtual int writeAngularConversion(string fname)=0;
/**
set bad channels correction
@ -820,6 +820,20 @@ s
*/
void *processData(int delflag);
/** processes the data
\param delflag 0 leaves the data in the final data queue
\returns nothing
*/
void processFrame(int* myData, int delflag);
/** processes the data
\param delflag 0 leaves the data in the final data queue
\returns nothing
*/
void doProcessing(float* myData, int delflag);
virtual float* convertAngles(float pos)=0;
virtual int setThresholdEnergy(int, int im=-1, detectorSettings isettings=GET_SETTINGS)=0;
virtual float setDAC(float, dacIndex, int im=-1)=0;