Commit dafb1ad3 authored by Andrey Filippov's avatar Andrey Filippov

Cleaning up, preparing to the batch run

parent 7b15b76c
......@@ -2549,7 +2549,7 @@ public class EyesisCorrectionParameters {
// select qualified (by 'name' - quad timestamp) x3d subdirectory
public String selectX3dDirectory(String name, String version, boolean smart, boolean newAllowed) {
public String selectX3dDirectory(String name, String version, boolean smart, boolean newAllowed) { // no trailing "/"
String dir= CalibrationFileManagement.selectDirectory(
smart,
newAllowed, // save
......
......@@ -5847,6 +5847,13 @@ public class QuadCLTCPU {
}
public String saveImagePlusInModelDirectory( // use title as filename
ImagePlus imp) {
return saveImagePlusInModelDirectory(
null, // String suffix, // null - use title from the imp
imp); // ImagePlus imp)
}
public String saveImagePlusInModelDirectory(
String suffix, // null - use title from the imp
ImagePlus imp)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment