camera_radius#

protopipe.pipeline.camera_radius(camid_to_efl, cam_id='all')[source]#

Get camera radii.

Inspired from pywi-cta CTAMarsCriteria, CTA Mars like preselection cuts. This should be replaced by a function in ctapipe getting the radius either from the pixel poisitions or from an external database

Notes

average_camera_radius_meters = math.tan(math.radians(average_camera_radius_degree)) * foclen The average camera radius values are, in degrees : - LST: 2.31 - Nectar: 4.05 - Flash: 3.95 - SST-1M: 4.56 - GCT-CHEC-S: 3.93 - ASTRI: 4.67