Open fvisconti opened 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].
What functions shall I use to read telescope azimuth and zenith? I found
get_azimuth_raw
andget_altitude_raw
that seem suitable, but I'm not sure they return correct results, can somebody confirm?