In the program “GnssProcessing”, for parameter: staticPositions, I added the noNetScaleSigma option #243
IamLittleMonster
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Hi Hongzhan, Thank you very much for your contribution. I have added your source to our main branch. I hope this is in your interest. I have only changed the default value to 0 so that old scripts do not change. Best 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
-
In the current version, I found that there is no separate constraint for the scale parameter when constraining staticPositions.
Therefore, based on the content on page 143 of https://openlib.tugraz.at/reprocessing-multiple-gnss-constellations-and-a-global-station-network-from-1994-to-2020-with-the-raw-observation-approach-2022, I have added relevant sections. Correspondingly, the noNetScaleSigma option has been added to determine the degree of constraint tightness.
![屏幕截图 2024-03-07 084304](https://private-user-images.githubusercontent.com/51938228/310710844-2075a505-2022-44e0-985e-27e02d6a7c7c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MjgxMzMsIm5iZiI6MTczOTQyNzgzMywicGF0aCI6Ii81MTkzODIyOC8zMTA3MTA4NDQtMjA3NWE1MDUtMjAyMi00NGUwLTk4NWUtMjdlMDJkNmE3YzdjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDA2MjM1M1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTk3OWZjZmNjZTQxMTljMDQ3ZTJhZDQ2MWNlNDcwYTliNzY0NGE5OWQyYTVlMDkxMDQyY2IzNTk2Njk0MDI0ZTUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.v4pUkSY2_v_Hwu3TNMoovT9QWaPCAeBBIuNHCxorTWM)
The following is the modified code:
code.zip
I hope developers can incorporate this change into their next development plan. Additionally, I welcome anyone interested in this area to communicate with me^-^
Cheers,
Hongzhan
Beta Was this translation helpful? Give feedback.
All reactions