WilhelmusLab / IceFloeTracker.jl

Julia package for ice floe tracker
https://wilhelmuslab.github.io/IceFloeTracker.jl/
MIT License
1 stars 2 forks source link

Suppress kmeans output #305

Closed cpaniaguam closed 1 year ago

cpaniaguam commented 1 year ago

Although it could be useful during interactive/development work, output from kmeans is not very meaningful in the context of running a data processing pipeline. This can be solve by changing the display option to :none.

https://github.com/WilhelmusLab/IceFloeTracker.jl/blob/6176fb1224f7f95a5683312357d0064b27eedacd/src/segmentation_a_direct.jl#L21