[removed] check4gaps/doubled, plotting merged instead

This commit is contained in:
2018-04-19 16:51:29 +02:00
parent a876384338
commit 4d3b300e17
3 changed files with 23 additions and 8 deletions

View File

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