From dd09d94e75a2308470316f7bf1e20ae881938d6f Mon Sep 17 00:00:00 2001 From: Jose Borreguero <borreguero@gmail.com> Date: Sat, 11 Jun 2016 20:14:36 -0400 Subject: [PATCH] Refs #16598 Correction to intermediate workspaces --- docs/source/algorithms/DPDFreduction-v1.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/algorithms/DPDFreduction-v1.rst b/docs/source/algorithms/DPDFreduction-v1.rst index 8731efea148..80250187eaf 100644 --- a/docs/source/algorithms/DPDFreduction-v1.rst +++ b/docs/source/algorithms/DPDFreduction-v1.rst @@ -45,10 +45,11 @@ Detailed Parameters description + `vanadium`: vanadium events workspace + `reduced`: sample runs after DgsReduction algorithm + `ec_reduced`: empty can after :ref:`DgsReduction <algm-DgsReduction>` algorithm - + `S_theta_E`: reduced sample runs after :ref:`GroupDetectors <algm-GroupDetectors>` algorithm. + `vanadium_S_theta`: vanadium after :ref:`GroupDetectors <algm-GroupDetectors>` algorithm. + `ec_S_theta_E`: reduced empty can after :ref:`GroupDetectors <algm-GroupDetectors>` - algorithm minus empty can `ec_S_theta_E`. + algorithm. + + `S_theta_E`: reduced sample runs after :ref:`GroupDetectors <algm-GroupDetectors>` + algorithm and after subtraction of empty can `ec_S_theta_E`. + `S_theta_E_normalized`: `S_theta_E` divided by vanadium vanadium_S_theta + `S_theta_E_normalized_interp`: `S_theta_E_normalized` with interpolation over the detector gaps. -- GitLab