readEKRaw | R Documentation |
Reads a Simrad raw file.
readEKRaw(
f,
t = 1,
endian = "little",
timeOffset = 0,
drop.out = FALSE,
msg = TRUE,
splitByPings = FALSE,
complex.out = FALSE,
skipRaw = FALSE,
...
)
f |
The path to the raw file. |
t |
A vector of the time steps to read. |
endian |
The endian of the file. |
timeOffset |
The time offset of the datagram. |
drop.out |
Logical: If TRUE drop dimensions of the data. |
msg |
Logical: If TRUE print a time bar during reading. |
splitByPings |
Logical: If TRUE split the acousic data by pings, which can avoid many NAs at the ends of the beams when the range shifts inside a file. |
complex.out |
Logical: If TRUE output the real and imaginary part usd to extract power (for fishery sonars). |
skipRaw |
Logical: If TRUE skip reading the RAW data (power). This reduces processing time to about 20 percent, useful if the acoustic data are not needed. |
... |
Used for robustness. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.