czbiohub-sf / shrimPy

shrimPy: Smart High-throughput Robust Imaging & Measurement in Python
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

Switch LS SliceSettings units to micrometers #82

Closed ieivanov closed 1 year ago

ieivanov commented 1 year ago

This PR switches the LS SliceSettings units from Volts to micrometers and adds a check that you are not using a config file with the old units (by checking that z_step is not smaller than 0.1 um)

Goes along with https://github.com/czbiohub-sf/CompMicro_MMConfigs/pull/6

Fixes #58