Learn R Programming

RSEIS (version 2.1-6)

getseis24: Get 24 Hours of Seismic Data

Description

Get 24 Hours of Seismic Data

Usage

getseis24(DB, iyear = 2009, iday = 1, usta = "", acomp = "", kind = 1)

Arguments

DB
Data base of meta-data about the seismic trace files
iyear
Year for extraction
iday
Julian day for extraction
usta
station to show
acomp
component to show
kind
kind of data, default=1, SEGY data

Value

  • yrstart year
  • jdstart julian day
  • t1start t1 (with epoch)
  • t2start t2 (with epoch day)
  • edepoch day
  • hrstart hour
  • mistart minute
  • secstart seconds
  • gampAmplitude of each trace
  • gdtdelta-t, sample interval, in seconds
  • gnamstation name
  • gfilefile information
  • sigsList of time series
  • znaList of NA values in each time series

Details

The DB file consists of a list of information on where to find the data and what times are covered. DB is [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]

See Also

setupDB, plotseis24

Examples

Run this code
JJ = getseis24(DB, 2008, 366, usta, acomp, kind = 1)
 
pjj = plotseis24(JJ, dy=1/18, FIX=24, SCALE=1, FILT=list(ON=FALSE, fl=0.05 , fh=20.0, type="BP", proto="BU"), RCOLS=c(rgb(0.2, .2, 1), rgb(.2, .2, .2))  )

Run the code above in your browser using DataLab