unwrap: moved pure python code from unwrap2D.pyx to unwrap.py, allocate output array in pure python

This commit is contained in:
Gregor Thalhammer
2013-11-22 10:42:27 +01:00
committed by Jostein Bø Fløystad
parent c61ae90a4d
commit 3d4fb9559c
4 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
from numpy.testing import *
from unwrap2D import unwrap2D
from unwrap import unwrap2D
import numpy as np
from numpy import outer, arange, ones, abs, empty, power, indices