Skip to content
Snippets Groups Projects
Commit 5681141c authored by Peter Lünenschloß's avatar Peter Lünenschloß
Browse files

doc correct

parent 3035e92c
No related branches found
No related tags found
3 merge requests!193Release 1.4,!188Release 1.4,!49Dataprocessing features
Pipeline #4950 passed with stage
in 6 minutes and 37 seconds
......@@ -591,15 +591,15 @@ def proc_seefoExpDriftCorrecture(data, field, flagger, maint_data, cal_mean=5, f
For every datachunk in between maintenance events.
After having found the optimal parameter c*, the correction is performed by bending the fitted curve M_drift(t, c*),
in a way that, it matches y2 at t=1 (with y2 being the mean value observed directly after the end of the next
maintenance event.).
in a way that it matches y2 at t=1 (,with y2 being the mean value observed directly after the end of the next
maintenance event).
This bended curve is given by:
M_shift(t, c*) = M(t, y0, [(y1 - y0)/(exp(c*) - )], c*)
And the new values are computed via:
And the new values at t are computed via:
new_vals = old_vals(t) + M_shift(t) - M_drift(t)
new_vals(t) = old_vals(t) + M_shift(t) - M_drift(t)
Parameters
----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment