You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the difference is not huge, but especially if there are multiple islands the concentration parameters can behave in complicated way.
Thankfully the concentration parameters are not used in the standard chain.
There are two possible ways to fix it:
change both for MAGIC data and for MC to have it the same as for LST-1 data
change the behavior for LST-1 MCs to reproduce what is done in the data (which would mean that the parameter would have slightly different meaning for different telescopes)
The text was updated successfully, but these errors were encountered:
this is the difference between the values of the parameters for the data between LST data (computed from the cleaned image in blue and from full image in orange:
(computed by @nzywucka )
concentration parameters for MAGIC are computed from non cleaned image:
magic-cta-pipe/magicctapipe/scripts/lst1_magic/magic_calib_to_dl1.py
Line 291 in 01f273d
same is done for MCs (both MAGIC and LST-1):
magic-cta-pipe/magicctapipe/scripts/lst1_magic/lst1_magic_mc_dl0_to_dl1.py
Lines 328 to 330 in 01f273d
however for LST this is done after selecting only image pixels:
https://github.com/cta-observatory/cta-lstchain/blob/e4a5b7a36dfd643acf47b9006f51fe882b6dbc5c/lstchain/reco/r0_to_dl1.py#L164
the difference is not huge, but especially if there are multiple islands the concentration parameters can behave in complicated way.
Thankfully the concentration parameters are not used in the standard chain.
There are two possible ways to fix it:
The text was updated successfully, but these errors were encountered: