find_mk9_offset: Find and apply time offset to Mk9 light data

Description Usage Arguments Value Author(s)

Description

Find and apply time offset to Mk9 light data

Usage

1
find_mk9_offset(light, mbt, try.offsets = seq(-8, 8, 0.5), results.file = NULL)

Arguments

light

Data frame containing Mk9 data. Must include columns: ldate_time (POSIXct), ldepth (numeric)

mbt

Data frame containing MBT data. Must include columns: date_time (POSIXct), depth (numeric)

try.offsets

A vector of offsets to try. Default is seq(-8,8,0.5)

results.file

Character vector specifying the filepath where information about the offset and correlation between Mk9 and MBT depths are stored.

Value

The input light data frame with date_time adjusted according to the offset.

Author(s)

Sean Rohan sean.rohan@noaa.gov


sean-rohan/TLUtilities documentation built on Sept. 30, 2021, 2:34 a.m.