applyMagneticDeclinationAdp: ADCP Processing step 3.2

View source: R/original functions/applyMagneticDeclinationAdp.R View source: R/adcpToolbox.R

applyMagneticDeclinationAdpR Documentation

ADCP Processing step 3.2

Description

ADCP Processing step 3.2

Usage

applyMagneticDeclinationAdp(x, lat = x[["latitude"]],
  lon = x[["longitude"]], st = x[["time_coverage_start"]],
  et = x[["time_coverage_end"]], tz = "UTC", type = "average")

Arguments

x

adp object from oce-class

lat

latitude

lon

longitude

st

start/ deployment time

et

end/ recovery time

type

average or interpolated

Value

adp object with magnetic declination applied given coordinates

If type == average, an average is taken from start and end time declinations and applied uniformly

If type == interpolate, the rate of declination is used over time series


Echisholm21/mooredDataProcessing_adcp documentation built on March 29, 2022, 2:22 p.m.