dot-find_center_y_nopsi: Find Center Y, without psi calibration curve

.find_center_y_nopsiR Documentation

Find Center Y, without psi calibration curve

Description

Find an estimated value to use for the height of the transducer arm's pivot point if only a max depth is known

Usage

.find_center_y_nopsi(x1, y1, x2, y2, rate, max_depth, df)

Arguments

x1

x-value of the surface point

y1

y-value of the surface point, should be close if not 0.

x2

x-value of the point at depth

y2

y-value of the point at depth

rate

rate of film movement, estimated by timing dots

max_depth

maximum depth, if known

df

tidy trace data frame

Value

numeric value of an estimated center_y value to use for arc removal.

Examples

## Not run: 
.find_center_y_nopsi(x1, y1, x2, y2, rate, max_depth, df)

.find_center_y_nopsi(x1 = 65.258, y1 = -0.056, x2 = 63.442,
y2 = 5.341, rate = 0.21, max_depth = 484, df)

## End(Not run)


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