parseFN2STA {Rsac} | R Documentation |
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.
parseFN2STA(fn)
fn |
file name. |
a list containing the station name info. The specific elements of the list are:
sta |
station name. |
comp |
component. |
Jonathan M. Lees <jonathan.lees@unc.edu>