Commit Graph

5928 Commits

Author SHA1 Message Date
Jostein Bø Fløystad 676ba5a07e unwrap: rename cython functions. 2013-11-22 10:42:29 +01:00
Jostein Bø Fløystad e8fa4998ad unwrap: Whitespace fixes and comment removal. 2013-11-22 10:42:29 +01:00
Jostein Bø Fløystad 12268ff555 unwrap: Refactor and fix wrap around functionality. 2013-11-22 10:42:29 +01:00
Jostein Bø Fløystad 6dbe6965e6 unwrap: Test wrap_around functionality.
This test is currently failing. Most likely, the axes are swapped.
2013-11-22 10:42:29 +01:00
Jostein Bø Fløystad 0e8be31ba6 unwrap: Simplify handling of masked arrays. 2013-11-22 10:42:29 +01:00
Jostein Bø Fløystad ac330662b9 unwrap: Remove unused imports 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 54865ecb23 unwrap: reformat references 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad ebef821a70 unwrap: Add citation for 3D. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 0e56ee9577 unwrap: Remove plotting code. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 8a81624ba8 unwrap: Format references correctly. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 2f784366b7 unwrap: Correct use of relative imports. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad a2a6f8d4b5 unwrap: Use relative imports 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 5bfbd7cdad Add example for phase unwrapping. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 37f36cd98b unwrap: Add docstring. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 26138fbeb6 unwrap: Refactor to skimage-style variable names. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad b29dd83eea unwrap: Refactor wrap_around argument. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 933e2c77f3 unwrap: Add unfinished docstrings.
Conflicts:
	skimage/exposure/unwrap.py
2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad f67b03643a unwrap: Fix whitespace in c code. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad e72e5de06e unwrap: Move imports to module level. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad d2fb06fa3b unwrap: Whitespace fixes. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad e780bd7a5a unwrap: refactor tests.
Update imports to skimage
Use simple test functions, do not wrap in a class
Whitespace fixes
2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 05419e49c4 Make unwrap visible in the exposure package. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 0df05f6048 unwrap: Use new imports in python module. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 011ea024c9 unwrap: Add setup script to build extensions. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 3bd60446a2 unwrap: Rename cython files to skimage conventions. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 4c84106b26 unwrap: Remove executable bit. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 4aa1bfb0ba unwrap: Delete old setup script. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 5692989a11 unwrap: Move files to skimage directory tree. 2013-11-22 10:42:28 +01:00
Gregor Thalhammer aef6d7dc76 unwrap: add unwrap.py to python modules in setup.py 2013-11-22 10:42:28 +01:00
Gregor Thalhammer 6ba69a3167 unwrap: added numpy test cases 2013-11-22 10:42:28 +01:00
cgohlke b614206a80 unwrap: Fix unicode 2013-11-22 10:42:28 +01:00
cgohlke 73b03953a8 unwrap: Fix crash on Windows 2013-11-22 10:42:27 +01:00
cgohlke 22f23c22fd unwrap: Fix crash on Windows 2013-11-22 10:42:27 +01:00
cgohlke 0231f72c96 unwrap: Fix crash on Windows 2013-11-22 10:42:27 +01:00
cgohlke c88bbf9891 unwrap: Fix crash on Windows 2013-11-22 10:42:27 +01:00
Gregor Thalhammer abb283fdf9 unwrap: made it compile with MSVC (but crashes), still ok with gcc 2013-11-22 10:42:27 +01:00
Gregor Thalhammer 2cbdef4bb2 unwrap: 3d tested ok 2013-11-22 10:42:27 +01:00
Gregor Thalhammer 96c293ca85 unwrap: unified 2d-3d interface, 2d tested ok, 2013-11-22 10:42:27 +01:00
Gregor Thalhammer 1b3b6985f1 unwrap: added 3D unwrapping (untested) 2013-11-22 10:42:27 +01:00
Gregor Thalhammer cf04965d21 unwrap: removed use of global variables 2013-11-22 10:42:27 +01:00
Gregor Thalhammer 3d4fb9559c unwrap: moved pure python code from unwrap2D.pyx to unwrap.py, allocate output array in pure python 2013-11-22 10:42:27 +01:00
Gregor Thalhammer c61ae90a4d unwrap: added original 3D unwrapped code 2013-11-22 10:42:27 +01:00
Gregor Thalhammer 0682b0ed52 unwrap: accept (and return if given) an masked array as input argument 2013-11-22 10:42:27 +01:00
Gregor Thalhammer 91a621b646 unwrap: variable renaming 2013-11-22 10:42:27 +01:00
Gregor Thalhammer adb9344828 unwrap: changed mask values to numpy.ma convention 2013-11-22 10:42:27 +01:00
Gregor Thalhammer c6c2d78b3b unwrap: implemented wrap_around arguments 2013-11-22 10:42:27 +01:00
Gregor Thalhammer 6f40c95c08 unwrap: moved global variables (wrap_around) to params struct 2013-11-22 10:42:27 +01:00
Gregor Thalhammer a660ccc727 unwrap: compiles ok 2013-11-22 10:42:27 +01:00
Gregor Thalhammer c5681dd85e unwrap: cleanups 2013-11-22 10:42:27 +01:00
Gregor Thalhammer 9c58dd5d0b unwrap: compiles, test passes 2013-11-22 10:42:27 +01:00