Convert Seismic in SAC or SEGY format to RSEIS native format.
convert2Rseis(FLS, NEWDIR = ".", kind = 1, Iendian = "little", BIGLONG =
FALSE, NEWsta = "", NEWcomp = "")
Side effects - creates new files on local system
array of File names
Destination directory path
an integer 1, 2, 3; 0=R(DAT) , 1 = segy, 2 = sac, 3 = AH.
Endian-ness of the data: 1,2,3: "little", "big", "swap". Default = 1 (little)
logical, TRUE=long=8 bytes
character vector, stations associated with the vector of files
character vector, component name associated with the vector of files
Jonathan M. Lees<jonathan.lees@unc.edu>
Converts the data to R format so it can be loaded with the load command. After this conversion, files should be loaded in subsequent calls by using kind=0.
JGET.seis, JSAC.seis , Mine.seis