Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
grp-almf
feedback-fly-embryo-crocker
Commits
e2cc4568
Commit
e2cc4568
authored
Dec 07, 2020
by
Aliaksandr Halavatyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version update
parent
98bab92a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
pom.xml
pom.xml
+2
-2
src/main/java/feedback/fly/embryo/jobdistributors/JobDistributor_AutoSelectionMultiple_AFocus_Rotation_Split.java
...tributor_AutoSelectionMultiple_AFocus_Rotation_Split.java
+1
-1
src/main/java/feedback/fly/embryo/jobdistributors/JobDistributor_ManualSelection3DMultiple_AFocus_Rotation_Split.java
...utor_ManualSelection3DMultiple_AFocus_Rotation_Split.java
+1
-1
No files found.
pom.xml
View file @
e2cc4568
...
...
@@ -15,7 +15,7 @@
<groupId>
embl.almf
</groupId>
<version>
1.0.
0
</version>
<version>
1.0.
1-SNAPSHOT
</version>
<name>
Fly_Embryo_Feedback
</name>
<inceptionYear>
2017
</inceptionYear>
...
...
@@ -88,7 +88,7 @@
<dependency>
<groupId>
embl.almf
</groupId>
<artifactId>
AutoMicTools_
</artifactId>
<version>
1.1.
4
-SNAPSHOT
</version>
<version>
1.1.
17
-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
src/main/java/feedback/fly/embryo/jobdistributors/JobDistributor_AutoSelectionMultiple_AFocus_Rotation_Split.java
View file @
e2cc4568
...
...
@@ -128,7 +128,7 @@ public class JobDistributor_AutoSelectionMultiple_AFocus_Rotation_Split extends
protected
void
setDebugConfiguration
(){
final
String
searchPath
=
"C:/tempDat/AutoMic_test"
;
this
.
setGeneralOptions
(
searchPath
,
true
,
false
);
this
.
fileExtension
=
"lsm"
;
//
this.fileExtension="lsm";
}
...
...
src/main/java/feedback/fly/embryo/jobdistributors/JobDistributor_ManualSelection3DMultiple_AFocus_Rotation_Split.java
View file @
e2cc4568
...
...
@@ -121,7 +121,7 @@ public class JobDistributor_ManualSelection3DMultiple_AFocus_Rotation_Split exte
protected
void
setDebugConfiguration
(){
final
String
searchPath
=
"C:/tempDat/AutoMic_test"
;
this
.
setGeneralOptions
(
searchPath
,
true
,
false
);
this
.
fileExtension
=
"lsm"
;
//
this.fileExtension="lsm";
}
}
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