We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb8cd6f commit c7cf083Copy full SHA for c7cf083
1 file changed
tests/interactive-imagej/test_save_script_parameters.py
@@ -7,8 +7,15 @@
7
#@ CommandService command
8
#@ LogService sjlog
9
10
-import os
+# Prerequisites before running this script in Fiji:
11
+#
12
+# - Drag and drop, and run this script in Fiji.
13
+# - Set parameters in the dialog box.
14
15
+# Expected result: a file named "script_parameters.txt" is written to the
16
+# chosen output directory, with all parameters from the script.
17
18
+import os
19
import imcflibs.log
20
from imcflibs.imagej import misc
21
0 commit comments