Is it possible that the following header keys are missing in read_corsika_headers.py?
|
run_header_columns = [ |
|
'run_number', |
|
'date', |
|
'energy_spectrum_slope', |
|
'energy_min', |
|
'energy_max', |
|
] |
I saw in pyfact that they are needed:
https://github.com/fact-project/pyfact/blob/91273b419e296e1d94e5b85f1d257872c5d5ac1b/fact/io.py#L484
Is it possible that the following header keys are missing in read_corsika_headers.py?
irf/irf/scripts/read_corsika_headers.py
Lines 33 to 39 in bc36aed
I saw in pyfact that they are needed:
https://github.com/fact-project/pyfact/blob/91273b419e296e1d94e5b85f1d257872c5d5ac1b/fact/io.py#L484