loadPamguardXML {PAMpal} | R 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)
[Package PAMpal version 1.2.1 Index]