Closed talonchandler closed 1 year ago
tagging @ieivanov
There is a fix for this - currently we are using a DA Z Stage device adapter to covert between DAC voltage and stage position. The conversion factor is 1, such that 1V = 1 um. We can change that such that we use the correct scaling factor and then enter the scan parameters in um rather than voltage.
Will transfer this issue to the mantis repo.
Mantis acquisitions save
z-step_um = 0.01
(10 nm!?) to the micromanager metadata, which gets passed to the converted .zarr files.@edyoshikun pointed me to the conversion factors that live in a comment in the acquisition .yml files:
@edyoshikun also mentioned that he thinks this is a micromanager peculiarity wrt how we're driving the stage with a voltage.
Are there better ways handle this field? If we're stuck with passing voltages to
z-step_um
, then maybe we should pass the conversion factor as well?This is not a blocker.