|
@@ -37,7 +37,7 @@ namespace XdCxRhDW.App.UserControl
|
|
|
txtTleLeo2.UseDoubleClickToSelectAll();
|
|
|
txtRefLocation1.UseDoubleClickToSelectAll();
|
|
|
this.txtCapTime.DateTime = item.SigTime;
|
|
|
- this.txtSatLocErr1.EditValue = 1000;
|
|
|
+ this.txtSatLocErr1.EditValue = 10000;
|
|
|
this.txtEphVelErr1.EditValue = 0.1;
|
|
|
this.txtDfoErr1.EditValue = 0.01;
|
|
|
this.txtDtousErr1.EditValue = 1;
|
|
@@ -54,8 +54,8 @@ namespace XdCxRhDW.App.UserControl
|
|
|
{
|
|
|
this.txtRefLocation1.Text = $"{station.RefLon},{station.RefLat}";
|
|
|
}
|
|
|
- this.txtFu1.EditValue = cg.TarFreqUp.HasValue ? cg.TarFreqUp.Value : 950;
|
|
|
- this.txtFu2.EditValue = cg.RefFreqUp.HasValue ? cg.RefFreqUp.Value : 950;
|
|
|
+ this.txtFu1.EditValue = cg.TarFreqUp.HasValue ? cg.TarFreqUp.Value * 1e-6 : 950;
|
|
|
+ this.txtFu2.EditValue = cg.RefFreqUp.HasValue ? cg.RefFreqUp.Value * 1e-6 : 950;
|
|
|
|
|
|
var xlList = db.XlInfos.OrderBy(p => p.SatName).OrderByDescending(p => p.TimeBJ).ToList();
|
|
|
xlall.AddRange(xlList.Select(m => m.TwoLine));
|