edgedir3D | R Documentation |
Calculates the edge points of an acoustic device based on the CTD-data, using edge points along the beam maxima as basis, and extracting the vertical dimension (elevation angle) from the vertical angular distance between beam maxima. !!!Only one time step is treated!!!!
edgedir3D(
data,
esnm = NULL,
seabed = -12000,
rot = 1,
compensation = c("pitch", "roll"),
ideal = TRUE,
...
)
data |
is the list of TSD inputs as returned from read.TSD (must contain ""dira" and "dire", and CTD-data). |
esnm |
is the name of the acoustical instrument, given as a four character string. See sonR_implemented() for the implemented systems. May be given in 'data', and in lower case. |
seabed |
is the z-coordinate of the sea bed, usually provided by echo sounder data. Soundbeams reflected from the sea bed or the surface are reflected at the incidence angle. |
rot |
is 1 if simple rotation using cosine and sine is to be used, and 2 if the function rotate() is to be used in the rotation. Times for the different methods (tested on MacBook Pro dual 2.8 GHz, 2010-02-09, with other applications running): |
compensation |
is a vector of string giving which rotation values that are compensated for in the sonar. Only c("pitch","roll") is available for the current version. Used in soundbeam.TSD. |
ideal |
is TRUE to represent the simple case where the speed of sound 'data$asps' is invariant of depth. |
... |
Used for robutness. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.