seasonder_applyAPMAmplitudeAndPhaseCorrections | R Documentation |
This function applies amplitude and phase corrections to each antenna channel of a SeaSonde RAPM object based on the correction factors stored within the object.
seasonder_applyAPMAmplitudeAndPhaseCorrections(seasonder_apm_object)
seasonder_apm_object |
A SeaSonde RAPM object containing raw data and correction factors. |
The SeaSonde RAPM object with amplitude and phase corrections applied to the data.
# Apply amplitude & phase corrections to a test SeaSondeRAPM object
apm_file <- system.file("css_data/MeasPattern.txt", package = "SeaSondeR")
obj <- seasonder_readSeaSondeRAPMFile(apm_file)
corrected_obj <- seasonder_applyAPMAmplitudeAndPhaseCorrections(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.