From ed654024b2d7e421cfb8ff2cc5453b63e3f7e589 Mon Sep 17 00:00:00 2001 From: Marcel Date: Wed, 18 Jul 2018 11:39:01 +0200 Subject: [PATCH] [update] reinstated check4rotated in autoPyLoT --- autoPyLoT.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoPyLoT.py b/autoPyLoT.py index 68ecbbd6..415fdbe7 100755 --- a/autoPyLoT.py +++ b/autoPyLoT.py @@ -289,7 +289,7 @@ def autoPyLoT(input_dict=None, parameter=None, inputfile=None, fnames=None, even corr_dat = None if metadata: # rotate stations to ZNE - # wfdat = check4rotated(wfdat, metadata) # MP MP TEMPORARILY DISABLED !!!!!!!!!!! + wfdat = check4rotated(wfdat, metadata) if locflag: print("Restitute data ...") corr_dat = restitute_data(wfdat.copy(), metadata, ncores=ncores)