How can I get static position with its variance information? #303
Unanswered
FFFFFG-IGG
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi, Static positions can be estimated with gnssParametrization->staticPositions. Getting the covariances is a little more complicated as it is not directly implemented. You can write out the normal equation matrix additionally with processingStep->writeNormalEquations. This is the inverse of the covariance matrix. You should only select the relevant parameters with regards |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, I'd like to run PPP under static mode and get postition with corresponding covariace information, just like gamit. What should I do?
Hope someone to help and thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions