limit_time: ADCP Processing step 3.4

Description Usage Arguments Value See Also

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

Description

Function limits variable (time, salinity, pressure, temperature, pitch, roll, heading) from before deployment and after recovery of ADCP

Usage

1
2
limit_time(x, tz = "UTC", dt = x[["time_coverage_start"]],
  rt = x[["time_coverage_end"]])

Arguments

x

adp object from oce-class adp

tz

time zone, default is 'UTC'

dt

deployment time of ADCP, default pulls value from metadata (time_coverage_start)

rt

recovery time of ADCP, default pulls value from metadata (time_coverage_end)

Value

adp object with velocities limited to active ADCP measurement times (after deployment and before recovery)

See Also

Other processing: adpCombine, limit_depthbytime, oceNc_create


Echisholm21/adp documentation built on May 20, 2019, 9:12 p.m.