NPIOcean / kval

Tools for analysis and processing of ocean data in Python.
MIT License
2 stars 0 forks source link

fix CTD despiking #8

Closed thinf closed 4 months ago

thinf commented 4 months ago

Need to get back data selection cursor after zooming and panning in manual ctd-despiking function.

oyvfoss commented 4 months ago

Thanks. The cursor can be regained by clicking the zoom/move icon again - I see how that is confusing if you don't already know.

I added the following text to the displayed plot: Click icons on right side of the plot to zoom/move/save (click again to regain cursor).

(Changes made in data.ship.ctd_tools_._ctd_edit -> hand_remove_points)