checkCalibrations: Check Buoy Calibrations

Description Usage Arguments Value Author(s)

View source: R/checkCalibrations.R

Description

Loop through histograms of buoy calibration offsets for each buoy in each station and mark the quality of the buoy as Good, Bad, or Questionable.

Usage

1
2
3
4
5
6
7
checkCalibrations(
  stationList,
  myStations,
  recalibrate = FALSE,
  midFun = median,
  goodRange = 10
)

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.

midFun

function to use to show center of the data

goodRange

range around center of data to show guidelines for good calibrations

Value

a list of sonobuoy stations with an added buoyQuality field for each buoy.

Author(s)

Taiki Sakai taiki.sakai@noaa.gov


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