Skip to content
Snippets Groups Projects
Commit c45cfb43 authored by Federico Montesino Pouzols's avatar Federico Montesino Pouzols
Browse files

Update doc to mention the default pixel (full) calib file, re #14590

parent 53160de4
No related branches found
No related tags found
No related merge requests found
...@@ -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();
} }
......
...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment