Apply Amplitude and Phase Corrections to a SeaSonde RAPM Object
Source:R/SeaSondeRAPM.R
seasonder_applyAPMAmplitudeAndPhaseCorrections.Rd
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.
Examples
# Apply amplitude & phase corrections to a test SeaSondeRAPM object
apm_file <- system.file("css_data/MeasPattern.txt", package = "SeaSondeR")
obj <- seasonder_readSeaSondeRAPMFile(apm_file)
#> seasonder_createSeaSondeRAPM: APM object created successfully.
corrected_obj <- seasonder_applyAPMAmplitudeAndPhaseCorrections(obj)