DISPLACE.SEISN | R Documentation |
Removes seismic instrument response and integrates to displacement.
DISPLACE.SEISN(TH, sel = 1:length(TH$JSTR), inst = 1,
Kal = Kal,waterlevel = 1e-08, FILT = list(ON = FALSE,
fl = 1/30, fh = 7, type = "HP", proto = "BU",RM=FALSE, zp=TRUE))
TH |
list structure of seismic traces |
sel |
select which tracesin list to deconvolve |
inst |
index to instrument in Kal list for calibration and instrument response |
Kal |
list of instrument responses |
waterlevel |
waterlevel for low frequency division |
FILT |
filter output, after instrumentation, see butfilt |
Instrument responses are lists of poles and zeros for each instrument defined.
Same as input list with new traces representing displacement versus velocity
Jonathan M. Lees<jonathan.lees@unc.edu>
VELOCITY.SEISN, deconinst, butfilt
data(KH)
Kal <- PreSet.Instr()
DH <- DISPLACE.SEISN(KH, sel = 1 , inst = 1,
Kal = Kal, FILT = list(ON = FALSE, fl = 1/200, fh = 7,
type = "BP", proto = "BU"))
if(interactive()){
SOUT <- swig(DH, PADDLAB=c("CENTER", "fspread", "HALF", "PREV") )
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.