We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebaefd5 + cdac128 commit 1030e7eCopy full SHA for 1030e7e
1 file changed
corsikaio/subblocks/event_header.py
@@ -14,8 +14,8 @@
14
Field(8, "momentum_x", unit="GeV/c"),
15
Field(9, "momentum_y", unit="GeV/c"),
16
Field(10, "momentum_minus_z", unit="GeV/c"),
17
- Field(11, "zenith", unit="deg"),
18
- Field(12, "azimuth", unit="deg"),
+ Field(11, "zenith", unit="rad"),
+ Field(12, "azimuth", unit="rad"),
19
Field(13, "n_random_sequences"),
20
Field(13 + 1, "random_seeds", shape=(10, 3)),
21
Field(44, "run_number"),
0 commit comments