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
10 stars 1 forks source link

Compute viewcone and core scatter area factor #1219

Open tobiaskleiner opened 2 weeks ago

tobiaskleiner commented 2 weeks ago

Determine the viewcone and core scatter area factor from simulations for a set of azimuth, elevation, NSB.

In: generate_simulation_config.py

there are two placeholder methods that should read the factor from a lookup table (which is generated by test simulations): _get_area_factor_from_grid_point _get_viewcone_factor_from_grid_point

orelgueta commented 1 week ago

Please note that a sort of lookup table for that and others existed in a class that was then (accidentally) removed from the code. Check this comment in the commit responsible:

https://github.com/gammasim/simtools/commit/bda9b594f3558bcc34308cd701c4eab3e6e5fd75#commitcomment-145991640