Re: [micro-manager-general] Camera transpose correction
Status: Beta
Brought to you by:
nicost
|
From: Nico S. <nic...@uc...> - 2020-04-23 22:05:57
|
Hi Pavak, > Are the camera transpose correction properties ignored in 2.0g or have > I missed a key step in enabling them? Setting TransposeCorrection, > MirrorX, Mirror, or TransposeXY has no effect on the images. Those properties were formerly used to determine camera orientation with respect to the (XY) stage. They have been retired since (and possibly should be removed, but that can only be done once the C++ layers of MM 1.4 and 2.0 are no longer synchronized) in favor of affine transforms (to set those, make sure to go through pixel size configuration). As Nick mentioned, none of these affect the orientation of the image itself. The best thing for that is indeed the Image Flipper plugin. Come to think of it, it is an interesting idea to have the Image Flipper read the current affine transform. Doing an actual affine transform would be best, but that most often changes the image size with all kinds of nasty consequences. Best, Nico |