Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SaQC
Manage
Activity
Members
Labels
Plan
Issues
36
Issue boards
Milestones
Wiki
Code
Merge requests
8
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rdm-software
SaQC
Commits
5681141c
Commit
5681141c
authored
4 years ago
by
Peter Lünenschloß
Browse files
Options
Downloads
Patches
Plain Diff
doc correct
parent
3035e92c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!193
Release 1.4
,
!188
Release 1.4
,
!49
Dataprocessing features
Pipeline
#4950
passed with stage
Stage: test
in 6 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
saqc/funcs/proc_functions.py
+4
-4
4 additions, 4 deletions
saqc/funcs/proc_functions.py
with
4 additions
and
4 deletions
saqc/funcs/proc_functions.py
+
4
−
4
View file @
5681141c
...
...
@@ -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
----------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment