You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2026. It is now read-only.
I discovered the ascent/descent dive phases were flipped due to my forgetting the dive data were in positive values of depth (i.e. 5m not -5m). I made a hackfix for this when the output data from the glide identification were compiled, so as to not have to process the data again.
This should be fixed in glideid.py and then in smartmove/visuals/utils.py/compile_exp_data().
I discovered the ascent/descent dive phases were flipped due to my forgetting the dive data were in positive values of depth (i.e.
5mnot-5m). I made a hackfix for this when the output data from the glide identification were compiled, so as to not have to process the data again.This should be fixed in
glideid.pyand then insmartmove/visuals/utils.py/compile_exp_data().