kreshuklab / plant-seg

A tool for cell instance aware segmentation in densely packed 3D volumetric images
https://kreshuklab.github.io/plant-seg/
MIT License
88 stars 31 forks source link

Napari GUI: Fix voxel size precision, font size, and rearrange widgets #227

Closed qin-yu closed 4 months ago

qin-yu commented 4 months ago
  1. Fix #226: Previously, the voxel size was limited to two decimal places, which usually allowed for 1 or 2 significant figures. It now has 5 decimal places, which should be accurate enough for most purposes.
  2. Fix #213: Previously, the sliders had a large label size that could not fully display the values. The font size has now been adjusted.
  3. Improve the fix for #218: The previous fix involved hiding all widgets and allowing users to choose one to display. Now, all widgets are shown at launch, and users can select one and hide the others.
  4. Rearrange widgets: Historically, the proofreading tools and I/O were considered "Main." However, as Napari-based PlantSeg has evolved, the tabs need to be rearranged.

image