Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
6639f132
Commit
6639f132
authored
Sep 13, 2019
by
Alice Russell
Browse files
Add PeakParameterFunction to gui.exclude property
parent
df09561f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Framework/Properties/Mantid.properties.template
View file @
6639f132
...
...
@@ -122,7 +122,7 @@ curvefitting.defaultPeak=Gaussian
curvefitting.findPeaksFWHM=7
curvefitting.findPeaksTolerance=4
# Functions excluded from use by the guis
curvefitting.guiExclude=CrystalFieldFunction;CrystalFieldHeatCapacity;CrystalFieldMagnetisation;CrystalFieldMoment;CrystalFieldMultiSpectrum;CrystalFieldPeaks;CrystalFieldSpectrum;CrystalFieldSusceptibility
curvefitting.guiExclude=CrystalFieldFunction;CrystalFieldHeatCapacity;CrystalFieldMagnetisation;CrystalFieldMoment;CrystalFieldMultiSpectrum;CrystalFieldPeaks;CrystalFieldSpectrum;CrystalFieldSusceptibility
;PeakParameterFunction;
#Defines whether or not the sliceViewer will show NonOrthogonal view as a default
sliceviewer.nonorthogonal=false
...
...
docs/source/concepts/PropertiesFile.rst
View file @
6639f132
...
...
@@ -30,20 +30,23 @@ The Properties
General properties
******************
+----------------------------------+--------------------------------------------------+-------------------+
|Property |Description | Example value |
+==================================+==================================================+===================+
| ``algorithms.categories.hidden`` | A comma separated list of any categories of | ``Muons,Testing`` |
| | algorithms that should be hidden in Mantid. | |
+----------------------------------+--------------------------------------------------+-------------------+
| ``algorithms.retained`` | The Number of algorithms properties to retain in | ``50`` |
| | memory for reference in scripts. | |
+----------------------------------+--------------------------------------------------+-------------------+
| ``MultiThreaded.MaxCores`` | Sets the maximum number of cores available to be | ``0`` |
| | used for threads for | |
| | `OpenMP <http://www.openmp.org/>`_. If zero it | |
| | will use one thread per logical core available. | |
+----------------------------------+--------------------------------------------------+-------------------+
+----------------------------------+--------------------------------------------------+------------------------+
|Property |Description | Example value |
+==================================+==================================================+========================+
| ``algorithms.categories.hidden`` | A comma separated list of any categories of | ``Muons,Testing`` |
| | algorithms that should be hidden in Mantid. | |
+----------------------------------+--------------------------------------------------+------------------------+
| ``algorithms.retained`` | The Number of algorithms properties to retain in | ``50`` |
| | memory for reference in scripts. | |
+----------------------------------+--------------------------------------------------+------------------------+
| ``curvefitting.guiExclude`` | A semicolon separated list of function names | ``ExpDecay;Gaussian;`` |
| | that should be hidden in Mantid. | |
+----------------------------------+--------------------------------------------------+------------------------+
| ``MultiThreaded.MaxCores`` | Sets the maximum number of cores available to be | ``0`` |
| | used for threads for | |
| | `OpenMP <http://www.openmp.org/>`_. If zero it | |
| | will use one thread per logical core available. | |
+----------------------------------+--------------------------------------------------+------------------------+
Facility and instrument properties
**********************************
...
...
@@ -52,7 +55,7 @@ Facility and instrument properties
|Property |Description |Example value |
+==============================+====================================================+=====================+
| ``default.facility`` | The name of the default facility. The facility | ``ISIS`` |
| | must be defined within the facilities.xml file to
| |
| | must be defined within the facilities.xml file to |
|
| | be considered valid. The file is described | |
| | :ref:`here <Facilities file>`. | |
+------------------------------+----------------------------------------------------+---------------------+
...
...
@@ -181,7 +184,7 @@ Network Properties
| |operations (in seconds). | |
+-------------------------------------------+---------------------------------------------------+---------------------------------+
| ``network.scriptrepo.timeout`` |The timeout for network operations in the script | ``5`` |
| |repository, this overrides the default timeout.
|
|
| |repository, this overrides the default timeout.
|
|
+-------------------------------------------+---------------------------------------------------+---------------------------------+
| ``proxy.host`` | Allows the system proxy to be overridden, if not | ``http://www.proxy.org`` |
| | set mantid will use the system proxy | |
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment