gammasim / simtools

Tools and applications for the Simulation System of the CTA Observatory.
https://gammasim.github.io/simtools
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

Centroid_x and centroid_y for effective focal length calculation #981

Open tobiaskleiner opened 1 month ago

tobiaskleiner commented 1 month ago

In the current implementation in ray_tracing only centroid_x is used for the calculation of the effective focal length. This should be updated to correctly calculate it depending on the position of the simulated light source in the field of view.

tobiaskleiner commented 6 days ago

In #1047 we have removed the unused centroid_y variable (temporary) until we generalize it further.