From 65e27b361f67f534ed1fcab5caaf5e14ea6e28be Mon Sep 17 00:00:00 2001 From: Paul O'Brien <77679047+tpoiii@users.noreply.github.com> Date: Tue, 15 Apr 2025 07:54:57 -0400 Subject: [PATCH] Update radiation_models.rst Corrected spherical shielding description for SHIELDOSE2: it is not illuminated from all directions, only one hemisphere. --- docs/source/api/radiation_models.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/api/radiation_models.rst b/docs/source/api/radiation_models.rst index 2c47a4cc..2fc955e5 100644 --- a/docs/source/api/radiation_models.rst +++ b/docs/source/api/radiation_models.rst @@ -346,7 +346,8 @@ Effect models * at the transmission surface of a plane slab, as a function of slab thickness; irradiation is from one side only. * at the centre of a solid sphere, as a function of sphere radius; - irradiation is from all directions. + irradiation is from one hemisphere only (i.e., half the dose at the + center of the solid sphere) .. note::