Re: [micro-manager-general] Micro-Manager 2 scripting
Status: Beta
Brought to you by:
nicost
|
From: Chris W. <cwe...@ms...> - 2016-01-27 16:22:57
|
Hi Matthew, On Wed, Jan 27, 2016 at 5:04 AM, PEARSON Matthew < mat...@ig...> wrote: > Hi all, > > I was wondering what the equivalent method would be instead of > gui.closeAcquisitionWindow in Micro-Manager 2? Specifically, I'd like to > close the snap/live window. I'd also be interested if anyone has any > examples of working with datastores and display windows. > > Closing the Snap/Live window can be done via "mm.live().getDisplay().forceClosed()". µManager 2.0 has extensive documentation linked from its wiki page here: https://micro-manager.org/wiki/Version_2.0 In particular, there's a transition guide for users who are familiar with µManager 1.4's API: https://micro-manager.org/wiki/Version_2.0_API_Transition_Guide A list of some common tasks and how to accomplish them: https://micro-manager.org/wiki/Version_2.0_API_How_do_I A few scripts adapted from µManager 1.4 scripts here: https://github.com/micro-manager/micro-manager/tree/mm2/scripts And our Javadocs, which are the ultimate reference for the API: http://valelab.ucsf.edu/~MM/doc-2.0.0-beta/mmstudio/ I hope this helps! -Chris |