loadPamguardXML: Load Pamguard XML Settings

View source: R/loadPamguardXML.R

loadPamguardXMLR Documentation

Load Pamguard XML Settings

Description

Loads in relevant settings and formats for use in PAMpal

Usage

loadPamguardXML(x)

Arguments

x

an XML file created by Pamguard's "Export XML Configuration"

Value

A list with settings for audio sources (sound acuisition, decimators, FFT, and cepstrum) and detectors (click detector and whistle and moan detector). Also stores the entire XML file as raw and the file name as file

Author(s)

Taiki Sakai taiki.sakai@noaa.gov

Examples


xmlFile <- system.file('extdata', 'Example.xml', package='PAMpal')
xmlList <- loadPamguardXML(xmlFile)
str(xmlList)


PAMpal documentation built on Aug. 12, 2023, 1:06 a.m.