mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 21:37:13 +02:00
File_IO added
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@207 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
#include "postProcessing.h"
|
||||
#include "usersFunctions.h"
|
||||
#include "angularConversion.h"
|
||||
//#include "angularConversion.h"
|
||||
|
||||
//#include "AngularConversion_Standalone.h"
|
||||
|
||||
postProcessing::postProcessing(){
|
||||
pthread_mutex_t mp1 = PTHREAD_MUTEX_INITIALIZER;
|
||||
@ -13,6 +14,7 @@ postProcessing::postProcessing(){
|
||||
dataReady = 0;
|
||||
pCallbackArg = 0;
|
||||
registerDataCallback(&defaultDataReadyFunc, NULL);
|
||||
//tregisterCallBackGetChansPerMod(&defaultGetChansPerMod,NULL);
|
||||
//cout << "done "<< endl;
|
||||
angConv=new angularConversion(numberOfPositions,detPositions,binSize, fineOffset, globalOffset);
|
||||
}
|
||||
|
Reference in New Issue
Block a user