Package | Description |
---|---|
loci.common | |
loci.formats |
Bio-Formats: a library for reading and writing popular microscopy file
formats.
|
loci.formats.in |
Package containing Bio-Formats file format readers.
|
loci.formats.tools |
Package containing utility methods corresponding
to the Bio-Formats command line tools.
|
loci.plugins.in |
Bio-Formats Importer plugin for ImageJ.
|
loci.tests.testng |
Package for automated testing of the Bio-Formats software packages using TestNG.
|
Modifier and Type | Class and Description |
---|---|
class |
CaseInsensitiveLocation
Case insensitive variant of Location.
|
Modifier and Type | Method and Description |
---|---|
Location |
Location.getAbsoluteFile() |
Location |
Location.getCanonicalFile() |
Location |
Location.getParentFile() |
Location[] |
Location.listFiles()
Return a list of absolute files in this directory.
|
Location |
CaseInsensitiveLocation.Cache.lookup(Location name)
Look up a filename in the cache.
|
Modifier and Type | Method and Description |
---|---|
private HashMap<String,String> |
CaseInsensitiveLocation.Cache.fill(Location dir)
Fill the cache with the content for the specified directory.
|
private static String |
CaseInsensitiveLocation.findCaseInsensitive(Location name) |
void |
CaseInsensitiveLocation.Cache.invalidate(Location dir)
Remove a directory from the cache.
|
Location |
CaseInsensitiveLocation.Cache.lookup(Location name)
Look up a filename in the cache.
|
Constructor and Description |
---|
CaseInsensitiveLocation(Location file) |
Location(Location parent,
String child) |
Modifier and Type | Field and Description |
---|---|
private Location |
Memoizer.realFile |
Modifier and Type | Method and Description |
---|---|
Location |
ResourceNamer.getLocationFromResourceName(Location resourceParentPath,
String resourceName,
int nameIndex,
String resourceExtension)
Creates a new
Location instance using the provided parent path and
child node name. |
Modifier and Type | Method and Description |
---|---|
static String |
FilePattern.findPattern(Location file)
Identifies the group pattern from a given file within that group.
|
Location |
ResourceNamer.getLocationFromResourceName(Location resourceParentPath,
String resourceName,
int nameIndex,
String resourceExtension)
Creates a new
Location instance using the provided parent path and
child node name. |
Constructor and Description |
---|
FilePattern(Location file)
Creates a pattern object using the given file as a template.
|
Modifier and Type | Field and Description |
---|---|
private Location |
PrairieReader.cfgFile
The associated XML files.
|
private Location |
VolocityReader.dir |
private Location |
PrairieReader.envFile
The associated XML files.
|
private Location |
CellVoyagerReader.measurementFolder |
private Location |
CellVoyagerReader.measurementResultFile |
private Location |
CellVoyagerReader.omeMeasurementFile |
private Location |
PrairieReader.xmlFile
The associated XML files.
|
Modifier and Type | Method and Description |
---|---|
private Location |
PrairieReader.find(String[] suffix)
Finds the first file with one of the given suffixes.
|
Modifier and Type | Method and Description |
---|---|
private String[] |
FlexReader.findFiles(Location baseFile)
Search for files that correspond to the given file.
|
private String[] |
FlexReader.findFiles(Location baseFile,
String[] suffixes) |
private String |
VolocityReader.getFile(Integer parent,
Location dir) |
private String |
MetamorphReader.getRealSTKFile(Location l)
Check that the given STK file exists.
|
private boolean |
ScreenReader.hasValidWells(Location plate) |
private void |
BDReader.parseChannelData(Location dir) |
private Document |
PrairieReader.parseDOM(Location file)
Parses a
Document from the data in the given file. |
private void |
DicomReader.scanDirectory(Location dir,
boolean checkSeries)
Scan the given directory for files that belong to this dataset.
|
Modifier and Type | Field and Description |
---|---|
private Location |
FakeImage.directoryRoot |
Modifier and Type | Method and Description |
---|---|
Location |
FakeImage.generateScreen(int plates,
int plateAcquisitions,
int rows,
int columns,
int fields)
Creates a fake SPW file/directory structure.
|
Constructor and Description |
---|
FakeImage(Location directoryRoot) |
Modifier and Type | Field and Description |
---|---|
protected Location |
ImportProcess.idLoc |
Modifier and Type | Method and Description |
---|---|
Location |
ImportProcess.getIdLocation()
Valid only after
ImportStep.READER . |
Modifier and Type | Method and Description |
---|---|
static boolean |
TestTools.isConfigFile(Location file,
String configFileSuffix)
Recursively generate a list of files to test.
|
Copyright © 2016 Open Microscopy Environment