get_CON0 | R Documentation |
Read the echosounder configuration information stored in CON0 datagram.
get_CON0(raw)
raw |
A raw vector imported via |
While it can be used for reading the configuration data from an EK60 raw file, this function is not meant to be called directly by the user.
A list with two data frames: Header, containing survey-, transect- and sounder names, software version, and number of transceivers; Transceiver, with channel ID, beamtypes, frequency, gain, equivalent beam angle, etc. for each transceiver.
Héctor Villalobos.
if(interactive()){
config <- get_CON0("D20130504-T083828.raw")
config
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.