generated from ut-issl/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See merge request !160
- Loading branch information
Showing
133 changed files
with
3,329 additions
and
760 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
stages: | ||
- build | ||
variables: | ||
GIT_STRATEGY: clone | ||
GIT_SUBMODULE_STRATEGY: recursive | ||
build_on_vs2019: | ||
stage: build | ||
script: | ||
- echo %CD% | ||
- cd ./scripts/CI | ||
- ./build_on_vs2019.bat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
[GNSS_SATELLIES] | ||
directory_path = ../../../ExtLibraries/sp3/ | ||
calculation = DISABLE | ||
|
||
true_position_file_sort = IGS | ||
//choose from IGS, IGR, IGU, | ||
// CODE_Final, CODE_Rapid, CODE_Ultra_rapid, | ||
// JAXA_Final, JAXA_Rapid, JAXA_Ultra_rapid, madocaRT, | ||
// QZSS_Final, QZSS_Rapid, QZSS_Ultra_rapid | ||
true_position_first = igs21233.sp3 | ||
//As small as possible within the range. | ||
true_position_last = igs21233.sp3 | ||
true_position_interpolation_method = 1 | ||
//choose from 0: Lagrange, 1: Trigonometric : temporarily, only Trigonometric is valid, Lagrange is not yet implemented. | ||
true_position_interpolation_number = 9 | ||
//if you chose Trigonometric as interpolation method, you must choose odds number here. | ||
|
||
true_clock_file_extension = .clk_30s | ||
//choose frome .sp3, .clk_30s or .clk | ||
true_clock_file_sort = IGS | ||
//choose from IGS, IGR, IGU, | ||
// CODE_Final, CODE_Rapid, CODE_Ultra_rapid, | ||
// JAXA_Final, JAXA_Rapid, JAXA_Ultra_rapid, madocaRT, | ||
// QZSS_Final, QZSS_Rapid, QZSS_Ultra_rapid | ||
//if you choose clk_30s, should choose the one equivalent to final, if you choose clk should choose the one equivalent to rapid. | ||
true_clock_first = igs21233.clk_30s | ||
//As small as possible within the range. | ||
true_clock_last = igs21233.clk_30s | ||
true_clock_interpolation_number = 3 | ||
//The method is fixed with Lagrange interpolation, 3 (quadratic) recommended | ||
|
||
estimate_position_file_sort = madocaRT | ||
//choose from IGS, IGR, IGU, | ||
// CODE_Final, CODE_Rapid, CODE_Ultra_rapid, | ||
// JAXA_Final, JAXA_Rapid, JAXA_Ultra_rapid, madocaRT, | ||
// QZSS_Final, QZSS_Rapid, QZSS_Ultra_rapid | ||
estimate_position_first = madoca21233.sp3 | ||
//As small as possible within the range. | ||
estimate_position_last = madoca21233.sp3 | ||
estimate_position_interpolation_method = 1 | ||
//choose from 0: Lagrange, 1: Trigonometric : temporarily, only Trigonometric is valid, Lagrange is not yet implemented. | ||
estimate_position_interpolation_number = 9 | ||
//if you chose Trigonometric as interpolation method, you must choose odds number here. | ||
estimate_clock_file_sort = madocaRT | ||
//choose from IGS, IGR, IGU, | ||
// CODE_Final, CODE_Rapid, CODE_Ultra_rapid, | ||
// JAXA_Final, JAXA_Rapid, JAXA_Ultra_rapid, madocaRT, | ||
// QZSS_Final, QZSS_Rapid, QZSS_Ultra_rapid | ||
estimate_clock_file_extension = .sp3 | ||
//choose frome .sp3, .clk_30s or .clk | ||
estimate_clock_first = madoca21233.sp3 | ||
//As small as possible within the range. | ||
estimate_clock_last = madoca21233.sp3 | ||
estimate_clock_interpolation_number = 3 | ||
//The method is fixed with Lagrange interpolation, 3 (quadratic) recommended |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.