first_interactions.py crash
Running ./c8_air_shower -p 2212 --filename test --energy 1e3 --force-interaction -z 0 -s 1832495174
yields a shower that is crashing first_interactions.py
.
$ python first_interactions.py --input-dir /home/gottowik/corsika8/corsika-install/bin/test/
An error occured loading a RadioProcess: single positional indexer is out-of-bounds
Unable to instantiate an instance of 'RadioProcess' for a process called 'CoREAS'
'RadioProcess' object has no attribute '_RadioProcess__data'
An error occured loading a RadioProcess: single positional indexer is out-of-bounds
Unable to instantiate an instance of 'RadioProcess' for a process called 'ZHS'
'RadioProcess' object has no attribute '_RadioProcess__data'
Traceback (most recent call last):
File "/home/gottowik/corsika8/corsika/python/examples/first_interactions.py", line 57, in <module>
norm = np.sqrt(sum(np.array(mother.momentum) ** 2)) # total momentum
TypeError: unsupported operand type(s) for ** or pow(): 'NoneType' and 'int'
Edited by Marvin Gottowik