Skip to content

Commit 282a2c8

Browse files
committed
FIX: removed discrete as an ImageIntegrationMethods, because it is not working for phase unwrapping
1 parent 379d7ac commit 282a2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyxalign/api/enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ class ImageGradientMethods(StrEnum):
9797

9898
class ImageIntegrationMethods(StrEnum):
9999
FOURIER = auto()
100-
DISCRETE = auto()
101100
DECONVOLUTION = auto()
101+
# DISCRETE = auto()

0 commit comments

Comments
 (0)