new file defaults.py written to provide default value if no user configuration file is available
This commit is contained in:
parent
d0b3f0ee5d
commit
84f3a29a86
14
pylot/core/util/defaults.py
Normal file
14
pylot/core/util/defaults.py
Normal file
@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Created on Wed Feb 26 12:31:25 2014
|
||||
|
||||
@author: sebastianw
|
||||
"""
|
||||
|
||||
FILTERDEFAULTS = {'P': {'filtertype': None,
|
||||
'order': None,
|
||||
'freq': None},
|
||||
'S': {'filtertype': 'bandpass',
|
||||
'order': '4',
|
||||
'freq': [.5, 5]}}
|
Loading…
Reference in New Issue
Block a user