We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7abb834 + a83d3f2 commit c0b6507Copy full SHA for c0b6507
src/lqcut.jl
@@ -109,7 +109,7 @@ function lq_ctc_correction(
109
pol_fit_func = report_µ.f_fit
110
111
# property function for drift time correction
112
- lq_class_func = "$lq_e_corr_expression - " * join(["$(par[i]) * $dt_eff_expression^$(i-1)" for i in eachindex(par)], " - ")
+ lq_class_func = "$lq_e_corr_expression - " * join(["$(par[i]) * ($dt_eff_expression)^$(i-1)" for i in eachindex(par)], " - ")
113
lq_class_func_generic = "lq / e - (slope * qdrift / e + y_inter)"
114
115
# create result and report
0 commit comments