public interface SummaryMetadata
This class uses a Builder pattern. Please see https://micro-manager.org/wiki/Using_Builders for more information.
Modifier and Type | Interface and Description |
---|---|
static interface |
SummaryMetadata.Builder
Builder for SummaryMetadata.
|
static interface |
SummaryMetadata.SummaryMetadataBuilder
Deprecated.
- Use SummaryMetadata.Builder instead
|
Modifier and Type | Method and Description |
---|---|
SummaryMetadata.SummaryMetadataBuilder |
copy()
Deprecated.
- Use SummaryMetadata.Builder.copyBuilder instead
|
SummaryMetadata.Builder |
copyBuilder() |
java.lang.String[] |
getAxisOrder()
Deprecated.
- Use getOrdereddAxes() instead
|
java.lang.String |
getChannelGroup()
The config group that was used to switch between channels.
|
java.util.List<java.lang.String> |
getChannelNameList() |
java.lang.String[] |
getChannelNames()
Deprecated.
- Use getChannelNameList() instead
|
java.lang.String |
getComputerName()
The name of the computer the data was collected on.
|
java.lang.Double[] |
getCustomIntervalsMs()
Deprecated.
- Use double[] getCustomIntervalsMsArray() instead
|
double[] |
getCustomIntervalsMsArray() |
java.util.List<java.lang.Double> |
getCustomIntervalsMsList()
When using a variable amount of time between timepoints, this array has
the list of wait times.
|
java.lang.String |
getDirectory()
The directory the data was originally saved to.
|
java.lang.Integer |
getImageHeight()
ImageHeight in pixels.
|
java.lang.Integer |
getImageWidth()
ImageWidth in pixels.
|
Coords |
getIntendedDimensions()
The expected number of images along each axis that were to be collected.
|
java.lang.Boolean |
getKeepShutterOpenChannels()
For acquisitions with more than one channel, whether or not the shutter
was left open in between each channel.
|
java.lang.Boolean |
getKeepShutterOpenSlices()
For acquisitions with more than one Z slice, whether or not the shutter
was left open in between each slice.
|
java.lang.String |
getMetadataVersion()
The version of the metadata when the data was collected.
|
java.lang.String |
getMicroManagerVersion()
The version of Micro-Manager used to collect the data.
|
java.util.List<java.lang.String> |
getOrderedAxes()
The order in which axes changed when adding images to the dataset.
|
java.lang.String |
getPrefix()
The user-supplied portion of the filename, plus any additional numerical
identifier needed to ensure uniqueness.
|
java.lang.String |
getProfileName()
The name of the Micro-Manager profile used to collect this data.
|
java.lang.String |
getSafeChannelName(int index)
Retrieve the name of the specified channel.
|
SequenceSettings |
getSequenceSettings()
Settings that define the Multi-Dimensional Acquisition specified by the user
to acquire this data set.
|
java.util.List<MultiStagePosition> |
getStagePositionList()
The stage positions that were to be visited in the acquisition.
|
MultiStagePosition[] |
getStagePositions()
Deprecated.
- Use getStagePositionList() instead
|
java.lang.String |
getStartDate()
The date and time at which the acquisition started.
|
PropertyMap |
getUserData()
Any general-purpose user meta data.
|
java.lang.String |
getUserName()
The signed-in user of the machine that collected this data.
|
java.lang.Double |
getWaitInterval()
Amount of time to wait between timepoints.
|
java.lang.Double |
getZStepUm()
Distance between slices in a volume of data, in microns.
|
SummaryMetadata.Builder copyBuilder()
@Deprecated SummaryMetadata.SummaryMetadataBuilder copy()
java.lang.String getPrefix()
java.lang.String getUserName()
java.lang.String getProfileName()
java.lang.String getMicroManagerVersion()
java.lang.String getMetadataVersion()
java.lang.String getComputerName()
java.lang.String getDirectory()
java.lang.String getChannelGroup()
java.util.List<java.lang.String> getChannelNameList()
@Deprecated java.lang.String[] getChannelNames()
java.lang.String getSafeChannelName(int index)
index
- Channel index to get the name for.java.lang.Double getZStepUm()
java.lang.Double getWaitInterval()
java.util.List<java.lang.Double> getCustomIntervalsMsList()
double[] getCustomIntervalsMsArray()
@Deprecated java.lang.Double[] getCustomIntervalsMs()
java.util.List<java.lang.String> getOrderedAxes()
@Deprecated java.lang.String[] getAxisOrder()
Coords getIntendedDimensions()
java.lang.Boolean getKeepShutterOpenSlices()
java.lang.Boolean getKeepShutterOpenChannels()
java.lang.String getStartDate()
java.util.List<MultiStagePosition> getStagePositionList()
@Deprecated MultiStagePosition[] getStagePositions()
PropertyMap getUserData()
SequenceSettings getSequenceSettings()
java.lang.Integer getImageWidth()
java.lang.Integer getImageHeight()