new module: make selection of either data structure easier
This commit is contained in:
parent
23fa136dc5
commit
dbd53024b2
11
pylot/core/util/structure.py
Normal file
11
pylot/core/util/structure.py
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
"""
|
||||||
|
Created on Wed Jan 26 17:47:25 2015
|
||||||
|
|
||||||
|
@author: sebastianw
|
||||||
|
"""
|
||||||
|
|
||||||
|
from pylot.core.read import SeiscompDataStructure, PilotDataStructure
|
||||||
|
|
||||||
|
DATASTRUCTURE = {'PILOT':PilotDataStructure, 'SeisComP':SeiscompDataStructure}
|
Loading…
Reference in New Issue
Block a user