Skip to content

Commit

Permalink
Merge pull request #1241 from cta-observatory/conc_cog_def
Browse files Browse the repository at this point in the history
Update help string of the definition of concentration_cog
  • Loading branch information
moralejo authored Mar 21, 2024
2 parents 5850732 + c3a1bd1 commit 12b08f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lstchain/io/lstcontainers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 '
Expand Down

0 comments on commit 12b08f0

Please sign in to comment.