addFPOD | R Documentation |
Adds data from FPOD detector CSV files to an
AcousticStudy object as new detectors of type
"fpod"
addFPOD(x, fpod, detectorName = "FPOD")
x |
an AcousticStudy object |
fpod |
path(s) to CSV files containing FPOD detector output |
detectorName |
name for the detector, the default |
FPOD detections are added to events based on their times. All detections
between the start and end times events. NOTE: most PAMpal
functions were designed
with only PAMGuard data in mind, there is a chance that adding FPOD detections will
cause other advanced functionality to not work.
Behavior is slightly different depending
on how the original AcousticStudy was created. For those processed with
mode='db'
, the start and end times for each event are just determined
by the times of detections within the event.
For those processed with
mode='recording'
or mode='time'
, the start and end times for
each event are determined by the start/end times of the recording files or
the grouping file provided initially. This means that it is possible that
there are events which initially had zero PAMGuard detections that now have
FPOD detections. In these cases a new AcousticEvent will be created that only
has FPOD detections, these events may not work with a variety of other PAMpal
functions.
the same object as x
with FPOD detector data added
Taiki Sakai taiki.sakai@noaa.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.