mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 12:57:13 +02:00
no change
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@130 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
@ -766,9 +766,9 @@ int qDrawPlot::GetData(detectorData *data,int fIndex){
|
||||
memcpy(histYAxis[i],histYAxis[i-1],nPixelsX*sizeof(double));
|
||||
|
||||
//normal data
|
||||
if(resetPedestal)
|
||||
if(resetPedestal){
|
||||
memcpy(histYAxis[0],data->values,nPixelsX*sizeof(double));
|
||||
else{
|
||||
}else{cout<<"SHOULD NOT BE HERE!!!!!!!!!!!!!"<<endl;
|
||||
//start adding frames to get to the pedestal value
|
||||
if(pedestalCount<NUM_PEDESTAL_FRAMES){
|
||||
for(unsigned int px=0;px<nPixelsX;px++)
|
||||
|
Reference in New Issue
Block a user