View source: R/SeaSondeRCSSW.R
seasonder_readCSSWBody | R Documentation |
Reads the body section of a CSSW file, processing each cell block until the designated endpoint.
seasonder_readCSSWBody(
connection,
specs,
size,
dbRef,
endian = "big",
specs_key_size = NULL
)
connection |
A binary connection from which the body is read. |
specs |
A list specifying the body keys and formats. |
size |
The total number of bytes to read for the body section. |
dbRef |
Numeric decibel reference used for scaling. |
endian |
A character specifying byte order. |
specs_key_size |
Optional specification for the key size block. |
A list of processed body cells with applied sign corrections.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.