mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-19 04:49:26 +01:00
fixed the problem with multiple frame scan, frame index and file index included in gui
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@344 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@@ -114,10 +114,10 @@ void postProcessing::processFrame(int *myData, int delflag) {
|
||||
cout << "writing raw data " << endl;
|
||||
|
||||
#endif
|
||||
if (getDetectorsType()==MYTHEN){cout<<"gonna write datafile"<<endl;
|
||||
if (getDetectorsType()==MYTHEN){
|
||||
// if (fdata) {
|
||||
//uses static function?!?!?!?
|
||||
writeDataFile (fname+string(".raw"),fdata, NULL, NULL, 'i');cout<<"finished writing datafile"<<endl;
|
||||
writeDataFile (fname+string(".raw"),fdata, NULL, NULL, 'i');
|
||||
} else {
|
||||
writeDataFile ((void*)myData, frameIndex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user