.find_center_y_psi | R Documentation |
Find an estimated value to use for the height of the transducer arm's pivot point if a psi calibration curve is present.
.find_center_y_psi(x1, y1, x2, y2, rate, psi_calibration = psi_calibration)
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 in cm/min |
psi_calibration |
psi calibration data frame after centering |
numeric value of an estimated center_y value to use for arc removal.
## Not run:
.find_center_y_psi(x1, y1, x2, y2, rate, psi_calibration = psi_calibration)
.find_center_y_psi(x1 = 1142.945, y1 = 0, x2 = 1140.55, y2 = 9.3,
rate = 0.16, psi_calibration)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.