Skip to content
Snippets Groups Projects
Commit 1157cfa9 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

hugo: rm section on alternative resolution fcts, was a misunderstanding

parent 59da3197
No related branches found
No related tags found
1 merge request!2036repair interpretation of resolution function arguments (#777)
...@@ -8,7 +8,7 @@ weight = 20 ...@@ -8,7 +8,7 @@ weight = 20
If a detector has a resolution function, then the simulated intensity map If a detector has a resolution function, then the simulated intensity map
is blurred by convolution with that function. is blurred by convolution with that function.
Currently, only Gaussian resolution functions are fully supported. Currently, only Gaussian resolution functions are supported.
## Gaussian distribution ## Gaussian distribution
...@@ -20,10 +20,3 @@ detector.setResolutionFunction(resol) ...@@ -20,10 +20,3 @@ detector.setResolutionFunction(resol)
``` ```
For an example, see [resolution 2d example](/ex/instr/resol/2d). For an example, see [resolution 2d example](/ex/instr/resol/2d).
## Generic convolution
For other resolution profile, there is a class
[ConvolutionDetectorResolution]({{% url-src %}}/Device/Resolution/ConvolutionDetectorResolution.h).
This is an experimental feature, and there is no Python usage example yet.
If this functionality is important for you, then please tell us.
\ No newline at end of file
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