Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted by ConfluenceCloudBulkEditor.py

...

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
sortDirectionASC
repeatTableHeadersdefault
style
widths14%, 15%, 14%, 13%, 44%
stylesortByColumn1
sortEnabledfalse
cellHighlightingtrue

NameFlag argumentsArgument typeExclusive toComments
file1stringWrites the script to the given file path.
interface0Writes the created script in the Script Editor panel.

Return value

void

Examples

...

...

languagetext
// 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

...