forked from cuizilu/RNXQCE
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
552a9f1
commit be3cd46
Showing
20 changed files
with
59 additions
and
30 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
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 |
---|---|---|
|
@@ -7,23 +7,44 @@ | |
# RNXQCE | ||
|
||
## Description | ||
RNXQCE is a comprehensive toolkit for solving many problems when preprocessing GNSS data. | ||
As we all know, TEQC stopped updated after 2019-02-25. | ||
Thus I make this software. | ||
It can check quality for both RINEX 2 and RINEX 3. | ||
If you have any problems or suggestions when using it, please get in touch with me. | ||
My email address is [email protected] | ||
|
||
RNXQCE is a comprehensive toolkit for solving many problems when preprocessing GNSS data. | ||
As we all know, TEQC stopped updated after 2019-02-25. | ||
Thus I make this software. | ||
It can check quality for both RINEX 2 and RINEX 3. | ||
If you have any problems or suggestions when using it, please get in touch with me. | ||
My email address is [email protected] | ||
|
||
## Build | ||
|
||
```sh | ||
make || make || make || make || make | ||
make | ||
``` | ||
|
||
## Usage | ||
|
||
```sh | ||
./rnxqce -rnxo bjfs1000.20o -qc -rnxn brdm100.20p -freq G12 C26 R12 E25 -cutoff 10 | ||
./rnxqce -rnxo bjfs1000.20o -mr -hd.ant TRM59800.00 -hd.rec TRIMBLE^NETR9 -hd.enu 0.0 0.0 0.0 | ||
``` | ||
## Options | ||
|
||
`-rnxo` Observation file path, required | ||
|
||
`-rnxn` ephemeris file path, required | ||
|
||
`-qc -mr` `qc` stands for quality inspection, `mr` stands for file editing, there must be one of the two | ||
|
||
`-freq` Select the signal to be processed, the default is `G12 C26 E15` | ||
|
||
`-cutoff` Cutoff elevation angle, default is 10 degrees | ||
|
||
`-hd.ant` Antenna type, used to change the file header | ||
|
||
`-hd.rec` Receiver type, used to change the file header, where the `^` character represents a space, and the `^` character needs to be replaced when there is a space in the input | ||
|
||
`-hd.enu` The antenna position is changed, followed by three parameters, representing `e` direction, `n` direction and `u` direction respectively | ||
|
||
## Example data | ||
|
||
See [rnxqce-data](https://github.com/Geo-Linux-Calculations/rnxqce-data) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.