X2RSEIS {RSEIS}R Documentation

Extract data to RSEIS file

Description

swig Button Extract seismic data in RSEIS and save in GH format for exchange.

Usage

X2RSEIS(nh, g)

Arguments

nh

RSEIS seismic data format

g

swig parameters

Details

This function is used internally in RSEIS as a button in swig. The program should be run in a directory that has write permission.

The data is saved as a GH list.

Value

No value, writes to disk

Author(s)

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

See Also

XTR, X2SAC, swig

Examples

## Not run: 
###  get data:
GH <-  Mine.seis(at1, at2, DB, NULL , NULL,
        kind = 1, Iendian=1)
w <- swig(GH, PADDLAB=c("X2SAC","X2RSEIS","YPIX" ) )


## End(Not run)

[Package RSEIS version 4.2-0 Index]