read_adcp: Read RDI ADCP ensemble file

View source: R/adcp.R

read_adcpR Documentation

Read RDI ADCP ensemble file

Description

Read in a RDI Acoustic Current Dopler Current Profiler ensemble file with extension .ENS, .ENR, .ENX, .STA, or .LTA.

Usage

read_adcp(adcp_file, calc_echo = FALSE, to_tibble = TRUE)

Arguments

adcp_file

The file name of the ensemble file

calc_echo

Whether or not to calculate the echo intensity from the backscatter

Details

This makes use of the read.adp() function from the oce package which decodes the binary format of a RDI ADCP and creates an oce adcp object. This is then converted to a more readily used format, a list of available fields.


benharden27/seaprocess documentation built on June 28, 2023, 7:20 p.m.