Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

rseis2segy

Convert RSEIS to SEGY/SAC format


Description

Convert RSEIS to SEGY/SAC format

Usage

rseis2segy(GH, sel = 1, win = c(0, 1), path = ".", BIGLONG = FALSE)
rseis2sac(GH, sel = 1, win = c(0, 1), path = ".", BIGLONG = FALSE)

Arguments

GH

RSEIS format list

sel

select traces to convert

win

vector, t1 and t2 window each trace

path

path to directory where files are created

BIGLONG

logical, indicating whether long is 8 or 4 bytes.

Details

This is the converse of the segy2rseis routine.

Segy format files are in integer format. The time series ususally represents counts recorded in a data acquisition system. The header includes meta-data and other identifying information.

Value

Side effects in file system

Note

The Endian-ness of the output file will be the native endian-ness of the system.

Author(s)

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

See Also

write1segy, write1sac, read1sac, read1segy, sac2rseis, segy2rseis

Examples

## Not run: 

rseis2segy(GH,  path="./MYSEGFILES", BIGLONG=FALSE )


## End(Not run)

RSEIS

Seismic Time Series Analysis Tools

v3.9-3
GPL (>= 2)
Authors
Jonathan M. Lees [aut, cre], Jake Anderson [ctb], Leonard Lisapaly [ctb], Dave Harris [aut, cph]
Initial release
2020-08-25

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.