@Deprecated public class OmeisImporter extends Object
Constructor and Description |
---|
OmeisImporter()
Deprecated.
|
OmeisImporter(boolean stitchFiles)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
finishPixels(int pixelsId)
Deprecated.
Instructs OMEIS to process the Pixels file
corresponding to the given pixels ID.
|
Hashtable |
getFileInfo(int fileId)
Deprecated.
Gets information about the file corresponding to the given file ID.
|
String |
getLocalFilePath(int fileId)
Deprecated.
Gets path to original file corresponding to the given file ID.
|
String |
getLocalPixelsPath(int pixelsId)
Deprecated.
Gets path to Pixels file corresponding to the given pixels ID.
|
String |
getPixelsSHA1(int pixelsId)
Deprecated.
Gets SHA1 hash for the pixels corresponding to the given pixels ID.
|
void |
importIds(int[] fileIds)
Deprecated.
Attempts to import the given file IDs using Bio-Formats, as a single
group.
|
boolean |
isLittleEndian()
Deprecated.
Gets whether the local system uses little-endian byte order.
|
static void |
main(String[] args)
Deprecated.
Run ./omebf with a list of file IDs to import those IDs.
|
int |
newPixels(int sizeX,
int sizeY,
int sizeZ,
int sizeC,
int sizeT,
int bytesPerPixel,
boolean isSigned,
boolean isFloat)
Deprecated.
Instructs OMEIS to construct a new Pixels object.
|
void |
printVersion()
Deprecated.
Prints out the build date for the Bio-Formats OMEIS utility.
|
void |
testIds(int[] fileIds)
Deprecated.
Tests whether Bio-Formats is potentially capable of importing the given
file IDs.
|
public OmeisImporter()
public OmeisImporter(boolean stitchFiles)
public void printVersion()
public void testIds(int[] fileIds) throws OmeisException, FormatException, IOException
OmeisException
FormatException
IOException
public void importIds(int[] fileIds) throws OmeisException, FormatException, IOException
OmeisException
FormatException
IOException
public String getLocalFilePath(int fileId) throws OmeisException
OmeisException
public Hashtable getFileInfo(int fileId) throws OmeisException
OmeisException
public int newPixels(int sizeX, int sizeY, int sizeZ, int sizeC, int sizeT, int bytesPerPixel, boolean isSigned, boolean isFloat) throws OmeisException
OmeisException
public boolean isLittleEndian() throws OmeisException
OmeisException
public String getLocalPixelsPath(int pixelsId) throws OmeisException
OmeisException
public int finishPixels(int pixelsId) throws OmeisException
OmeisException
public String getPixelsSHA1(int pixelsId) throws OmeisException
OmeisException
public static void main(String[] args)
Copyright © 2014 Open Microscopy Environment