CreateModeratorModel v1

../_images/CreateModeratorModel-v1_dlg.png

CreateModeratorModel dialog.

Table of Contents

Summary

Creates the given moderator model and attaches it to the input workspace.

Properties

Name Direction Type Default Description
Workspace InOut MatrixWorkspace Mandatory An input workspace.
ModelType Input string Mandatory The string identifier for the model. Allowed values: [‘IkedaCarpenterModerator’]
Parameters Input string Mandatory The parameters for the model as comma-separated list of name=value pairs

Description

Creates a model of a moderator using the given parameters. The parameters are given as a string to allow flexibility for each moderator model having different parameterisation.

Available models with parameter names:

  • IkedaCarpenterModerator -
    • TiltAngle - The tilt angle in degrees;
    • TauF - The fast decay coefficient in microseconds
    • TauS - The slow decay coefficient in microseconds
    • R - The mixing coefficient

Categories: Algorithms | DataHandling\Instrument