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
3b485572
Commit
3b485572
authored
Jun 15, 2021
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
started read cameras with timeout
parent
2d439266
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletion
+17
-1
Aberration_Calibration.java
...com/elphel/imagej/calibration/Aberration_Calibration.java
+1
-1
ImagejJp4TiffMulti.java
...in/java/com/elphel/imagej/readers/ImagejJp4TiffMulti.java
+16
-0
No files found.
src/main/java/com/elphel/imagej/calibration/Aberration_Calibration.java
View file @
3b485572
...
...
@@ -9661,7 +9661,7 @@ if (MORE_BUTTONS) {
LENS_DISTORTIONS.stopEachSeries= false; // will not ask for confirmation after done
LENS_DISTORTIONS.lambda=LENS_DISTORTIONS.fittingStrategy.lambdas[0];
Distortions distortions_dbg = LENS_DISTORTIONS;
LENS_DISTORTIONS.LevenbergMarquardt(
LENS_DISTORTIONS.LevenbergMarquardt(
// Index 0 out of bounds for length 0
false, // skip dialog
false, // new: dry_run use it here?
true);
src/main/java/com/elphel/imagej/readers/ImagejJp4TiffMulti.java
View file @
3b485572
...
...
@@ -51,6 +51,22 @@ public class ImagejJp4TiffMulti {
final
boolean
scale
,
final
String
std
)
throws
IOException
,
FormatException
// std - include non-elphel properties with prefix std
{
return
getMultiImages
(
urls
,
imps
,
0.0
,
// final double timeout_sec,
scale
,
std
);
}
public
ImagePlus
[]
getMultiImages
(
final
String
[]
urls
,
final
ImagePlus
[]
imps
,
final
double
timeout_sec
,
final
boolean
scale
,
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
);
...
...
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