@@ -510,7 +510,7 @@ void Visar::addVisar() {
510510 connect (ui_velocity->reflOffset , SIGNAL (valueChanged (double )), this , SLOT (updatePlot ()));
511511 connect (ui_velocity->jump , SIGNAL (valueChanged (int )), this , SLOT (updatePlot ()));
512512
513- connect (ui_velocity->physOrigin , SIGNAL (valueChanged (int )), this , SLOT (updatePlot ()));
513+ connect (ui_velocity->physOrigin , SIGNAL (valueChanged (double )), this , SLOT (updatePlot ()));
514514 connect (ui_velocity->offsetTime , SIGNAL (valueChanged (double )), this , SLOT (updatePlot ()));
515515 connect (ui_velocity->enableVisar , SIGNAL (released ()), this , SLOT (updatePlot ()));
516516 connect (ui_velocity->enableVisar , SIGNAL (released ()), this , SLOT (fillComboShot ()));
@@ -1887,7 +1887,7 @@ QString Visar::export_one(unsigned int k) {
18871887 if (k<numVisars) {
18881888 if (velocityUi[k]->enableVisar ->isChecked ()) {
18891889 out += " #VISAR " + QLocale ().toString (k+1 ) + " \n " ;
1890- out += QString (" #Offset shift : %L1 (%L2)\n " ).arg (velocityUi[k]->offsetShift ->value ()).arg (offsetShift );
1890+ out += QString (" #Offset shift : %L1 (%L2)\n " ).arg (velocityUi[k]->offsetShift ->value ()).arg (velocityUi[k]-> offset -> title () );
18911891 out += QString (" #Sensitivity : %L1\n " ).arg (settingsUi[k]->sensitivity ->value ());
18921892 out += QString (" #Slit : %L1\n " ).arg (settingsUi[k]->resolution ->value ());
18931893 out += QString (" #Interfr. & angle : %L1 %L2\n " ).arg (settingsUi[k]->interfringe ->value ()).arg (settingsUi[k]->angle ->value ());
0 commit comments