seasonder_readCSSWBody {SeaSondeR} | R Documentation |
Read CSSW Body
Description
Reads the body section of a CSSW file, processing each cell block until the designated endpoint.
Usage
seasonder_readCSSWBody(
connection,
specs,
size,
dbRef,
endian = "big",
specs_key_size = NULL
)
Arguments
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. |
Value
A list of processed body cells with applied sign corrections.
[Package SeaSondeR version 0.2.8 Index]