Skip to content

Non-consistent calculation of concentration parameters #256

Description

@jsitarek

concentration parameters for MAGIC are computed from non cleaned image:

conc_params = concentration_parameters(camera_geom, image, hillas_params)

same is done for MCs (both MAGIC and LST-1):

conc_params = concentration_parameters(
camera_geoms[tel_id], image, hillas_params
)

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:

  1. change both for MAGIC data and for MC to have it the same as for LST-1 data
  2. 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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions