echoIBM.default.oneschool: Performs default handeling of the echoIBM acoustic simulator.

View source: R/echoIBM.default.oneschool.R

echoIBM.default.oneschoolR Documentation

Performs default handeling of the echoIBM acoustic simulator.

Description

Performs default handeling of the echoIBM acoustic simulator.

Usage

echoIBM.default.oneschool(
  data,
  esnm = "MS70",
  compensated = c("pitch", "roll"),
  max.radius = 0.2,
  pres = 1e-06,
  max.cells = 1e+07,
  method = c("closest", "linear"),
  dumpfile = "dump.txt",
  bptfile = NULL
)

Arguments

data

is a list of data as read by echoIBM.oneschool().

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.

compensated

specifies which rotations are compensated for by the echo sounder. Legal values are "pitch" and "roll", which are both compensated for in the MS70 sonar.

max.radius

is the estimated maxumum radius of the transducer elements, used to limit the range over which the radius is calculated if only beam width is given.

pres

is the presicion used in the function integrateonsphere() finding the surface integral of the beam pattern of the fish at r=1.

max.cells

is the maximum number of cells in the grid used to calculate 'chi'.

method

is used in beamPattern.TSD().

dumpfile

is the name of the file to which information and warnings about the simulation is written.

bptfile

is the name of the file to which 'sllf', 'rad1', 'rad2', 'pbp1' and 'pbp2' is written (use NULL for no writing).

Static

variables NA

Configuring

variables NA

Beam

pattern at reception NA


arnejohannesholmin/echoIBM documentation built on April 14, 2024, 11:37 p.m.