Learn R Programming

IRISSeismic (version 1.0.5)

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,scaleunits)

Arguments

file
character path of a miniSEED file
sensor
character description of the Sensor associated with this SNCL (see Trace)
scale
character description of the InstrumentSensitivity associated with this SNCL (see Trace)
scaleunits
character description of the InputUnits associated with this SNCL (see Trace)

Value

  • A Stream object.

Details

This function reads in a raw miniSEED file and converts it to a Stream object.

See Also

miniseed2Stream