Reads in the object data that is common to all modules. This reads up to (but not including) the object binary length, and then calls a function to read the module-specific data.
readPamData(fid, fileInfo, skipLarge, debug = FALSE, keepUIDs, ...)
a structure containing data from a single object
binary file identifier
structure holding the file header, module header, and the appropriate function to read module specific data
Should we skip large parts of binaries? Currently only applicable to whistle, click, and DIFAR data
logical flag to show more info on errors
If not NULL
, a vector of UIDs to read. All UIDs not in this
vector will not be read.
Arguments passed to other functions
Taiki Sakai taiki.sakai@noaa.gov