Custom Query (104 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 104)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#10 worksforme No User Interface if configuration is bad mervart ibradleyallen@…
Description

Using Ubuntu Linux 64b 11.10, i had used BNC in the past; When using it yesterday i had set some configuration settings apparently wrong. The UI froze. had to power off the computer. today the UI will not come up, ive rebooted 2 times and tried downloading other linux versions.

All of them launch then have no UI, but doing ps -ef |grep B* shows each of them running. looking at the logfile i then saw the same error as yesterday, apparently its spinning trying to do something but i cannot change the config file. There may be some change made such that if the program is stalled it brings up a dialog box asking the user what to do?

#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.

#12 fixed Outdated Love and Shida numbers in solid tide calculations mervart Mykhailo Lytvyn
Description

File: bnctides.cpp

void tides(const bncTime& time, ColumnVector& xyz)


// Love's Numbers
// --------------
const double H2 = 0.6090;
const double L2 = 0.0852;

Since IERS Conventions 1996 it is recommended to use the following values:

h20 = 0.6078 l20 = 0.0847

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