should work, but jungfrau needs debugging

This commit is contained in:
Dhanya Maliakal
2017-09-29 16:43:07 +02:00
parent 9bdb361d08
commit fa79a36089
2 changed files with 57 additions and 51 deletions

View File

@ -298,7 +298,7 @@ void GetStatistics(double &min, double &max, double &sum, double* array, int siz
/**
* Convert data from
*/
void toDoublePixelData(double* dest, char* source,int size, int databytes);
void toDoublePixelData(double* dest, char* source,int size, int databytes, double* gaindest = NULL);
private slots:
/** To update plot
@ -592,6 +592,7 @@ SlsQt2DPlotLayout* gainplot2D;
double* gainImageArray;
/** gain plot enable */
bool gainPlotEnable;
bool gainDataEnable;
signals:
void UpdatingPlotFinished();