Skip to content
Snippets Groups Projects
Commit ef4da3d0 authored by Joe Ramsay's avatar Joe Ramsay
Browse files

Re #21663 Update HRPD default bin widths

parent bd9f5df9
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ Powder Diffraction
- :ref:`LoadILLDiffraction <algm-LoadILLDiffraction>` now supports D2B files with calibrated data.
- :ref:`PowderDiffILLReduction <algm-PowderDiffILLReduction>` and :ref:`PowderDiffILLDetEffCorr <algm-PowderDiffILLDetEffCorr>` enable the basic data reduction for D20 scanning powder diffractometer at ILL.
- New algorithm :ref:`algm-SumOverlappingTubes` combines a detector scan for D2B into a single workspace.
- ISIS Powder scripts for HRPD now support extra TOF windows 10-50 and 180-280
- ISIS Powder scripts for HRPD now support extra TOF windows 10-50 and 180-280, and default bin widths have been updated
- After calling create_vanadium and focus in ISIS Powder scripts on POLARIS, the output workspaces always contain the sample material if it is set using set_sample_material. (To view the sample material, right click the workspace and click 'Sample Material...')
- Using grouping files with only one bank was enabled in ISIS Powder, and related errors to do with mismatched number of parameters were made more readable
- It is now possible to set beam parameters (height and width) using instrument_object.set_beam_parameters(height=123, width=456).
......
......@@ -512,9 +512,9 @@ On HRPD this is set to the following:
.. code-block:: python
focused_bin_widths = [
-0.0005, # Bank 1
-0.0005, # Bank 2
-0.001 # Bank 3
-0.0003, # Bank 1
-0.0007, # Bank 2
-0.0012 # Bank 3
]
focused_cropping_values
......
......@@ -64,9 +64,9 @@ file_names = {
general_params = {
"spline_coefficient": 70,
"focused_bin_widths": [
-0.0005, # Bank 1
-0.0005, # Bank 2
-0.001 # Bank 3
-0.0003, # Bank 1
-0.0007, # Bank 2
-0.0012 # Bank 3
],
"mode": "coupled"
}
......
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