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

Consistency in whitespace and comments

parent a08cdca6
No related branches found
No related tags found
No related merge requests found
//////////// NoiSee Beads Analysis /////////////////////////////////////////////////////// //////////// NoiSee Beads Analysis ///////////////////////////////////////////////////////
// Signal-to-Noise-Ratio evaluation macro // Signal-to-Noise-Ratio evaluation suite
// written by Kai Schleicher, Niko Ehrenfeuchter, IMCF Basel // written by Kai Schleicher, Niko Ehrenfeuchter, IMCF Basel
// licence: GPLv3 // licence: GPLv3
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
//////// Script Parameters, see https://imagej.net/Script_Parameters for details //////// Script Parameters, see https://imagej.net/Script_Parameters for details
#@ String (visibility=MESSAGE, label="NoiSee -", value="Beads SNR analysis", persist=false) msg_title #@ String(visibility=MESSAGE, label="NoiSee -",value="Beads SNR analysis",persist=false) msg_title
#@ File(label="Beads time-series image",description="2D time-lapse acquisition of fluorescent beads") beadsimage #@ File(label="Beads time-series image",description="2D time-lapse acquisition of fluorescent beads") beadsimage
#@ Integer(label="Beads diameter (in pixels)",description="approximate bead diameter (in pixels)",value=15) beads_diameter #@ Integer(label="Beads diameter (in pixels)",description="approximate bead diameter (in pixels)",value=15) beads_diameter
#@ Integer(label="Find Maxima noise tolerance",description="typical values: [PMT=50] [HyD (photon counting)=10] [Camera=500]",value=50) beads_noisetolerance #@ Integer(label="Find Maxima noise tolerance",description="typical values: [PMT=50] [HyD (photon counting)=10] [Camera=500]",value=50) beads_noisetolerance
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#@ Boolean(label="Save additional measurements",description="store 'StdDev', 'SNR', 'Mean' and 'bleaching' measurements",value="false") save_measurements #@ Boolean(label="Save additional measurements",description="store 'StdDev', 'SNR', 'Mean' and 'bleaching' measurements",value="false") save_measurements
#@ Boolean(label="Save results as PDF",description="generate a PDF with images and plots",value="true") save_pdf #@ Boolean(label="Save results as PDF",description="generate a PDF with images and plots",value="true") save_pdf
#@ Boolean(label="Keep ROI images open",description="if disabled ROI visualizations will only be added to PDF",value="false") keep_roiimages #@ Boolean(label="Keep ROI images open",description="if disabled ROI visualizations will only be added to PDF",value="false") keep_roiimages
#@ String (visibility=MESSAGE, label="Note:", value="all currently open images will be closed", persist=false) msg_note_close #@ String(visibility=MESSAGE,label="Note:",value="all currently open images will be closed",persist=false) msg_note_close
// valid log levels: 0 (quiet), 1 (info messages), 2 (debug messages) // valid log levels: 0 (quiet), 1 (info messages), 2 (debug messages)
......
//////////// NoiSee Fluorescein Analysis /////////////////////////////////////////////////////// //////////// NoiSee Fluorescein Analysis ///////////////////////////////////////////////////////
// Signal-to-Noise-Ratio evaluation macro // Signal-to-Noise-Ratio evaluation suite
// written by Kai Schleicher, Niko Ehrenfeuchter, IMCF Basel // 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