\(\renewcommand\AA{\unicode{x212B}}\)
Table of Contents
Muon Feature Flags provide advanced users with access to additional features such as raw plots and the model fitting tab.
To access feature flags you need to make changes to your Mantd.user.properties file
. To do this, follow these instructions:
Mantid.user.properties
fileMantidInstall\bin
folder~/.mantid/Mantid.user.properties
Mantid.user.properties
file.muon.GUI=<options>
. See section on Options below for more details.If this does not work see the Warning notice below for common ways this can fail.
The options are a comma separated list of feature:setting
where the feature and settings are defined below:
Feature | Setting | What it does |
---|---|---|
model_analysis | 1 | Adds the model fitting tab |
model_analysis | 2 | Adds the model fitting tab and the model data plot pane |
raw_plots | 1 | Adds the raw plot pane |
Fit_wizard | 1 | Adds the Fit Script Generator |
The setting is always a number and, setting it to any other value than those above will results in the feature not being added.
One example of how to use this - if you want to have the model fitting tab and plotting pane in addition to the raw plots
you would need to add the following line to Mantid.user.properties
file:
muon.GUI = model_analysis:2, raw_plots:1
Setting any of the following for the first time may remove the muon.GUI=<options>
line from the properties file.
To avoid this :
Mantid.user.properties file
Updating the facility, instrument or user directories will not remove the muon.GUI=<options>
line. It only seems to occur when setting these options for the first time.
If you have any questions or comments about feature flags or this help page, please contact the Mantid team or the Muon group.
Categories: Interfaces | Muon