adding new package containing picking relevant data types
This commit is contained in:
parent
4f440d282d
commit
185b308166
1
pylot/core/pick/__init__.py
Normal file
1
pylot/core/pick/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
#
|
7
pylot/core/pick/automatic.py
Normal file
7
pylot/core/pick/automatic.py
Normal file
@ -0,0 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Created on Thu Oct 2 18:41:18 2014
|
||||
|
||||
@author: sebastianw
|
||||
"""
|
||||
|
7
pylot/core/pick/conventional.py
Normal file
7
pylot/core/pick/conventional.py
Normal file
@ -0,0 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Created on Thu Oct 2 18:41:08 2014
|
||||
|
||||
@author: sebastianw
|
||||
"""
|
||||
|
14
pylot/core/pick/reference.py
Normal file
14
pylot/core/pick/reference.py
Normal 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__()
|
Loading…
Reference in New Issue
Block a user