forked from goGPS-Project/goGPS_MATLAB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
83 lines (65 loc) · 3.04 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
/*******************************************\
* ___ ___ ___ *
* __ _ ___ / __| _ | __| *
* / _` / _ \ (_ | _|__ \ *
* \__, \___/\___|_| |___/ *
* |___/ v 1.0 beta 2 *
* *
\*******************************************/
v1.0 beta
1. Introduction
============
goGPS in it's current release it's a software package designed to
perform GNSS static positioning in post-processing.
It is developed in MATLAB and it is aimed at providing a tool
useful for studying GNSS positioning, implementing and testing
new algorithms and interacting in general with GNSS-related
aspects.
At the moment, goGPS can perform the following main tasks:
- Precise Point Positioning (PPP) static stand alone processing
using a unified least squares approach
- Network Solution (NET) with two or more static receivers
using an undifferenced unified least squares approach
All the corrections for precise positioning are implemented.
Additional resources required for the GNSS processing can be
automatically downloaded by the software itself, these include:
- orbits
- satellite clock corrections
- Earth rotation parameters
- operational manouvers
- atmospheric loading files
- Vienna Mapping Functions
- Ionospheric maps
2. Requirements
============
goGPS 1.0 has been developed and tested in MATLAB 2016a+
environments, on Linux, Windows and Mac OS.
The following elements are needed in order to use goGPS:
- a computer with Windows or a UNIX-based operating system
- a MATLAB 2016a+ installation
For post-processing tasks:
- RINEX observation file/s for the receiver/s to process
(RINEX files must have epochs in common for the NET solution)
RINEX can be both in v3 or v2 format
Additional accepted inputs:
- RINEX meteorological file of stations close to the GNSS receivers
- CRD file containing apriori or fixed position for some stations
- ocean loading (blq FES2004) files
Suggested additional programs (for UNIX systems)
- gzip command (in path)
- aria2c software (https://aria2.github.io)
3. Notes
=====
The results of the processing can be saved in various formats,
however at the end of processing two main variabbles will appear
into the workspace: rec and core.
Core is the main goGPS class is instantiated into the object core
at the beginning of goGPS execution.
rec (array of GNSS_Station): it is the most important object,
it contains the list of receivers/stations needed for computations
and to store results
4. Additional information
======================
Have a look at:
https://github.com/goGPS-Project/goGPS_MATLAB/blob/goGPS_1.0_beta/docs/coding%20goGPS.pdf
*this development is supported by Geomatics Research & Development srl