...
Use the createReconstructorScript to output a Shogun a Shogun Post script which saves out the current reconstruction options. The options that are currently set at the time of running the script are saved.
...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
file | 1 | string | — | Writes the script to the given file path. |
interface | 0 | — | — | Writes the created script in the Script Editor panel. |
Return value
void
Examples
...
...
language | text |
---|
// This command creates a script that saves out
...
// the current reconstruction settings as an output script
...
createReconstructorScript –file "c:/reconSettings.hsl";
Additional information
Related commands
...