cta-observatory / pyhessio

CTA Python wrapper for hessio event format that is used in output of simtel_array. [DEPRECATED see pyeventio instead]
5 stars 14 forks source link

Telescope pointing az and ze #60

Open fvisconti opened 6 years ago

fvisconti commented 6 years ago

What functions shall I use to read telescope azimuth and zenith? I found get_azimuth_raw and get_altitude_raw that seem suitable, but I'm not sure they return correct results, can somebody confirm?

jacquemier commented 6 years ago

get_azimuth_raw returns azimuth_raw from TrackEvent strucure (io_hess.h) ///< Raw azimuth angle [radians from N->E].

get_altitude_raw returns altitude_raw from TrackEvent strucure (io_hess.h) ; ///< Raw altitude angle [radians].