Skip to content

Commit

Permalink
fixed phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
kosack committed Oct 3, 2023
1 parent 8a58d1d commit 56ab0e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ctapipe/containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -922,15 +922,15 @@ 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)

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"
),
)
Expand Down

0 comments on commit 56ab0e2

Please sign in to comment.