issues
search
BenthicSubstrateMapping
/
PyHum
Python code to read, display, export and analyse Humminbird sidescan sonar data
Other
68
stars
28
forks
source link
_pyhum_read bed picking changes
#74
Open
iannesbitt
opened
3 years ago
iannesbitt
commented
3 years ago
This PR contains a couple of changes:
KDTree requires a ndarray, not a list as given previously (this was causing an error on a fresh installation)
Bed picking prompts are moved to the correct places in sequence to avoid delays due to imread
Timeouts are removed in favor of closing the window or a center mouse click
Terminal will contain some instructions regarding the previous bullet
This PR contains a couple of changes: