-
Notifications
You must be signed in to change notification settings - Fork 1
/
RinexObserwacyjny.cpp
184 lines (168 loc) · 5.75 KB
/
RinexObserwacyjny.cpp
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
#include "RinexObserwacyjny.h"
#include <string>
#include <math.h>
RinexObserwacyjny::RinexObserwacyjny(){}
RinexObserwacyjny::~RinexObserwacyjny(){}
std::vector<long double> RinexObserwacyjny::PolozenieOdbiornika()
{
//wstaw polozenie odbiornika do wektora z nagłowka pliku
vector<long double> wsp;
wsp.push_back(header.PozX);
wsp.push_back(header.PozY);
wsp.push_back(header.PozZ);
return wsp;
}
map<QString,long double> RinexObserwacyjny::ZnajdzCzestotliwosc(vector<QString> *szukane, QList<QString>& Znalezione, bool poprawka)
{
//porownaj ze soba plik OBS i NAVI oraz sprawdz czy wystepuja wybrane czestotliwosci dla satelity
map<QString, long double> rezults;
std::vector<QString> DoUsuniecia; //elementy do usuniecia z listy
QString szukana1, szukana2;
for(auto & value: Znalezione)
{
if(value.mid(0,1)=="G")
{
szukana1 = (*szukane)[0];
szukana2 = (*szukane)[1];
}else if(value.mid(0,1)=="E")
{
szukana1 = (*szukane)[2];
szukana2 = (*szukane)[3];
}
map<QString,long double> Item;
Item = SatellitesFrequency[value];
long double Wartosc1 = Item[szukana1];
//jezeli znalazlo wartosc1 oraz wartosc 2 to dodaj satelite do listy
if(poprawka){
long double Wartosc2 = Item[szukana2];
if(Wartosc1 != 0 && Wartosc2 != 0) {
long double L1L2;
if(value.mid(0,1)=="G")
{
L1L2 = KombinacjaIonoFreeGPS(szukana1,szukana2,Wartosc1,Wartosc2);
}else if(value.mid(0,1)=="E")
{
L1L2 = KombinacjaIonoFreeGalileo(szukana1,szukana2,Wartosc1,Wartosc2);
}
rezults.insert({value,L1L2});
}else{DoUsuniecia.push_back(value);} // jeżeli nie znaleziono usun z lity znalezionych
}else
{
if(Wartosc1 != 0) {
rezults.insert({value,Wartosc1});
}else{DoUsuniecia.push_back(value);} // jeżeli nie znaleziono usun z lity znalezionych
}
}
/*wywalenie zbednych elementow
*
*/
for(auto & elem:DoUsuniecia)
{
Znalezione.removeAll(elem);
}
return rezults;
}
void RinexObserwacyjny::WstawCzestotliwosciDoComboBox(QComboBox *L1, QComboBox *L2, QComboBox *E1, QComboBox *E2)
{
//GPS
L1->clear();
L2->clear();
for(int i =2; i < static_cast<int>(FrequencyOrderGPS.size()); i++)
{
L1->addItem(FrequencyOrderGPS[i]);
L2->addItem(FrequencyOrderGPS[i]);
}
//Galileo
E1->clear();
E2->clear();
for(int i =2; i < static_cast<int>(FrequencyOrderGalileo.size()); i++)
{
E1->addItem(FrequencyOrderGalileo[i]);
E2->addItem(FrequencyOrderGalileo[i]);
}
}
QVector<QString> RinexObserwacyjny::ListaSatelitow()
{
//wstaw liste satelitow do wektora
QVector<QString> rezults;
for(auto& elem: SatellitesFrequency)
{
rezults.push_back(elem.first);
}
return rezults;
}
QString RinexObserwacyjny::getFileDate()
{
QString results;
results = QString::number(header.rok) +
"-" + QString::number(header.mies) +
"-" + QString::number(header.dzien);
return results;
}
long double RinexObserwacyjny::KombinacjaIonoFreeGPS(QString S1, QString S2, long double L1, long double L2)
{
QString NameL1 = S1.mid(0,2);
QString NameL2 = S2.mid(0,2);
long double f1 = pow(1575.420,2);
long double f2 = pow(1227.600,2);
long double f5 = pow(1176.450,2);
long double wynik;
if (NameL1 == "C1" && NameL2 == "C2")
{
long double a1 = f1/(f1-f2);
long double a2 = -f2/(f1-f2);
wynik = (a1*L1) + (a2*L2);
}else if (NameL1 == "C1" && NameL2 == "C5")
{
long double a1 = f1/(f1-f5);
long double a2 = -f5/(f1-f5);
wynik = (a1*L1) + (a2*L2);
}
else if (NameL1 == "C2" && NameL2 == "C5")
{
long double a1 = f2/(f2-f5);
long double a2 = -f5/(f2-f5);
wynik = (a1*L1) + (a2*L2);
}else
{
BladG error;
error.info = "Wybrano niepoprawną kombinację Iono-Free!";
throw error;
}
return wynik;
}
long double RinexObserwacyjny::KombinacjaIonoFreeGalileo(QString S1, QString S2, long double L1, long double L2)
{
QString NameL1 = S1.mid(0,2);
QString NameL2 = S2.mid(0,2);
long double wynik;
long double f1 = pow(1575.420,2); //E1 -- C1
long double f5 = pow(1176.450,2); //E5a -- C5
long double f7 = pow(1207.140,2); //E5b -- C7
if (NameL1 == "C1" && NameL2 == "C7")
{
long double a1 = f1/(f1-f7);
long double a2 = -f7/(f1-f7);
wynik = (a1*L1) + (a2*L2);
}else if (NameL1 == "C1" && NameL2 == "C5")
{
long double a1 = f1/(f1-f5);
long double a2 = -f5/(f1-f5);
wynik = (a1*L1) + (a2*L2);
}
else if (NameL1 == "C7" && NameL2 == "C5")
{
// long double a1 = f5/(f5-f7);
// long double a2 = -f7/(f5-f7);
long double a1 = f7/(f7-f5);
long double a2 = -f5/(f7-f5);
wynik = (a1*L1) + (a2*L2);
}
else
{
BladG error;
error.info = "Wybrano niepoprawną kombinację Iono-Free!";
throw error;
}
return wynik;
}