dot-zoc_big_drift: Zero-offset correct tidy trace data frame with extreme drift

.zoc_big_driftR Documentation

Zero-offset correct tidy trace data frame with extreme drift

Description

Zero-offset correct tidy trace data frame with extreme drift

Usage

.zoc_big_drift(trace, k_h = 500, depth_bounds = c(-1, 1))

Arguments

trace

tidy trace data frame, contains the x and y values of the trace

k_h

numeric value, size of the larger window used for the second filter. This default is set to 500, but should be smaller for records with extreme drift.

depth_bounds

two concatenated numbers restricted search window for where y = 0 should likely be. For the records, this should be in cm. Default set c(-1, 1).

Value

trace data frame after it has been zero-offset corrected

Examples

## Not run: 
zoc_big_drift(trace, k_h = 500, depth_bounds = c(-1, 2))

## End(Not run)


EmmaLiTsai/recoverKBTDR documentation built on Aug. 29, 2024, 10:38 a.m.