From 1157cfa96cdc79d4150af99e33a57e92778bdae7 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de> Date: Wed, 18 Oct 2023 10:50:43 +0200 Subject: [PATCH] hugo: rm section on alternative resolution fcts, was a misunderstanding --- hugo/content/ref/instr/det/resolution/index.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/hugo/content/ref/instr/det/resolution/index.md b/hugo/content/ref/instr/det/resolution/index.md index 7390d866981..d2e2f4dfd94 100644 --- a/hugo/content/ref/instr/det/resolution/index.md +++ b/hugo/content/ref/instr/det/resolution/index.md @@ -8,7 +8,7 @@ weight = 20 If a detector has a resolution function, then the simulated intensity map is blurred by convolution with that function. -Currently, only Gaussian resolution functions are fully supported. +Currently, only Gaussian resolution functions are supported. ## Gaussian distribution @@ -20,10 +20,3 @@ detector.setResolutionFunction(resol) ``` 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 -- GitLab