get_CON0: Get CON0 datagram from EK60 raw files

View source: R/get_CON0.R

get_CON0R Documentation

Get CON0 datagram from EK60 raw files

Description

Read the echosounder configuration information stored in CON0 datagram.

Usage

get_CON0(raw)

Arguments

raw

A raw vector imported via read.EK_raw or an EK60 raw file name.

Details

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.

Value

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.

Author(s)

Héctor Villalobos.

Examples

if(interactive()){
config <- get_CON0("D20130504-T083828.raw")
config
}

hvillalo/echogram documentation built on Oct. 2, 2023, 7:28 a.m.