Package | Description |
---|---|
org.micromanager.data |
This package contains classes related to the storage and internal
representation of image data and metadata.
|
Modifier and Type | Method and Description |
---|---|
void |
Pipeline.insertImage(Image image)
Insert an Image into the Pipeline.
|
void |
Pipeline.insertSummaryMetadata(SummaryMetadata source)
Pass a SummaryMetadata through the Pipeline to be modified by the
Processors in it.
|