cta-observatory / cta-lstchain

LST prototype testbench chain
https://cta-observatory.github.io/cta-lstchain/
BSD 3-Clause "New" or "Revised" License
25 stars 77 forks source link

tel_id is needed to be given for lstchain_create_calibration file #781

Open maxnoe opened 2 years ago

maxnoe commented 2 years ago

If no tel_id is given for PedestalCalculator and FlatFieldCalculator, the script fails because the default tel_id is 0.

It should not be necessary to give a tel_id, since it is known from the input source / events themselves.

FrancaCassol commented 2 years ago

Hi @maxnoe, you are right, this must be change at ctapipe level. I will take care of it