Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ALMF
feedback-fly-embryo-crocker
Commits
9f18e589
Commit
9f18e589
authored
Jul 05, 2018
by
Aliaksandr Halavatyi
Browse files
well roundness
parent
3c25b987
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/feedback/fly/embryo/jobs/Job_SelectMultipleEmbryosAutoRotation.java
View file @
9f18e589
...
...
@@ -169,7 +169,7 @@ public class Job_SelectMultipleEmbryosAutoRotation extends Job_Default{
ParticleAnalyzer
pAnalyzer
=
new
ParticleAnalyzer
(
ParticleAnalyzer
.
ADD_TO_MANAGER
|
ParticleAnalyzer
.
SHOW_NONE
|
ParticleAnalyzer
.
FOUR_CONNECTED
,
0
,
null
,
_2dimage
.
getWidth
()*
_2dimage
.
getHeight
()/
5
,
Double
.
MAX_VALUE
,
0.
5
,
1.0
);
_2dimage
.
getWidth
()*
_2dimage
.
getHeight
()/
5
,
Double
.
MAX_VALUE
,
0.
0
,
1.0
);
pAnalyzer
.
analyze
(
_2dimage
);
if
(
rm
.
getCount
()<
1
)
...
...
@@ -344,8 +344,8 @@ public class Job_SelectMultipleEmbryosAutoRotation extends Job_Default{
// start ImageJ
new
ImageJ
();
String
tblPth
=
"Z:/halavaty/temp/
fly feedback files 20180404/2018-4-4 A
uto
T
est"
;
String
tblFnm
=
"summary_test0
2
_.txt"
;
String
tblPth
=
"Z:/halavaty/temp/
20180622 a
uto
t
est"
;
String
tblFnm
=
"summary_test0
9
_.txt"
;
Job_SelectMultipleEmbryosAutoRotation
testJob
=
new
Job_SelectMultipleEmbryosAutoRotation
();
testJob
.
initialise
(
null
,
"LZ.Image"
,
false
);
testJob
.
testJobMicTable
(
0
,
tblPth
,
tblFnm
);
...
...
Write
Preview
Supports
Markdown
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