Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
imagej-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
imagej-elphel
Commits
78789ed2
Commit
78789ed2
authored
May 22, 2019
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added "ignore" notice: 'File has length 0 and may be corrupt' - caused
by bioformat reading memory file
parent
a0b7dae3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
ImagejJp4TiffMulti.java
...in/java/com/elphel/imagej/readers/ImagejJp4TiffMulti.java
+1
-0
No files found.
src/main/java/com/elphel/imagej/readers/ImagejJp4TiffMulti.java
View file @
78789ed2
...
...
@@ -52,6 +52,7 @@ public class ImagejJp4TiffMulti {
final
String
std
)
throws
IOException
,
FormatException
// std - include non-elphel properties with prefix std
{
// 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
AtomicInteger
indxAtomic
=
new
AtomicInteger
(
0
);
final
AtomicInteger
threadAtomic
=
new
AtomicInteger
(
0
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment