OSOceanAcoustics / echoshader

Interactive visualization of ocean sonar data
https://echoshader.readthedocs.io
MIT License
9 stars 8 forks source link

Feature stats #130

Closed ldr426 closed 12 months ago

ldr426 commented 12 months ago

This is a PR about stats functions:

  1. For get_stats.py : plot_side_hist is reserved and opsional functions, not related to core business. plot_hist and plot_table return relative holoview object based on MVBS parameter.
  2. For ehocgram.py:
    • histogram plots histogram with two modes optional, overlay and layout. There are 2 control widgets are bond to this function: bin_size_input and overlay_layout_toggle to tune bins and toggle mode. The plot is updated automatically without update button.
    • table plots stats info with N+1 columns (sum + n channels). The plot is also updated automatically without update button
  3. Build extract_data_from_track_box in echogram.py and get_track_corners in get_map.py to reduce code redundancy.
review-notebook-app[bot] commented 12 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB