Interface | Description |
---|---|
AcquisitionDialogPlugin |
This plugin type allows you to override the Multi-Dimensional Acquisition
dialog used to perform data acquisition.
|
AcquisitionEngine |
The original Acquisition engine interface.
|
IAcquisitionEngine2010 |
This interface is implemented by AcquisitionEngine2010 (generated by
the clojure code in micromanager/acqEngine).
|
Class | Description |
---|---|
AcquisitionSelector |
This class provides a JButton that accesses the acquisition dialog -- or,
if there is more than one such dialog available, provides a popup menu
of dialogs to choose from.
|
AcquisitionSleepEvent |
This class signals that the acquisition engine is sleeping.
|
AcquisitionWrapperEngine | |
DefaultAcquisitionEndedEvent |
This event signifies that an acquisition has been ended.
|
DefaultAcquisitionManager |
TODO: this class still depends on MMStudio for access to its cache.
|
DefaultAcquisitionStartedEvent |
* This implementation of this event is posted on the Studio event bus,
* so subscribe to this event using
EventManager . |
DefaultMDAPlugin |
This built-in plugin provides access to our standard MDA dialog.
|
DefaultTaggedImageSink |
This object spawns a new thread that receives images from the acquisition
engine and runs them through a Pipeline to the Datastore.
|
MMAcquisition |
This class is used to execute most of the acquisition and image display
functionality in the ScriptInterface.
|
TaggedImageQueue |