rta_reconstruction.image_displacement.disp¶
- rta_reconstruction.image_displacement.disp(cog_x, cog_y, src_x, src_y, hillas_psi)[source]¶
Compute the disp parameters
- Parameters:
cog_x (numpy.ndarray or float)
cog_y (numpy.ndarray or float)
src_x (numpy.ndarray or float)
src_y (numpy.ndarray or float)
hillas_psi (numpy.ndarray or float)
- Returns:
disp_dx: ‘astropy.units.m` disp_dy: ‘astropy.units.m` disp_norm: ‘astropy.units.m` disp_angle: ‘astropy.units.rad` disp_sign: numpy.ndarray
- Return type:
(disp_dx, disp_dy, disp_norm, disp_angle, disp_sign)