diff --git a/pylot/core/pick/__init__.py b/pylot/core/pick/__init__.py new file mode 100644 index 00000000..4287ca86 --- /dev/null +++ b/pylot/core/pick/__init__.py @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/pylot/core/pick/automatic.py b/pylot/core/pick/automatic.py new file mode 100644 index 00000000..60a5693a --- /dev/null +++ b/pylot/core/pick/automatic.py @@ -0,0 +1,7 @@ +# -*- coding: utf-8 -*- +""" +Created on Thu Oct 2 18:41:18 2014 + +@author: sebastianw +""" + diff --git a/pylot/core/pick/conventional.py b/pylot/core/pick/conventional.py new file mode 100644 index 00000000..388fab94 --- /dev/null +++ b/pylot/core/pick/conventional.py @@ -0,0 +1,7 @@ +# -*- coding: utf-8 -*- +""" +Created on Thu Oct 2 18:41:08 2014 + +@author: sebastianw +""" + diff --git a/pylot/core/pick/reference.py b/pylot/core/pick/reference.py new file mode 100644 index 00000000..8e49f229 --- /dev/null +++ b/pylot/core/pick/reference.py @@ -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__()