Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
dd1a0da7
Commit
dd1a0da7
authored
Feb 26, 2020
by
Aliaksandr Halavatyi
Browse files
rename autoselection job
parent
0ed6ba77
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/main/java/feedback/fly/embryo/jobdistributors/JobDistributor_AutoSelectionMultiple_AFocus_Rotation_Split.java
View file @
dd1a0da7
...
...
@@ -13,7 +13,7 @@ import automic.table.TableModel;
import
automic.table.TableProcessor
;
import
feedback.fly.embryo.jobs.Job_FocusEmbryoAutoDatasetSplit
;
import
feedback.fly.embryo.jobs.Job_RecordFinishDataset
;
import
feedback.fly.embryo.jobs.Job_SelectMultipleEmbryosAuto
Rotation
;
import
feedback.fly.embryo.jobs.Job_SelectMultipleEmbryosAuto
;
public
class
JobDistributor_AutoSelectionMultiple_AFocus_Rotation_Split
extends
JobDistributor_Abstract
implements
PlugIn
{
...
...
@@ -39,7 +39,7 @@ public class JobDistributor_AutoSelectionMultiple_AFocus_Rotation_Split extends
super
.
addImageJob
(
job1
,
"DE_1_"
,
"AFocus"
,
true
);
Job_SelectMultipleEmbryosAuto
Rotation
job2
=
new
Job_SelectMultipleEmbryosAuto
Rotation
();
Job_SelectMultipleEmbryosAuto
job2
=
new
Job_SelectMultipleEmbryosAuto
();
ParameterCollection
job2Parameters
=
job2
.
createJobParameters
();
job2Parameters
.
setUndefinedValuesFromDefaults
();
ParameterGuiManager
pgManager2
=
new
ParameterGuiManager
(
job2Parameters
);
...
...
src/main/java/feedback/fly/embryo/jobs/Job_SelectMultipleEmbryosAuto
Rotation
.java
→
src/main/java/feedback/fly/embryo/jobs/Job_SelectMultipleEmbryosAuto.java
View file @
dd1a0da7
...
...
@@ -27,7 +27,7 @@ import ij.process.ImageProcessor;
import
loci.plugins.BF
;
import
loci.plugins.in.ImporterOptions
;
public
class
Job_SelectMultipleEmbryosAuto
Rotation
extends
Job_Default
{
public
class
Job_SelectMultipleEmbryosAuto
extends
Job_Default
{
public
static
final
String
KEY_WELL_CHANNEL_INDEX
=
"LZ well (brightfield) channel index"
;
public
static
final
String
KEY_WELL_CHANNEL_THRESHOLD
=
"LZ well (brightfield) channel threshold"
;
...
...
@@ -378,7 +378,7 @@ public class Job_SelectMultipleEmbryosAutoRotation extends Job_Default{
String
tblPth
=
"X:\\group\\ALMFstuff\\Aliaksandr\\Crocker-fly-feedback\\20181"
;
String
tblFnm
=
"summary_test01_.txt"
;
Job_SelectMultipleEmbryosAuto
Rotation
testJob
=
new
Job_SelectMultipleEmbryosAuto
Rotation
();
Job_SelectMultipleEmbryosAuto
testJob
=
new
Job_SelectMultipleEmbryosAuto
();
testJob
.
initialise
(
null
,
"LZ.Image"
,
false
);
testJob
.
testJobMicTable
(
0
,
tblPth
,
tblFnm
);
}
...
...
src/main/java/feedback/fly/embryo/jobtests/Embryo_Selection_Tester.java
View file @
dd1a0da7
...
...
@@ -7,7 +7,7 @@ import ij.plugin.PlugIn;
import
automic.online.jobs.TestJobGui
;
import
automic.utils.Utils
;
import
feedback.fly.embryo.jobs.Job_SelectMultipleEmbryosAuto
Rotation
;
import
feedback.fly.embryo.jobs.Job_SelectMultipleEmbryosAuto
;
...
...
@@ -23,7 +23,7 @@ public class Embryo_Selection_Tester implements PlugIn {
// }
try
{
TestJobGui
jobTester
=
new
TestJobGui
(
Job_SelectMultipleEmbryosAuto
Rotation
.
class
,
"LZ.Image"
);
TestJobGui
jobTester
=
new
TestJobGui
(
Job_SelectMultipleEmbryosAuto
.
class
,
"LZ.Image"
);
jobTester
.
initialiseGui
();
jobTester
.
runTest
();
}
catch
(
Exception
e
){
...
...
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