From bdef708cd4f74a8ee9ec1fb2e1237dacb8c3afe0 Mon Sep 17 00:00:00 2001 From: Raquel Alvarez Banos <raquel.alvarez.banos@gmail.com> Date: Wed, 14 Oct 2015 16:48:49 +0100 Subject: [PATCH] Re #13968 Adding note in the documentation --- docs/source/algorithms/RemoveExpDecay-v1.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/algorithms/RemoveExpDecay-v1.rst b/docs/source/algorithms/RemoveExpDecay-v1.rst index 7307a59b69f..099f5988544 100644 --- a/docs/source/algorithms/RemoveExpDecay-v1.rst +++ b/docs/source/algorithms/RemoveExpDecay-v1.rst @@ -9,8 +9,9 @@ Description ----------- -This algorithm removes the exponential time decay from a specified muon -spectra. By default, all the spectra in a workspace will be corrected. +This algorithm removes the exponential time decay from the specified muon +spectra, leaving the rest unchanged. By default, all the spectra +in a workspace will be corrected. The formula for removing the exponential decay is given by: -- GitLab