[bugfix] various, pick delete/plot behaviour

This commit is contained in:
2018-07-18 14:12:59 +02:00
parent 12082cb2a9
commit 90e26cbd8f
7 changed files with 28 additions and 20 deletions

View File

@@ -405,7 +405,7 @@ class Data(object):
# various pre-processing steps:
# remove possible underscores in station names
self.wfdata = remove_underscores(self.wfdata)
#self.wfdata = remove_underscores(self.wfdata)
# check for stations with rotated components
if checkRotated and metadata is not None:
self.wfdata = check4rotated(self.wfdata, metadata, verbosity=0)