parseFN2STA {Rsac}R Documentation

Parse station name

Description

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.

Usage

parseFN2STA(fn)

Arguments

fn file name.

Value

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

sta station name.
comp component.

Author(s)

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

See Also

GET.seis


[Package Rsac version 0.1-7 Index]