Stream
objectThe miniseed2Stream
function converts raw miniSEED bytes into a Stream
object.
miniseed2Stream(miniseed,url,requestedStarttime,requestedEndtime,
sensor,scale,scalefreq,scaleunits,latitude,longitude,
elevation, depth, azimuth,dip)
A Stream
object.
a vector of raw bytes read from a miniSEED file
character source location (see getDataselect)
POSIXct
time associated with the requested starttime (see getDataselect)
POSIXct
time associated with the requested endtime (see getDataselect)
character description of the Sensor type associated with this Station-Network-Channel-Location (SNCL) (see Trace)
character 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 takes raw bytes read in from a file or URL and converts them to a Stream
object. Metadata information is optional.
This function is primarily for internal use.
readMiniseedFile