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

readMiniseedFile

Convert miniSEED file to Stream object


Description

The readMiniseedFile function converts a raw miniSEED file into a Stream object.

Usage

readMiniseedFile(file,sensor,scale,scalefreq,scaleunits,
                 latitude,longitude,elevation,depth,azimuth,dip)

Arguments

file

character path of a miniSEED file

sensor

character description of the Sensor associated with this Station-Network-Channel-Location (SNCL) (see Trace)

scale

numeric description of the InstrumentSensitivity associated with this SNCL (see Trace)

scalefreq

numeric description of frequency at which the InstrumentSensitivity is correct, the SensitivityFrequency (see Trace)

scaleunits

character description of the InputUnits associated with this SNCL (see Trace)

latitude

numeric latitude associated with this SNCL (see Trace)

longitude

numeric longitude associated with this SNCL (see Trace)

elevation

numeric elevation associated with this SNCL (see Trace)

depth

numeric depth associated with this SNCL (see Trace)

azimuth

numeric channel azimuth associated with this SNCL (see Trace)

dip

numeric channel dip associated with this SNCL (see Trace)

Details

This function reads in a raw miniSEED file and converts it to a Stream object. Metadata information is optional.

Value

A Stream object.

Author(s)

Jonathan Callahan jonathan@mazamascience.com

See Also


IRISSeismic

Classes and Methods for Seismic Data Analysis

v1.6.2
GPL (>= 2)
Authors
Jonathan Callahan [aut], Rob Casey [aut], Gillian Sharer [aut, cre], Mary Templeton [aut], Chad Trabant [ctb]
Initial release

We don't support your browser anymore

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