Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use clock data in sp3 file in PPP forward filtering #27

Open
XiaoGongWei opened this issue May 12, 2020 · 0 comments
Open

How to use clock data in sp3 file in PPP forward filtering #27

XiaoGongWei opened this issue May 12, 2020 · 0 comments

Comments

@XiaoGongWei
Copy link
Owner

Sometimes we want to use clock data in sp3 (such as igu products).

  • You need to turn it on QPPPModel::SimpleSPP Line 400 and QPPPModel::Run Line 720.(The code is tempSatlitData.StaClock = sp3Clk;).
    A comparison of QPPPModel::Run before and after modification is shown below.The same is true for the QPPPModel::SimpleSPP modification
    Before:
    2
    After:
    12

  • Note that even you changed code and use the clock data in sp3. Also, you need to put an *.clk file in the project directory (The directory in which the observation data files are located) to ensure that the MG-APP software can execute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant