Frequently Asked Questions
Q: I tried to compile corsika and I get an error about missing modules/conex
and/or modules/data
.
A: The code is meant to be checked out using the git clone
command (see README instructions). If you downloaded a zip or tar file, you will need to instead use the git clone
command instead with the --recursive
flag.
Q: I have run the shower simulations and I don't know how to visualize the outputs. The output files are in a .parquet format in several folders: energyloss
, particles
, profile
and trakcs
. What type of information are written in these .parquet files and how can I read them?
A: Point out to Maximilian's notebook?