velocity_glon_glat# gammapy.utils.coordinates.velocity_glon_glat(x, y, z, vx, vy, vz)[source]# Compute projected angular velocity in galactic coordinates. Parameters: x, y, zQuantityPosition in x, y, z direction. vx, vy, vzQuantityVelocity in x, y, z direction. Returns: v_glon, v_glatQuantityProjected velocity in Galactic sky coordinates.