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

Update comments

parent c9e42cf2
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
// @Boolean(label="Save log messages",description="save contents of the 'Log' window in a text file",value="false") save_log // @Boolean(label="Save log messages",description="save contents of the 'Log' window in a text file",value="false") save_log
//////////// NoiSee /////////////////////////////////////////////////////// //////////// NoiSee Beads Analysis ///////////////////////////////////////////////////////
// SNR evaluation macro, written by Kai Schleicher, Niko Ehrenfeuchter, IMCF Basel // SNR evaluation macro, written by Kai Schleicher, Niko Ehrenfeuchter, IMCF Basel
// licence: GPLv3 // licence: GPLv3
...@@ -831,7 +831,7 @@ function process_beads() { ...@@ -831,7 +831,7 @@ function process_beads() {
////////// save the log and arrange the windows on the screen ////////// ////////// ////////// ////////// save the log, create PDF and arrange the windows on the screen ////////// //////////
if (save_log) { if (save_log) {
selectWindow("Log"); selectWindow("Log");
saveAs("Text", respath + "/Log.txt"); saveAs("Text", respath + "/Log.txt");
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
// @Integer(label="Log level",description="higher number means more messages",min=0,max=2,style="scroll bar") LOGLEVEL // @Integer(label="Log level",description="higher number means more messages",min=0,max=2,style="scroll bar") LOGLEVEL
//////////// NoiSee /////////////////////////////////////////////////////// //////////// NoiSee Fluorescein Analysis ///////////////////////////////////////////////////////
// SNR evaluation macro, written by Kai Schleicher, Niko Ehrenfeuchter, IMCF Basel // SNR evaluation macro, written by Kai Schleicher, Niko Ehrenfeuchter, IMCF Basel
// licence: GPLv3 // licence: GPLv3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment