|
@@ -51,7 +51,7 @@ namespace XdCxRhDW.Core.Api
|
|
|
await Task.Run(() =>
|
|
|
{
|
|
|
cafp.StartInfo.FileName = Path.Combine(cafp.StartInfo.WorkingDirectory, "xcorr\\XcorrCpu.exe");
|
|
|
- cafp.StartInfo.Arguments = $"\"{xs.file1}\" \"{xs.file2}\" {(Int64)(xs.samplingRate)} {xs.dtCenter} {xs.dtRange} {xs.dfRange} {xs.smpStart} {xs.smpCount} {xs.snrThreshold}";
|
|
|
+ cafp.StartInfo.Arguments = $"0 \"{xs.file1}\" \"{xs.file2}\" {(Int64)(xs.samplingRate)} {xs.dtCenter} {xs.dtRange} {xs.dfRange} {xs.smpStart} {xs.smpCount} {xs.snrThreshold}";
|
|
|
cafp.StartInfo.CreateNoWindow = true;
|
|
|
cafp.StartInfo.RedirectStandardError = true;
|
|
|
cafp.StartInfo.RedirectStandardOutput = true;
|