Smallish changes?

This commit is contained in:
bergamaschi 2015-03-06 10:44:07 +01:00
parent 9b8325bd37
commit b091b7e1a9
2 changed files with 2 additions and 1 deletions

View File

@ -197,7 +197,7 @@ private:
/** Trimming mode */
slsDetectorDefs::trimMode trimmingMode;
static const int TRIMMING_DYNAMIC_RANGE = 24;
static const int TRIMMING_DYNAMIC_RANGE = 32;
static const int TRIMMING_FRAME_NUMBER = 1;
static const int TRIMMING_TRIGGER_NUMBER = 1;
static const int TRIMMING_PROBE_NUMBER = 0;

View File

@ -58,6 +58,7 @@ qDetectorMain::qDetectorMain(int argc, char **argv, QApplication *app, QWidget *
if(!strcasecmp(argv[iarg],"-help")){
cout << "Possible Arguments are:" << endl;
cout << "-help \t\t : \t This help" << endl;
cout << "-config fname \t : \t specifies the configuration flie name to be used" << endl;
cout << "-developer \t : \t Enables the developer tab" << endl;
cout << "-id i \t\t : \t Sets the multi detector id to i (the default is 0). "
"Required only when more than one multi detector object is needed." << endl;