energy calibration is not needed anymore

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@31 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_maliakal_d 2012-08-17 10:37:06 +00:00
parent 92406bf6a8
commit 685e236828
2 changed files with 1 additions and 2 deletions

View File

@ -98,13 +98,13 @@ void UpdateFinished();
*/
void SetCurrentMeasurement(int val);
private slots:
/** Sets the timing mode
* @ param mode cane be None, Auto, Gated, Trigger Exposure Series,
* Trigger Frame, Trigger Readout, External Trigger Window
*/
void SetTimingMode(int mode);
private slots:
/** Set number of measurements
* @param num number of measurements to be set */
void setNumMeasurements(int num);

View File

@ -224,7 +224,6 @@ void qDetectorMain::Initialization(){
connect(tab_measurement, SIGNAL(CheckPlotIntervalSignal()), tab_plot,SLOT(SetFrequency()));
// Plot tab
connect(tab_plot, SIGNAL(DisableZoomSignal(bool)), this,SLOT(SetZoomToolTip(bool)));
connect(tab_plot, SIGNAL(ThresholdScanSignal(int)), tab_measurement,SLOT(SetTimingMode(int)));
// Actions tab
connect(tab_actions, SIGNAL(EnableScanBox(int,int)), tab_plot,SLOT(EnableScanBox(int,int)));
// Plotting