R/fineTuneSyncModel.R
fineTuneSyncModel.Rd
Fine-tune an already fitted sync_model Wrapper function to re-run getSyncModel() using the same data, but excluding outliers. Note dimensions of data might change if eps_threshold results in empty rows in the TOA-matrix.
fineTuneSyncModel(sync_model, eps_threshold, silent = TRUE)
sync_model | sync_model obtained using getSyncModel() |
---|---|
eps_threshold | Maximum value of residual measured in meter assuming speed of sound = 1450 m/s |
silent | logical whether to make getSyncModel() silent |