add logger sampling

This commit is contained in:
Roman Zeyde
2014-07-05 12:28:09 +03:00
parent db5908d63f
commit 1534e13bd6

View File

@@ -1,4 +1,7 @@
import numpy as np
import logging
log = logging.getLogger(__name__)
class Interpolator(object):
def __init__(self, resolution=10000, width=128):