From 56ab0e23379cb380cf3fcfa979e3c3e43787e8de Mon Sep 17 00:00:00 2001 From: Karl Kosack Date: Tue, 3 Oct 2023 11:05:30 +0200 Subject: [PATCH] fixed phrasing --- ctapipe/containers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctapipe/containers.py b/ctapipe/containers.py index 57b3c678ad5..511be059a0d 100644 --- a/ctapipe/containers.py +++ b/ctapipe/containers.py @@ -922,7 +922,7 @@ class ReconstructedGeometryContainer(Container): ) h_max = Field( nan * u.m, - "reconstructed vertical height (above sea level) of the shower maximum", + "reconstructed vertical height above sea level of the shower maximum", unit=u.m, ) h_max_uncert = Field(nan * u.m, "uncertainty of h_max", unit=u.m) @@ -930,7 +930,7 @@ class ReconstructedGeometryContainer(Container): is_valid = Field( False, ( - "direction validity flag. True if the shower direction" + "Geometry validity flag. True if the shower geometry" "was properly reconstructed by the algorithm" ), )