calibrateStations: Calibrate Sonobuoy Stations

Description Usage Arguments Value Author(s)

View source: R/calibrateStations.R

Description

Perform calibration for sonobuoy stations. This can take either a list of stations or a single station as input, and will modify the object directly in the parent environment so no assignment is necessary. The user can select from three calibration options: Check calibrations, apply calibrations, or calibrate drift (these must be done in this order).

Usage

1
calibrateStations(stationList, type = "", recalibrate = FALSE, ...)

Arguments

stationList

Either a list of stations or a single station to calibrate

type

The type of calibration to perform, either 'check', 'apply', or 'drift'.

recalibrate

Should we re-do stations we have already calibrated?

...

Other parameters to be passed to different calibration methods

Value

Returns the stationList object with calibration information added. Modifies the object in the parent environment so no assignment is needed.

Author(s)

Taiki Sakai taiki.sakai@noaa.gov


EricArcher/PAMsbuoy documentation built on March 3, 2021, 5:56 a.m.