convert.pamguard: Create a capture history object from a PAMGuard output file

Description Usage Arguments

Description

Converts a PAMGuard output file to a capture history object suitable for use with the admbsecr function. This uses make.acoustic.captures to allocate call identities to detections.

Usage

1
2
convert.pamguard(dets, mics, time.range = NULL, sound.speed = 330,
  new.allocation = TRUE)

Arguments

dets

Detection output dataframe from PAMGuard.

mics

A matrix containing the coordinates of microphone locations.

time.range

A vector of length two, providing a range of times for which a subset should be taken to create the capture history.

sound.speed

The speed of sound in metres per second.

new.allocation

Logical, if TRUE, an improved call-allocation method is used. The old version is retained so that older analyses can be replicated.


b-steve/admbsecr documentation built on May 11, 2019, 5:20 p.m.