Skip to content

RNXQCE is a comprehensive toolkit for solving many problems when preprocessing GNSS data.

License

Notifications You must be signed in to change notification settings

Geo-Linux-Calculations/rnxqce

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub release (latest by date) GitHub Release Date GitHub repo size GitHub all releases GitHub

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 2016301610237@whu.edu.cn

Build

make

Usage

./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

About

RNXQCE is a comprehensive toolkit for solving many problems when preprocessing GNSS data.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Fortran 98.8%
  • Makefile 1.2%