diff --git a/src/main/resources/scripts/Plugins/NoiSee/NoiSee_Bead_Analysis.ijm b/src/main/resources/scripts/Plugins/NoiSee/NoiSee_Bead_Analysis.ijm index cbc97af0b6268403f504cd4817422c9b9dafa588..aced5c569ab80c3a4496b527056b5ed66efc913f 100644 --- a/src/main/resources/scripts/Plugins/NoiSee/NoiSee_Bead_Analysis.ijm +++ b/src/main/resources/scripts/Plugins/NoiSee/NoiSee_Bead_Analysis.ijm @@ -1,4 +1,4 @@ -// @String(label="NoiSee - Beads SNR analysis", choices={"Note: all currently open images will be closed!"}, style="listBox", description="Hit 'Cancel' otherwise!") warn_msg +// #@ 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 // @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 @@ -8,6 +8,7 @@ // @Boolean(label="Keep ROI images open",description="ROI visualizations will only be added to PDF otherwise",value="false") keep_roiimages // @Integer(label="Log level",description="higher number means more messages",min=0,max=2,style="scroll bar") LOGLEVEL // @Boolean(label="Save log messages",description="save contents of the 'Log' window in a text file",value="false") save_log +// #@ String (visibility=MESSAGE, label="Note:", value="all currently open images will be closed", persist=false) msg_note_close //////////// NoiSee Beads Analysis /////////////////////////////////////////////////////// diff --git a/src/main/resources/scripts/Plugins/NoiSee/NoiSee_Fluorescein_Analysis.ijm b/src/main/resources/scripts/Plugins/NoiSee/NoiSee_Fluorescein_Analysis.ijm index d5c5df42f4907359f20fea0ea403fe13380340e9..e45ea139edd8319a7f92afad79b64072c0a26747 100644 --- a/src/main/resources/scripts/Plugins/NoiSee/NoiSee_Fluorescein_Analysis.ijm +++ b/src/main/resources/scripts/Plugins/NoiSee/NoiSee_Fluorescein_Analysis.ijm @@ -1,9 +1,10 @@ -// @String(label="NoiSee - Fluorescein SNR analysis", choices={"Note: all currently open images will be closed!"}, style="listBox", description="Hit 'Cancel' otherwise!") warn_msg +// #@ String (visibility=MESSAGE, label="NoiSee -", value="Fluorescein SNR analysis", persist=false) msg_title // @File(label="Dark image",description="dark field image") darkimage // @File(label="Fluorescein image",description="fluorescein image") fluoimage // @Boolean(label="Save results as PDF",description="generate a PDF with images and plots",value="true") save_pdf // @Integer(label="Log level",description="higher number means more messages",min=0,max=2,style="scroll bar") LOGLEVEL // @Boolean(label="Save log messages",description="save contents of the 'Log' window in a text file",value="false") save_log +// #@ String (visibility=MESSAGE, label="Note:", value="all currently open images will be closed", persist=false) msg_note_close //////////// NoiSee Fluorescein Analysis ///////////////////////////////////////////////////////