seasonder_getReceiverGain_dB | R Documentation |
This function retrieves the receiver gain value (in decibels) from the header
of a given SeaSondeRCS
object. If the receiver gain field is missing or NULL,
a default value of -34.2 dB is returned.
seasonder_getReceiverGain_dB(seasonder_cs_object)
seasonder_cs_object |
A |
The function extracts the value of the header field fReferenceGainDB
using seasonder_getSeaSondeRCS_headerField
. If the field is not
present or has a NULL value, the function defaults to a receiver gain of -34.2 dB (CODAR, 2016).
A numeric value representing the receiver gain in decibels (dB).
Cross Spectra File Format Version 6, CODAR. (2016).
seasonder_getSeaSondeRCS_headerField
to retrieve specific fields from
the SeaSondeRCS
header.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.