adding new package containing picking relevant data types

This commit is contained in:
2014-10-27 12:16:14 +01:00
parent 4f440d282d
commit 185b308166
4 changed files with 29 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
#
+7
View File
@@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
"""
Created on Thu Oct 2 18:41:18 2014
@author: sebastianw
"""
+7
View File
@@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
"""
Created on Thu Oct 2 18:41:08 2014
@author: sebastianw
"""
+14
View File
@@ -0,0 +1,14 @@
# -*- coding: utf-8 -*-
"""
Created on Thu Oct 2 18:40:55 2014
@author: sebastianw
"""
from obspy.core.event import Pick
class ReferencePick(Pick):
def __init__(self):
Pick.__init__()