ImagingMode =========== .. java:package:: ch.epfl.leb.alica :noindex: .. java:type:: public enum ImagingMode Possible ways for the plugin to grab images from micromanager. :author: Marcel Stefko Enum Constants -------------- GRAB_FROM_CORE ^^^^^^^^^^^^^^ .. java:field:: public static final ImagingMode GRAB_FROM_CORE :outertype: ImagingMode Query directly the MMCore getLastImage() method. LIVE ^^^^ .. java:field:: public static final ImagingMode LIVE :outertype: ImagingMode Get images from the Datastore associated with live() mode. NEXT_ACQUISITION ^^^^^^^^^^^^^^^^ .. java:field:: public static final ImagingMode NEXT_ACQUISITION :outertype: ImagingMode Get images from the Datastore which is associated with the next acquisition that will be started.