ImagingMode

public enum ImagingMode

Possible ways for the plugin to grab images from micromanager.

Author:Marcel Stefko

Enum Constants

GRAB_FROM_CORE

public static final ImagingMode GRAB_FROM_CORE

Query directly the MMCore getLastImage() method.

LIVE

public static final ImagingMode LIVE

Get images from the Datastore associated with live() mode.

NEXT_ACQUISITION

public static final ImagingMode NEXT_ACQUISITION

Get images from the Datastore which is associated with the next acquisition that will be started.