gcp                   package:Rsac                   R Documentation

_G_R_E_A_T-_C_I_R_C_L_E-_P_A_T_H _P_A_R_A_M_E_T_E_R_S

_D_e_s_c_r_i_p_t_i_o_n:

     Calculates the azimuth and back azimuth of the great-circle-path
     between two points (source and receiver) on a sphere.

_U_s_a_g_e:

     gcp(s, e)

_A_r_g_u_m_e_n_t_s:

       s: receiver, or station. This is a list with elements 'lat' and
          'lon' given in degrees. 

       e: epicenter, or source. This is a list with elements 'lat' and
          'lon' given in degrees. 

_V_a_l_u_e:

     a list containing the following elements: 

       C: azimuth, in degrees.

       B: back azimuth, in degrees.

       a: arc distance, in degrees.

     lat: latitude defining the path.

     lon: longitude defining the path.

_A_u_t_h_o_r(_s):

     Eric M. Thompson <eric.thompson@tufts.edu>

_R_e_f_e_r_e_n_c_e_s:

     Lay, T. and T. C. Wallace, (1995) _Modern Global Seismology_,
     International geophysics series; v. 58, San Diego: Academic Press.

