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

tn bf

parent 05efe10f
No related branches found
No related tags found
4 merge requests!193Release 1.4,!188Release 1.4,!49Dataprocessing features,!44Dataprocessing features
Pipeline #3573 passed with stage
in 7 minutes and 56 seconds
......@@ -8,7 +8,7 @@ from saqc.lib.ts_operators import interpolateNANs, validationTrafo
from saqc.lib.tools import composeFunction
@register()
def proc_interpolateMissing(data, field, method, inter_order=2, inter_limit=2, interpol_flag='UNFLAGGED',
def proc_interpolateMissing(data, field, flagger, method, inter_order=2, inter_limit=2, interpol_flag='UNFLAGGED',
downgrade_interpolation=False, return_chunk_bounds=False, **kwargs):
inter_data = interpolateNANs(data[field], method, order=inter_order, inter_limit=inter_limit,
......
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