Skip to content
Snippets Groups Projects
Commit 38c9cf7d authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Use different suffixes for the different analysis results

parent 00c3e8f5
No related branches found
No related tags found
No related merge requests found
......@@ -537,7 +537,7 @@ function process_beads() {
fpath = File.getParent(beadsimage); // path only
fname = File.getName(beadsimage); // filename only
fname_nosuffix = stripOmeSuffix(File.nameWithoutExtension); // filename without extension
respath = fpath + "/" + fname_nosuffix + "_NoiSee-results"; // path for additional results
respath = fpath + "/" + fname_nosuffix + "_NoiSee-Bead-Analysis"; // path for additional results
File.makeDirectory(respath);
// TODO: check if image dimensions meet our expectations (z=1, t>1)
......
......@@ -294,7 +294,7 @@ function process_fluo() {
fluo_fname_nosuffix = stripOmeSuffix(File.nameWithoutExtension); // filename without extension
fpath = File.getParent(fluoimage); // path only
respath = fpath + "/" + fluo_fname_nosuffix + "_NoiSee-results"; // path for additional results
respath = fpath + "/" + fluo_fname_nosuffix + "_NoiSee-Fluorescein-Analysis"; // path for additional results
File.makeDirectory(respath);
print("processing images in location: [" + fpath + "]");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment