File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Testing script for misc.save_script_parameters()
22
3- ``` python
4- # @ String(label="Password", description="please enter your password", style="password") PASSWORD
5- # @ String(label="USERNAME ", description="please enter your USR ") USERNAME
6- # @ File(label="Path for storage ", style="directory") outputPath
7- # @ Integer threshold
8- # @ Boolean taDa
9- # @ RoiManager rm
10- # @ CommandService command
11- # @ LogService sjlog
3+ ``` Python
4+ # @ String(label="Username") USERNAME
5+ # @ String(label="Password ", style="password ") PASSWORD
6+ # @ File(label="Path for results ", style="directory") outputPath
7+ # @ Integer threshold
8+ # @ Boolean(label="Yes/No?") choice
9+ # @ RoiManager rm
10+ # @ CommandService command
11+ # @ LogService sjlog
1212
1313import os
1414from imcflibs.imagej import misc, omerotools
15-
15+
1616misc.save_script_parameters(outputPath, script_globals = globals ())
1717print (" Saved params" )
1818```
You can’t perform that action at this time.
0 commit comments