Modify ↓
Opened 8 weeks ago
#187 new defect
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))?
Attachments (0)
Note:
See TracTickets
for help on using tickets.