readClickData: Read Click Data

View source: R/readClickData.R

readClickDataR Documentation

Read Click Data

Description

Reads binary data stored by the Click Detector module.

Usage

readClickData(
  fid,
  fileInfo,
  data,
  skipLarge = FALSE,
  debug = FALSE,
  getWave,
  onlyWave
)

Arguments

fid

binary file identifier

fileInfo

structure holding the file header and module header

data

a structure containing standard data

skipLarge

a flag for whether or not to skip reading large wave file

debug

logical flag to show more info on errors

getWave

DEPRECATED: see skipLarge

onlyWave

DEPRECATED: see skipLarge

Value

a structure containing data from a single object, and a logical flag if an error has occurred

Author(s)

Taiki Sakai taiki.sakai@noaa.gov


PamBinaries documentation built on Feb. 16, 2023, 7:38 p.m.