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

Minor: move up log message

parent 707bf6e6
No related branches found
No related tags found
No related merge requests found
...@@ -538,6 +538,7 @@ function process_beads() { ...@@ -538,6 +538,7 @@ function process_beads() {
fname_nosuffix = stripOmeSuffix(File.nameWithoutExtension); // filename without extension fname_nosuffix = stripOmeSuffix(File.nameWithoutExtension); // filename without extension
respath = fpath + "/" + fname_nosuffix + "_NoiSee-Bead-Analysis"; // path for additional results respath = fpath + "/" + fname_nosuffix + "_NoiSee-Bead-Analysis"; // path for additional results
File.makeDirectory(respath); File.makeDirectory(respath);
print("processing image: " + fname + " (location: [" + fpath + "])");
// check if image dimensions meet our expectations (z=1, t>1) // check if image dimensions meet our expectations (z=1, t>1)
getDimensions(_, _, _, slices, frames); getDimensions(_, _, _, slices, frames);
...@@ -554,7 +555,6 @@ function process_beads() { ...@@ -554,7 +555,6 @@ function process_beads() {
exit_show(); exit_show();
} }
print("processing image: " + fname + " (location: [" + fpath + "])");
if (bitDepth() > 8) { if (bitDepth() > 8) {
print("image type " + bitDepth() + " bit detected, converting to 8 bit..."); print("image type " + bitDepth() + " bit detected, converting to 8 bit...");
Stack.getStatistics(_, _, stack_min, stack_max, _); Stack.getStatistics(_, _, stack_min, stack_max, _);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment