You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for (T_real r : itr.second->energy_ratio_multipliers())
1105
+
{
1106
+
out_stream << "," << r;
1107
+
}
1108
+
out_stream << "\n";
1109
+
break;
1110
+
}
1111
+
}
1112
+
}
1112
1113
1113
1114
out_stream << " the parameter adds the escape peaks (offset) to the fit if larger than 0. You should not enable Si and Ge at the same time, ie, one of these two values should be zero\n";
1114
1115
if (params_override->fit_params.contains(STR_SI_ESCAPE) && params_override->fit_params.value(STR_SI_ESCAPE) > 0.0)
0 commit comments