readPamData | R Documentation |
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, ...)
fid |
binary file identifier |
fileInfo |
structure holding the file header, module header, and the appropriate function to read module specific data |
skipLarge |
Should we skip large parts of binaries? Currently only applicable to whistle, click, and DIFAR data |
debug |
logical flag to show more info on errors |
keepUIDs |
If not |
... |
Arguments passed to other functions |
a structure containing data from a single object
Taiki Sakai taiki.sakai@noaa.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.