CANDELbio / mantis-viewer

Electron-based multiplexed imaging viewer
Apache License 2.0
22 stars 7 forks source link

Choose segment features #51

Closed Glassonion closed 2 years ago

Glassonion commented 2 years ago

This PR implements a popup multi-selector to choose which segment features to calculate (instead of calculating all by default). Currently the user can choose mean, median, or both.

This triggers when "calculate features for project" is selected from the menu bar. Currently the picker does not run when "calculate features" is selected during the project import (can be added).

Glassonion commented 2 years ago

Updated to now trigger feature choice modal when using the "Calculate Segment Features" button in the plot pane

Glassonion commented 2 years ago

@rj3d Latest commit should fix the active vs. all image feature calculation