You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main goal of this task is to consider and implement alternatives that may be more ergonomic. For example, one alternative may be to change the name and only allow specification of a scalar:
p.video[0].storage.settings.microns_per_pixel=0.5
Or we could think more about future support for camera transform parameters and make this consistent with those ideas.
The text was updated successfully, but these errors were encountered:
In acquire-project/cpx#110, we added a Python API to control pixel size/scale in the zarr storage device. After that PR, you can do something like
to specify the (y, x) pixel sizes in microns.
The main goal of this task is to consider and implement alternatives that may be more ergonomic. For example, one alternative may be to change the name and only allow specification of a scalar:
Or we could think more about future support for camera transform parameters and make this consistent with those ideas.
The text was updated successfully, but these errors were encountered: