Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
c45cfb43
Commit
c45cfb43
authored
9 years ago
by
Federico Montesino Pouzols
Browse files
Options
Downloads
Patches
Plain Diff
Update doc to mention the default pixel (full) calib file, re #14590
parent
53160de4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
MantidQt/CustomInterfaces/src/EnggDiffraction/EnggDiffractionViewQtGUI.cpp
+1
-0
1 addition, 0 deletions
...terfaces/src/EnggDiffraction/EnggDiffractionViewQtGUI.cpp
docs/source/interfaces/Engineering_Diffraction.rst
+13
-4
13 additions, 4 deletions
docs/source/interfaces/Engineering_Diffraction.rst
with
14 additions
and
4 deletions
MantidQt/CustomInterfaces/src/EnggDiffraction/EnggDiffractionViewQtGUI.cpp
+
1
−
0
View file @
c45cfb43
...
@@ -424,6 +424,7 @@ std::string EnggDiffractionViewQtGUI::guessDefaultFullCalibrationPath() const {
...
@@ -424,6 +424,7 @@ std::string EnggDiffractionViewQtGUI::guessDefaultFullCalibrationPath() const {
templ
=
templ
.
makeParent
();
templ
=
templ
.
makeParent
();
templ
.
append
(
"scripts"
);
templ
.
append
(
"scripts"
);
templ
.
append
(
"Engineering"
);
templ
.
append
(
"Engineering"
);
templ
.
append
(
"calib"
);
templ
.
append
(
"ENGINX_full_pixel_calibration_vana194547_ceria193749.csv"
);
templ
.
append
(
"ENGINX_full_pixel_calibration_vana194547_ceria193749.csv"
);
return
templ
.
toString
();
return
templ
.
toString
();
}
}
...
...
This diff is collapsed.
Click to expand it.
docs/source/interfaces/Engineering_Diffraction.rst
+
13
−
4
View file @
c45cfb43
...
@@ -63,6 +63,10 @@ Calibration sample #
...
@@ -63,6 +63,10 @@ Calibration sample #
Number of the calibration sample run (for example Ceria run) used to
Number of the calibration sample run (for example Ceria run) used to
calibrate experiment runs.
calibrate experiment runs.
The calibration process depends on several additional parameters and
settings which can be modified in the *Settings* section (tab), see
below for details.
Focus
Focus
-----
-----
...
@@ -221,16 +225,21 @@ Calibration Parameters
...
@@ -221,16 +225,21 @@ Calibration Parameters
The calibration settings are organized in three blocks:
The calibration settings are organized in three blocks:
1. Input directories
1. Input directories
2. Pixel calibration
2. Pixel
(full)
calibration
3. Advanced settings
3. Advanced settings
The input directories will be used when looking for run files
The input directories will be used when looking for run files
(Vanadium and Ceria). They effectively become part of the search path
(Vanadium and Ceria). They effectively become part of the search path
of Mantid when using this interface.
of Mantid when using this interface.
The pixel calibration file contains the calibration of every pixel of
The pixel (full) calibration file contains the calibration details of
all banks, as produced by the algorithm :ref:`EnggCalibrateFull
every pixel of all banks, as produced by the algorithm
<algm-EnggCalibrateFull>`.
:ref:`EnggCalibrateFull <algm-EnggCalibrateFull>`. A default pixel
calibration file is provided with Mantid packages. This calibration
has been produced for the Vanadium and calibration sample (Ceria) runs
indicated in the name of the calibration file. Note that this
calibration is currently subject to changes, as the fitting of peaks
is being refined.
The Following advanced settings are available to customize the
The Following advanced settings are available to customize the
behavior of this interface:
behavior of this interface:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment