Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
graintracking
DCT
Commits
405cb766
Commit
405cb766
authored
Dec 17, 2021
by
Joao P C Bertoldo
Browse files
correct bug in difspot db compatible post init
parent
eae08da8
Changes
1
Hide whitespace changes
Inline
Side-by-side
zUtil_Python/pydct/pydct/segment/segment3d.py
View file @
405cb766
...
@@ -903,6 +903,9 @@ class DifSpotDBCompatible(DifSpot):
...
@@ -903,6 +903,9 @@ class DifSpotDBCompatible(DifSpot):
# ExtEndImage: int
# ExtEndImage: int
def
__post_init__
(
self
):
def
__post_init__
(
self
):
super
().
__post_init__
()
# indexes in matlab notation
# indexes in matlab notation
# the '-1' here are just to compensate the '+1' from the matlab notation
# the '-1' here are just to compensate the '+1' from the matlab notation
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment