Stream
objectThe readMiniseedFile
function converts a raw miniSEED file into a Stream
object.
readMiniseedFile(file,sensor,scale,scalefreq,scaleunits,
latitude,longitude,elevation,depth,azimuth,dip)
A Stream
object.
character path of a miniSEED file
character description of the Sensor associated with this Station-Network-Channel-Location (SNCL) (see Trace)
numeric description of the InstrumentSensitivity associated with this SNCL (see Trace)
numeric description of frequency at which the InstrumentSensitivity is correct, the SensitivityFrequency (see Trace)
character description of the InputUnits associated with this SNCL (see Trace)
numeric latitude associated with this SNCL (see Trace)
numeric longitude associated with this SNCL (see Trace)
numeric elevation associated with this SNCL (see Trace)
numeric depth associated with this SNCL (see Trace)
numeric channel azimuth associated with this SNCL (see Trace)
numeric channel dip associated with this SNCL (see Trace)
Jonathan Callahan jonathan@mazamascience.com
This function reads in a raw miniSEED file and converts it to a Stream
object. Metadata information is optional.
miniseed2Stream