readEKRaw_extractPings | R Documentation |
Provides the facility to modify parts of EK80/WBAT .raw files so that these files can be read by the Large Scale Survey System (LSSS) software.
readEKRaw_extractPings(
filename,
newDir,
t = "all",
addMRU = TRUE,
fixBeamType = TRUE,
fixSlope = TRUE,
addTransducerSerialNumber = "114",
endian = "little",
msg = TRUE
)
filename |
The path to directory of raw files or a vector of the paths to the raw files. |
newDir |
The directory in which to put the modified files. |
t |
The time steps to extract the data for (use the default t="all" to keep all time steps) |
addMRU |
logical; if TRUE the funciton inserts a dummy MRU0 datagram prior to RAW3 datagrams. |
fixBeamType |
logical; if TRUE the BeamType is fixed to 1. |
fixSlope |
logical; if TRUE the slope is set to a default. |
addTransducerSerialNumber |
A string giving the transducer serial number. |
endian |
the endianness of the file, defaulted to "little". |
msg |
logical: if TRUE print a time bar during file conversion. |
A vector of file names of the modified files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.