Skip to content

Commit

Permalink
Merge pull request #33 from cta-observatory/fix_units
Browse files Browse the repository at this point in the history
Fix units of azimuth/zenith in event header blocks
  • Loading branch information
maxnoe committed May 31, 2023
2 parents ebaefd5 + cdac128 commit 1030e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions corsikaio/subblocks/event_header.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
Field(8, "momentum_x", unit="GeV/c"),
Field(9, "momentum_y", unit="GeV/c"),
Field(10, "momentum_minus_z", unit="GeV/c"),
Field(11, "zenith", unit="deg"),
Field(12, "azimuth", unit="deg"),
Field(11, "zenith", unit="rad"),
Field(12, "azimuth", unit="rad"),
Field(13, "n_random_sequences"),
Field(13 + 1, "random_seeds", shape=(10, 3)),
Field(44, "run_number"),
Expand Down

0 comments on commit 1030e7e

Please sign in to comment.