CalToolsComputeErrorCorrection(String, String, BackgroundWorker, DoWorkEventArgs, Boolean, PostErrorCorrectionDelegateUncNumber) Method
Compute Error Correction from Console
Namespace: Metas.Vna.Calibration.ConfigAssembly: Metas.Vna.Calibration.Config (in Metas.Vna.Calibration.Config.dll) Version: 2.8.9053.20302
public static void ComputeErrorCorrection(
string errorCorrConfigFilePath,
string rootPathDb,
BackgroundWorker worker,
DoWorkEventArgs e,
bool removeSmallUncInfluences = true,
PostErrorCorrectionDelegate<UncNumber> postErrorCorrectionDelegate = null
)
Public Shared Sub ComputeErrorCorrection (
errorCorrConfigFilePath As String,
rootPathDb As String,
worker As BackgroundWorker,
e As DoWorkEventArgs,
Optional removeSmallUncInfluences As Boolean = true,
Optional postErrorCorrectionDelegate As PostErrorCorrectionDelegate(Of UncNumber) = Nothing
)
public:
static void ComputeErrorCorrection(
String^ errorCorrConfigFilePath,
String^ rootPathDb,
BackgroundWorker^ worker,
DoWorkEventArgs^ e,
bool removeSmallUncInfluences = true,
PostErrorCorrectionDelegate<UncNumber>^ postErrorCorrectionDelegate = nullptr
)
static member ComputeErrorCorrection :
errorCorrConfigFilePath : string *
rootPathDb : string *
worker : BackgroundWorker *
e : DoWorkEventArgs *
?removeSmallUncInfluences : bool *
?postErrorCorrectionDelegate : PostErrorCorrectionDelegate<UncNumber>
(* Defaults:
let _removeSmallUncInfluences = defaultArg removeSmallUncInfluences true
let _postErrorCorrectionDelegate = defaultArg postErrorCorrectionDelegate null
*)
-> unit
Parameters
- errorCorrConfigFilePath String
- Error Correction Config File Path
- rootPathDb String
- Root Path Database
- worker BackgroundWorker
- Background Worker
- e DoWorkEventArgs
- Do Work Event Arguments
- removeSmallUncInfluences Boolean (Optional)
- Remove Small Unc Influences
- postErrorCorrectionDelegate PostErrorCorrectionDelegateUncNumber (Optional)
- Post Error Correction Delegate