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]
make
./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
-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
See rnxqce-data