gerlichlab / looptrace-napari

A `napari` plugin to facilitate interactive viewing of looptrace results
MIT License
1 stars 0 forks source link

May want to resize points based on ROI image size #3

Open vreuter opened 8 months ago

vreuter commented 8 months ago

Testing has been done on images of (8, 16, 16) = (z, y, x), and with a point size of 0.5 (or 1 at most). Most likely, we'll want to make the point size (and text size) dynamic and based on the ROI image size. To do so, we'll need to pass that information somehow along from the Scala program to the disk representation of the points data and adapt this plugin accordingly, or somehow use napari machinery to get the size of the loaded spot ROI image at runtime.

vreuter commented 8 months ago

Related to resizing in #1 and #2