Skip to content

Commit

Permalink
Add Conex table to data directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Areustle committed Aug 21, 2024
1 parent 81f5a3f commit 509b159
Show file tree
Hide file tree
Showing 4 changed files with 1,003 additions and 47 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ console_scripts =
nuspacesim = nuspacesim.apps.cli:cli

[options.package_data]
nuspacesim.dat.CONEX_table =
dumpGH_conex_pi_E17_95deg_0km_eposlhc_1394249052_211.dat
nuspacesim.data.cloud_maps =
nss_map_CloudTopPressure_01.v0.fits
nss_map_CloudTopPressure_02.v0.fits
Expand Down
2 changes: 1 addition & 1 deletion src/nuspacesim/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def serialize_rad(self, x: float) -> str:
angle_from_limb: float = np.radians(7)
""" Angle From Limb. Default (Radians). """
cherenkov_light_engine: Literal[
"Default", "Greisen", "Giaser-Hillas"
"Default", "Greisen", "Gaisser-Hillas"
] = "Default" # "CHASM", "EASCherSim"

ionosphere: Optional[Ionosphere] = Ionosphere()
Expand Down
Loading

0 comments on commit 509b159

Please sign in to comment.