kreshuklab / plant-seg

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

allow the use of '-' and 'µm' as unit for voxel size #339

Closed AlexisMaizel closed 1 month ago

AlexisMaizel commented 1 month ago

plant-seg v2 only accepts 'um' as unit size when loading a TIFF file. Problem is that Fiji/ImageJ automatically transforms 'um' to 'µm'. Plantseg should also accept µ (U+00B5) and if possible also '-' Many thanks in advance.

qin-yu commented 1 month ago

I see the problem now. I only allowed mu character but not micro sign

image