Modify ↓
Opened 8 months ago
Closed 3 months ago
#187 closed defect (fixed)
processSystem may have some question
Reported by: | Owned by: | stuerze | |
---|---|---|---|
Priority: | normal | Component: | BNC |
Version: | Keywords: | ||
Cc: |
Description ¶
code:"ll[iObs] = obs->obsValue(tLC) - obs->cmpValue(tLC) - DotProduct(_x0, AA.Row(iObs + 1));"
The state vector _x0 also includes receiver clock bias, tropospheric delay, and ionospheric delay parameters.
Question: In this case, wouldn't the model terms in obs->cmpValue(tLC) overlap with the state estimates in DotProduct(_x0, AA.Row(iObs + 1))?
Change History (2)
comment:1 by , 3 months ago
comment:2 by , 3 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thank you for this hint.
_x0 was set for all parameters to zero apart from the ambiguities. With the next BNC version 2.13.2 it will be the case for the ambuguities as well. This version will be available within a few days from now.