Package | Description |
---|---|
org.micromanager.acquisition |
This package contains classes for acquiring data and accessing Micro-
Manager's Acquisition Engine.
|
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<ChannelSpec> |
SequenceSettings.channels
Deprecated.
use Builder and channels() instead
|
Modifier and Type | Method and Description |
---|---|
ChannelSpec |
ChannelSpec.Builder.build() |
static ChannelSpec |
ChannelSpec.fromJSONStream(java.lang.String stream)
De-serialize from JSON encoded string.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<ChannelSpec> |
SequenceSettings.channels()
List with channel definitions to be used in the acquisition.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ChannelSpec.toJSONStream(ChannelSpec cs)
Serialize to JSON encoded string.
|
Modifier and Type | Method and Description |
---|---|
SequenceSettings.Builder |
SequenceSettings.Builder.channels(java.util.ArrayList<ChannelSpec> c)
Sets the ChannelSpecs to be used in this builder.
|