Package | Description |
---|---|
loci.formats |
Bio-Formats: a library for reading and writing popular microscopy file
formats.
|
loci.formats.gui |
Package containing Bio-Formats graphical user interface code.
|
loci.formats.in |
Package containing Bio-Formats file format readers.
|
loci.formats.meta |
Package containing core Bio-Formats metadata interfaces for the OME data model.
|
loci.formats.ome |
Package containing Bio-Formats OME-related logic for
OME-XML metadata, and database import, upload and download.
|
loci.formats.services | |
loci.plugins.util |
Utility classes and methods for the Bio-Formats plugins for ImageJ.
|
Modifier and Type | Field and Description |
---|---|
protected MetadataStore |
FormatReader.metadataStore
Current metadata store.
|
Modifier and Type | Method and Description |
---|---|
MetadataStore |
Memoizer.getMetadataStore() |
MetadataStore |
FileStitcher.getMetadataStore() |
MetadataStore |
ReaderWrapper.getMetadataStore() |
MetadataStore |
IFormatReader.getMetadataStore()
Retrieves the current metadata store for this reader.
|
MetadataStore |
ImageReader.getMetadataStore() |
MetadataStore |
FormatReader.getMetadataStore() |
protected MetadataStore |
FormatReader.makeFilterMetadata()
Return a properly configured loci.formats.meta.FilterMetadata.
|
Modifier and Type | Method and Description |
---|---|
static void |
MetadataTools.populateMetadata(MetadataStore store,
int series,
String imageName,
boolean littleEndian,
String dimensionOrder,
String pixelType,
int sizeX,
int sizeY,
int sizeZ,
int sizeC,
int sizeT,
int samplesPerPixel)
Populates the given
MetadataStore , for the specified series, using
the provided values. |
static void |
MetadataTools.populateMetadata(MetadataStore store,
int series,
String imageName,
CoreMetadata coreMeta)
Populates the given
MetadataStore , for the specified series, using
the values from the provided CoreMetadata . |
static void |
MetadataTools.populateMetadata(MetadataStore store,
String file,
int series,
String imageName,
boolean littleEndian,
String dimensionOrder,
String pixelType,
int sizeX,
int sizeY,
int sizeZ,
int sizeC,
int sizeT,
int samplesPerPixel)
Populates the given
MetadataStore , for the specified series, using
the provided values. |
static void |
MetadataTools.populatePixels(MetadataStore store,
IFormatReader r)
Populates the 'pixels' element of the given metadata store, using core
metadata from the given reader.
|
static void |
MetadataTools.populatePixels(MetadataStore store,
IFormatReader r,
boolean doPlane)
Populates the 'pixels' element of the given metadata store, using core
metadata from the given reader.
|
static void |
MetadataTools.populatePixels(MetadataStore store,
IFormatReader r,
boolean doPlane,
boolean doImageName)
Populates the 'pixels' element of the given metadata store, using core
metadata from the given reader.
|
static void |
MetadataTools.populatePixelsOnly(MetadataStore store,
IFormatReader r) |
static void |
MetadataTools.populatePixelsOnly(MetadataStore store,
int series,
boolean littleEndian,
String dimensionOrder,
String pixelType,
int sizeX,
int sizeY,
int sizeZ,
int sizeC,
int sizeT,
int samplesPerPixel) |
static void |
MetadataTools.setDefaultCreationDate(MetadataStore store,
String id,
int series)
Sets a default creation date.
|
void |
Memoizer.setMetadataStore(MetadataStore store) |
void |
FileStitcher.setMetadataStore(MetadataStore store) |
void |
ReaderWrapper.setMetadataStore(MetadataStore store) |
void |
IFormatReader.setMetadataStore(MetadataStore store)
Sets the default metadata store for this reader.
|
void |
ImageReader.setMetadataStore(MetadataStore store) |
void |
FormatReader.setMetadataStore(MetadataStore store) |
void |
DelegateReader.setMetadataStore(MetadataStore store) |
Modifier and Type | Field and Description |
---|---|
protected MetadataStore |
ImageViewer.omeMeta
Attached OME metadata store, if available.
|
Modifier and Type | Method and Description |
---|---|
MetadataStore |
OMETiffReader.getMetadataStoreForConversion()
Returns a MetadataStore that is populated in such a way as to be
usable by an IFormatWriter.
|
MetadataStore |
OMETiffReader.getMetadataStoreForDisplay()
Returns a MetadataStore that is populated in such a way as to
produce valid OME-XML.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ZeissZVIReader.fillMetadataPass1(MetadataStore store) |
protected void |
BaseZeissReader.fillMetadataPass1(MetadataStore store)
Read and store basic dimensions in model
|
protected void |
ZeissTIFFReader.fillMetadataPass1(MetadataStore store) |
protected void |
BaseZeissReader.fillMetadataPass2(MetadataStore store)
Read and store basic dimensions in model
|
protected void |
ZeissTIFFReader.fillMetadataPass2(MetadataStore store) |
protected void |
ZeissZVIReader.fillMetadataPass3(MetadataStore store) |
protected void |
BaseZeissReader.fillMetadataPass3(MetadataStore store)
Read and store basic dimensions in model
|
protected void |
BaseZeissReader.fillMetadataPass4(MetadataStore store)
Read and store basic dimensions in model
|
protected void |
ZeissZVIReader.fillMetadataPass5(MetadataStore store) |
protected void |
BaseZeissReader.fillMetadataPass5(MetadataStore store)
Read and store basic dimensions in model
|
protected void |
ZeissTIFFReader.fillMetadataPass5(MetadataStore store) |
protected void |
BaseZeissReader.fillMetadataPass6(MetadataStore store)
Read and store basic dimensions in model
|
protected void |
BaseZeissReader.fillMetadataPass7(MetadataStore store)
Store basic dimensions in model
|
void |
MIASReader.parseMasks(MetadataStore overlayStore)
Parse masks into a separate overlay-specific MetadataStore.
|
protected void |
ZeissLSMReader.parseOverlays(int series,
long data,
String suffix,
MetadataStore store)
Parses overlay-related fields.
|
boolean |
MIASReader.populateMaskPixels(int imageIndex,
int roiIndex,
int shapeIndex,
MetadataStore store)
Populate the MaskPixels.BinData attribute for the Mask identified by the
given Image index, ROI index, and Shape index.
|
protected void |
ZeissLSMReader.populateMetadataStore(loci.formats.in.ZeissLSMReader.SubBlock block,
MetadataStore store,
int series) |
void |
ND2Handler.populateROIs(MetadataStore store) |
protected void |
BaseZeissReader.storeROIs(MetadataStore store)
Store basic dimensions in model
|
Constructor and Description |
---|
FlexReader.FlexHandler(Vector<String> names,
Vector<String> factors,
MetadataStore store,
boolean populateCore,
int well) |
LeicaHandler(MetadataStore store,
MetadataLevel level) |
Modifier and Type | Interface and Description |
---|---|
interface |
IMetadata
|
Modifier and Type | Method and Description |
---|---|
static void |
MetadataConverter.convertMetadata(MetadataRetrieve src,
MetadataStore dest)
Copies information from a metadata retrieval object
(source) into a metadata store (destination).
|
Constructor and Description |
---|
FilterMetadata(MetadataStore store,
boolean filter) |
Modifier and Type | Interface and Description |
---|---|
interface |
OMEXMLMetadata
|
Modifier and Type | Method and Description |
---|---|
MetadataStore |
OMEXMLService.asStore(MetadataRetrieve meta)
Gets the given
MetadataRetrieve object as a MetadataStore . |
MetadataStore |
OMEXMLServiceImpl.asStore(MetadataRetrieve meta) |
Modifier and Type | Method and Description |
---|---|
MetadataRetrieve |
OMEXMLService.asRetrieve(MetadataStore meta)
Gets the given
MetadataStore object as a MetadataRetrieve . |
MetadataRetrieve |
OMEXMLServiceImpl.asRetrieve(MetadataStore meta) |
void |
OMEXMLService.convertMetadata(MetadataRetrieve src,
MetadataStore dest)
Copies information from a metadata retrieval object
(source) into a metadata store (destination).
|
void |
OMEXMLServiceImpl.convertMetadata(MetadataRetrieve src,
MetadataStore dest) |
void |
OMEXMLService.convertMetadata(String xml,
MetadataStore dest)
Converts information from an OME-XML string (source)
into a metadata store (destination).
|
void |
OMEXMLServiceImpl.convertMetadata(String xml,
MetadataStore dest) |
Modifier and Type | Method and Description |
---|---|
static void |
ROIHandler.saveROIs(MetadataStore store)
Save ROIs in the ROI manager to the given MetadataStore.
|
Copyright © 2014 Open Microscopy Environment