picks.py deleted new classes are not needed; ~obspy.core.event.Pick
object used instead
This commit is contained in:
parent
bec1ee1716
commit
b07f1b5b78
@ -1,26 +0,0 @@
|
||||
# -*- 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__()
|
||||
|
||||
|
||||
class ConventionalPick(Pick):
|
||||
|
||||
def __init__(self):
|
||||
Pick.__init__()
|
||||
|
||||
|
||||
class AutomaticPick(Pick):
|
||||
|
||||
def __init__(self):
|
||||
Pick.__init__()
|
Loading…
Reference in New Issue
Block a user