parseFN2STA               package:Rsac               R Documentation

_P_A_R_S_E _S_T_A_T_I_O_N _N_A_M_E

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

     Gets the station name and the component name from the file name.
     Assumes that the station name and the component name are the last 
     items on the finle name seperated by a period.

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

     parseFN2STA(fn)

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

      fn: file name.

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

     a list containing the station name info. The specific elements of
     the list are: 

     sta: station name.

    comp: component.

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

     Jonathan M. Lees <jonathan.lees@unc.edu>

_S_e_e _A_l_s_o:

     'GET.seis'

