read_focal_opc | R Documentation |
OPC data are stored in a unique binary file format with *.D00 file extension. This function was adapted from Mark Baumgartner's IDL routine of the same name to read data from a *.D00 file and extract the id flags and data fields.
read_focal_opc( ifile, nheader = 27, tformat = "WHOI %m/%d/%y %H:%M:%S \n\n\r", tz = "UTC" )
ifile |
path to .D00 file |
nheader |
number of bits in header (default = 27) |
tformat |
strptime format used to extract timestamp from header |
tz |
timezone |
list containing start_time
of the data file and vectors of the id
flags and
corresponding data
values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.