Open maxnoe opened 2 years ago
If no tel_id is given for PedestalCalculator and FlatFieldCalculator, the script fails because the default tel_id is 0.
PedestalCalculator
FlatFieldCalculator
tel_id
It should not be necessary to give a tel_id, since it is known from the input source / events themselves.
Hi @maxnoe, you are right, this must be change at ctapipe level. I will take care of it
If no tel_id is given for
PedestalCalculator
andFlatFieldCalculator
, the script fails because the defaulttel_id
is 0.It should not be necessary to give a tel_id, since it is known from the input source / events themselves.