From c3a1bd147c6514271d26e814f14fe0fde808c156 Mon Sep 17 00:00:00 2001 From: SeiyaNozaki Date: Mon, 4 Mar 2024 22:45:42 +0000 Subject: [PATCH] Update help string of the definition of concentration_cog --- lstchain/io/lstcontainers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lstchain/io/lstcontainers.py b/lstchain/io/lstcontainers.py index 9fb0900e25..01a6d353df 100644 --- a/lstchain/io/lstcontainers.py +++ b/lstchain/io/lstcontainers.py @@ -76,8 +76,8 @@ class DL1ParametersContainer(Container): leakage_pixels_width_2 = Field(np.nan, 'Fraction of signal pixels that are ' 'in the two outermost rings of pixels') n_pixels = Field(-1, 'Number of pixels after cleaning') - concentration_cog = Field(np.nan, 'Fraction of intensity in three pixels ' - 'closest to the cog') + concentration_cog = Field(np.nan, 'Fraction of intensity inside one pixel ' + 'diameter of the cog') concentration_core = Field(np.nan, 'Fraction of intensity inside hillas ' 'ellipse') concentration_pixel = Field(np.nan, 'Fraction of intensity in brightest '