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

addded missing parameters i shift

parent 53dc8d6d
No related branches found
No related tags found
3 merge requests!193Release 1.4,!188Release 1.4,!49Dataprocessing features
Pipeline #4416 failed with stage
in 8 minutes and 59 seconds
......@@ -145,7 +145,7 @@ def proc_resample(data, field, flagger, freq, func=np.mean, max_invalid_total_d=
@register
def proc_shift(data, field, flagger, freq, drop_flags=None, empty_intervals_flag=None):
def proc_shift(data, field, flagger, freq, method, drop_flags=None, empty_intervals_flag=None, **kwargs):
# Note: all data nans get excluded defaultly from shifting. I drop_flags is None - all BAD flagged values get
# excluded as well.
data = data.copy()
......
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