We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a8351 commit a4cb525Copy full SHA for a4cb525
1 file changed
tests/interactive-imagej/save-script-parameters.py
@@ -1,11 +1,11 @@
1
-# @ String(label="Username") USERNAME
2
-# @ String(label="Password", style="password") PASSWORD
3
-# @ File(label="Path for results", style="directory") outputPath
4
-# @ Integer threshold
5
-# @ Boolean(label="Yes/No?") choice
6
-# @ RoiManager rm
7
-# @ CommandService command
8
-# @ LogService sjlog
+#@ String(label="Username") USERNAME
+#@ String(label="Password", style="password") PASSWORD
+#@ File(label="Path for results", style="directory") outputPath
+#@ Integer threshold
+#@ Boolean(label="Yes/No?") choice
+#@ RoiManager rm
+#@ CommandService command
+#@ LogService sjlog
9
10
import os
11
0 commit comments