Skip to content

python script that parses Corsika directories and creates configs on the fly + config template

It addresses issue #48

In the current (and possibly future) MC production the only modifications we have to do in the config files is the input/output paths and the telescope pointings. The proposed script parses the corsika directories, grep the directory names and creates simtel directories. It then edits a proposed config template, adding the relevant input and output paths. Currently, the direction of shower generation in Corsika is stated in the directory name. The script reads the pointing from the name, and modifies the pointing inside the config file for the simtel simulation. Finally the config is copied in the relevant directory that will host the simtel files.

Merge request reports