Commit 78789ed2 authored by Andrey Filippov's avatar Andrey Filippov

added "ignore" notice: 'File has length 0 and may be corrupt' - caused

by bioformat reading memory file
parent a0b7dae3
...@@ -52,6 +52,7 @@ public class ImagejJp4TiffMulti { ...@@ -52,6 +52,7 @@ public class ImagejJp4TiffMulti {
final String std) throws IOException, FormatException // std - include non-elphel properties with prefix std final String std) throws IOException, FormatException // std - include non-elphel properties with prefix std
{ {
// final ImagePlus [] imps = new ImagePlus [urls.length]; // final ImagePlus [] imps = new ImagePlus [urls.length];
LOGGER.error("Please ignore 'File has length 0 and may be corrupt' - caused by bioformat reading memory file");
final Thread[] threads = newThreadArray(MAX_THREADS); final Thread[] threads = newThreadArray(MAX_THREADS);
final AtomicInteger indxAtomic = new AtomicInteger(0); final AtomicInteger indxAtomic = new AtomicInteger(0);
final AtomicInteger threadAtomic = new AtomicInteger(0); final AtomicInteger threadAtomic = new AtomicInteger(0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment