FILT.SEISN {RSEIS} | R Documentation |
Filter Traces in a seismic structure
FILT.SEISN(TH, sel = 1:length(TH$JSTR), FILT = list(ON = FALSE, fl = 0.5, fh = 7, type = "HP", proto = "BU"), TAPER = 0.1, POSTTAPER = 0.1)
TH |
Seismic structure |
sel |
selection of traces |
FILT |
filter definition |
TAPER |
filter taper |
POSTTAPER |
taper after filter |
Seismic structure
Seismic structure
Jonathan M. Lees<jonathan.lees.edu>
butfilt
## Fdef = choosfilt() Fdef = list(ON=FALSE, fl=0.5, fh=7.0, type="BP", proto="BU") data("GH") sel= which(GH$COMPS=="V") sel = 1:3 KF = FILT.SEISN(GH, sel = sel, FILT=Fdef) PICK.GEN(KF)