-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Fixed the definition of ``h_max``, which was both inconsistent between | ||
`ctapipe.reco.HillasReconstructor` and `ctapipe.reco.HillasIntersection` | ||
implementations, and was also incorrect since it was measured from the | ||
observatory elevation rather than from sea level. | ||
|
||
The value of ``h_max`` is now defined as the height above sea level of the | ||
shower-max point (in meters), not the distance to that point. Therefore it is | ||
not corrected for the zenith angle of the shower. This is consistent with the | ||
options currently used for *CORSIKA*, where the *SLANT* option is set to false, | ||
meaning heights are actual heights not distances from the impact point, and | ||
``x_max`` is a *depth*, not a *slant depth*. Note that this definition may be | ||
inconsistent with other observatories where slant-depths are used, and also note | ||
that the slant depth or distance to shower max are the more useful quantities | ||
for shower physics. |