issues
search
DragaDoncila
/
napari-sentinel-to-zarr
Writer plugin for napari to allow saving Sentinel tiffs out to ome-zarr
MIT License
2
stars
0
forks
source link
Movement of vertical bar is proportional to all timepoints
#28
Closed
DragaDoncila
closed
4 years ago
DragaDoncila
commented
4 years ago
We get 107 overall timepoints on the axis, but only 73 timepoints of interpolated images
Axis event only ever returns integer values
So we check every 3 steps on the axis, and divide the corresponding coordinate for the plot by (107/73)
Closes #18
Closes #18