extract_cal_fm: Extract calibration results from calibrations in FM-mode.

View source: R/cal.R

extract_cal_fmR Documentation

Extract calibration results from calibrations in FM-mode.

Description

Extract calibration results from ER60 (.txt) or EK80 (.xml) software.

Usage

extract_cal_fm(
  filename,
  vessel.name = NA_character_,
  survey.name = NA_character_,
  cal.group = NA_character_
)

Arguments

filename

An string containing the name of the calibration file.

vessel.name

A string containing the vessel name.

survey.name

A string containing the survey name.

cal.group

A string containing the name of the calibration group.

Value

A data frame containing frequency, gain, beam angles, and beam offsets.


kstierhoff/atm documentation built on Jan. 30, 2025, 11:21 p.m.