adding new package containing picking relevant data types

This commit is contained in:
Sebastian Wehling-Benatelli 2014-10-27 12:15:53 +01:00
parent 4f440d282d
commit 185b308166
4 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1 @@
#

View File

@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
"""
Created on Thu Oct 2 18:41:18 2014
@author: sebastianw
"""

View File

@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
"""
Created on Thu Oct 2 18:41:08 2014
@author: sebastianw
"""

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__()