moved filereader to extra file

This commit is contained in:
2014-09-24 22:07:14 +02:00
parent 737be85ee1
commit ffc817f306
8 changed files with 5601 additions and 34 deletions

View File

@ -1,5 +1,5 @@
# -*- encoding: utf-8 -*-
from math import libyaff
import yafflib
__author__ = 'markusro'
@ -194,7 +194,7 @@ class Functions(QObject):
"static": (self.static_cmplx, 1),
"yaff": (self.yaff, 8)
}
self.YAFF = libyaff.Yaff()
self.YAFF = yafflib.Yaff()
def hn_cmplx( self, p, x ):
om = 2*np.pi*x