nicost / micro-manager

Microscope control and image acquisition integrated with ImageJ.
http://www.micro-manager.org
16 stars 11 forks source link

PicardStage: homing for Z stage and consistent busy behaviour #86

Closed MarelliF closed 4 years ago

MarelliF commented 4 years ago

Hello,

I slightly modified the PicardStage DeviceAdapter so that the CMMCore.home() function can be used to home the Z stage, with a behaviour identical to the XY stage. I also changed the busy() function of the XY stage so that it is now considered busy when the stage is homing (thus having a behaviour consistent with the Z stage).

I compiled it and tested it successfully on my machine.

Best regards, François Marelli

nicost commented 4 years ago

Merged into svn, commit #17235. Propagated to ViewerPlusCV branch by cherry-picking