[bugfix] wrong if cause in for loop in read_eventfile_info

[add] function to remove events from project
This commit is contained in:
2017-07-18 15:27:52 +02:00
parent 37875d5c87
commit 60594c97cf
3 changed files with 39 additions and 21 deletions

View File

@@ -1 +1 @@
dbb3-dirty
3787-dirty

View File

@@ -5,7 +5,7 @@ import os
from obspy import UTCDateTime
from obspy.core.event import Event as ObsPyEvent
from obspy.core.event import Origin, Magnitude, ResourceIdentifier
from obspy.core.event import Origin, ResourceIdentifier
from pylot.core.io.phases import picks_from_picksdict