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
When manipulating the pixel size, we use the value directly from the metadata: 0.2047619. This has a far higher precision than can really be achieved at the microscope + is a lot to type every time.
When manipulating the pixel size, we use the value directly from the metadata:
0.2047619. This has a far higher precision than can really be achieved at the microscope + is a lot to type every time.We could set it to
0.205throughout instead.