read.adp.rdi(file, from = 1, to, by = 1, tz = getOption("oceTz"), longitude = NA, latitude = NA, type = c("workhorse"), monitor = FALSE, despike = FALSE, processingLog, testing = FALSE, debug = getOption("oceDebug"), ...)
read.adp.sontek.serial
, this is generally a list of
files, which will be concatenated.tz
argument.from
. If not supplied, the whole file will
be read.by-1
profiles are skipped
between each pair of profiles that is read. If this is a string
representing a time interval, in colon-separated format (MM:SS), then this
interval is divided by the sampling interval, to get the stride length.TRUE
to provide an indication (with
numbers and dots) of every profile read.TRUE
, despike
will be used to clean
anomalous spikes in heading, etc.upward
within the data
slot.adp
object, i.e. one inheriting from adp-class
.
If a heading bias had been set with the EB
command during the setup
for the deployment, then a heading bias will have been stored in the file's
header. This value is stored in the object's metadata as
metadata$heading.bias
. Importantly, this value is
subtracted from the headings stored in the file, and the result of this
subtraction is stored in the objects heading value (in data$heading
).
It should be noted that read.adp.rdi()
was tested for firmware
version 16.30. For other versions, there may be problems. For example, the
serial number is not recognized properly for version 16.28.
In Teledyne/RDI ADP data files, velocities are coded to signed 2-byte integers, with a
scale factor being used to convert to velocity in metres per second. These
two facts control the maximum recordable velocity and the velocity
resolution, values that may be retrieved for an ADP object name d
with d[["velocityMaximum"]]
and d[["velocityResolution"]]
.
0x7f
repeated twice,
and each profile starts with the bytes 0x80
, followed by 0x00
,
followed by the sequence number of the profile, represented as a
little-endian two-byte short integer. read.adp.rdi()
uses these
sequences to interpret data files.)
2. Teledyne-RDI, 2015. V Series output data format. P/N 95D-6022-00 (May 2015).
adp
data: [[,adp-method
,
[[<-,adp-method
, adp-class
,
adp
, as.adp
,
beamName
, beamToXyzAdp
,
beamToXyzAdv
, beamToXyz
,
beamUnspreadAdp
, binmapAdp
,
enuToOtherAdp
, enuToOther
,
plot,adp-method
,
read.adp.nortek
,
read.adp.sontek.serial
,
read.adp.sontek
, read.adp
,
read.aquadoppHR
,
read.aquadoppProfiler
,
read.aquadopp
,
subset,adp-method
,
summary,adp-method
, toEnuAdp
,
toEnu
, velocityStatistics
,
xyzToEnuAdp
, xyzToEnu