| 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 | 
|---|---|
Pipeline | 
DataManager.copyApplicationPipeline(Datastore store,
                       boolean isSynchronous)
Create a copy of the current application Pipeline as configured in the
 "Data Processing Pipeline" window. 
 | 
Pipeline | 
DataManager.copyLivePipeline(Datastore store,
                boolean isSynchronous)
Create a copy of the current Live Pipeline as configured in the
 "Data Processing Pipeline" window. 
 | 
Pipeline | 
DataManager.createPipeline(java.util.List<ProcessorFactory> factories,
              Datastore store,
              boolean isSynchronous)
Create a new Pipeline using the provided list of ProcessorFactories. 
 |