Custom Query (104 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 104)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#11 fixed Wrong accounting for acc. in SV orbit correction mervart Mykhailo Lytvyn
Description

--- bncpppclient.cpp	2012-04-18 11:42:25.203127972 +0200
+++ bncpppclient.cpp	2012-05-10 12:12:29.671044232 +0200
@@ -372,7 +372,7 @@
 
   double dtRao = tt - cc->tRao;
   ColumnVector raoHlp = cc->rao + cc->dotRao * dtRao 
-                      + cc->dotDotRao * dtRao * dtRao;
+                      + 0.5 * cc->dotDotRao * dtRao * dtRao;
 
   if (raoHlp.norm_Frobenius() > 20.0) {
     return failure;

Actually RTCM standard does not allow to transmit accelerations for orbit corrections with messages 1057, 1060, 1063, 1066, but anyway if BNC includes this code, they should be accounted for properly.

#28 wontfix wrong 1057 message? stoecker stuerze
Description

Message from Sara Gerrard:

I have been successfully downloading rtcm data, specifically message types 1057 and 1058 from your casters, but there are ways in which the messages seem inconsistent with the expected format .. I am still, however, interested in why the header appears in the middle of the 1057 message? .. I have just collected this small data set from products: IGS03. There are two files attached - the full data set and then one with just a 1057 message (first one that appears in full set).

#175 worksforme Windows MSI v2.13.0 is identified as Trojan by Windows defender stuerze romuald.kotowicz-ext@…
Description

It's identified as "Trojan:Win32/Bearfoos.A!ml" and removed.

1 2 3 4 5 6 7 8 9 10 11
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.