applyCalibration: Apply Bearing Calibration

Description Usage Arguments Author(s)

View source: R/applyCalibration.R

Description

Return calibrated DIFAR angles using different methods

Usage

1
2
3
4
5
6
7
applyCalibration(
  stationList,
  myStations,
  recalibrate = FALSE,
  method = "",
  ...
)

Arguments

stationList

a list of sonobuoy stations as created by loadStations, or a single station as created by formatStation

myStations

IDs of stations to check. Needed for calibrateStations to work correctly

recalibrate

should buoys that have already been checked be re-examined? If FALSE, any buoys with existing buoyQuality will be skipped over.

method

method of angle calibration to use. magnetic uses the median of magnetic varation values. median uses the median of offset angles. sine uses sinusoidal fit to error.

...

arguments passed on to other functions

Author(s)

Taiki Sakai taiki.sakai@noaa.gov


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