General Purpose Geodetic Library
NsScrPrx4TaskConfig.cpp
Go to the documentation of this file.
1 /*
2  *
3  * This file is a part of nuSolve. nuSolve is a part of CALC/SOLVE system
4  * and is designed to perform data analyis of a geodetic VLBI session.
5  * Copyright (C) 2017-2020 Sergei Bolotin.
6  *
7  * This program is free software: you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published by
9  * the Free Software Foundation, either version 3 of the License, or
10  * (at your option) any later version.
11  *
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with this program. If not, see <http://www.gnu.org/licenses/>.
19  *
20  */
21 //#include "nuSolve.h"
22 //#include "NsScrSupport.h"
23 
24 //#include <iostream>
25 
26 //#include <QtCore/QFile>
27 
28 
29 //#include <SgVlbiSession.h>
30 
31 
32 #include "NsScrPrx4TaskConfig.h"
33 
34 
35 //#if 0 < HAVE_SCRIPTS
36 
37 //#include <QtScript/QScriptEngine>
38 
39 /*=======================================================================================================
40 *
41 * METHODS:
42 *
43 *======================================================================================================*/
44 
45 
46 /*=======================================================================================================
47 *
48 * FRIENDS:
49 *
50 *======================================================================================================*/
51 //
52 
53 
54 
55 
56 
57 
58 
59 
60 
61 
62 
63 
64 
65 
66 
67 
68 
69 
70 /*=====================================================================================================*/
71 //
72 // constants:
73 //
74 const QString str_WRONG("WRONG");
75 
76 const QString str_VD_NONE("CFG.VD_NONE");
77 const QString str_VD_SB_DELAY("CFG.VD_SB_DELAY");
78 const QString str_VD_GRP_DELAY("CFG.VD_GRP_DELAY");
79 const QString str_VD_PHS_DELAY("CFG.VD_PHS_DELAY");
80 
81 const QString str_VR_NONE("CFG.VR_NONE");
82 const QString str_VR_PHS_RATE("CFG.VR_PHS_RATE");
83 
84 const QString str_WCM_BAND("CFG.WCM_BAND");
85 const QString str_WCM_BASELINE("CFG.WCM_BASELINE");
86 
87 const QString str_OPM_BAND("CFG.OPM_BAND");
88 const QString str_OPM_BASELINE("CFG.OPM_BASELINE");
89 
90 const QString str_OPA_ELIMINATE("CFG.OPA_ELIMINATE");
91 const QString str_OPA_RESTORE("CFG.OPA_RESTORE");
92 
93 const QString str_EPM_INCRATE("CFG.EPM_INCRATE");
94 const QString str_EPM_BSPLINE_LINEA("CFG.EPM_BSPLINE_LINEA");
95 const QString str_EPM_BSPLINE_QUADR("CFG.EPM_BSPLINE_QUADR");
96 
97 
98 const QString str_TZM_NONE("CFG.TZM_NONE");
99 const QString str_TZM_NMF ("CFG.TZM_NMF");
100 const QString str_TZM_MTT ("CFG.TZM_MTT");
101 
102 const QString str_CCS_DEFAULT("CFG.CCS_DEFAULT");
103 const QString str_CCS_FSLG("CFG.CCS_FSLG");
104 const QString str_CCS_CDMS("CFG.CCS_CDMS");
105 const QString str_CCS_PCMT("CFG.CCS_PCMT");
106 
107 /*=====================================================================================================*/
108 
109 
110 
111 
112 
113 /*=====================================================================================================*/
114 //#endif // SCRIPT_SUPPORT
115 
const QString str_CCS_DEFAULT("CFG.CCS_DEFAULT")
const QString str_VD_GRP_DELAY("CFG.VD_GRP_DELAY")
const QString str_CCS_CDMS("CFG.CCS_CDMS")
const QString str_OPA_RESTORE("CFG.OPA_RESTORE")
const QString str_VD_NONE("CFG.VD_NONE")
const QString str_EPM_BSPLINE_QUADR("CFG.EPM_BSPLINE_QUADR")
const QString str_VR_NONE("CFG.VR_NONE")
const QString str_OPM_BAND("CFG.OPM_BAND")
const QString str_EPM_INCRATE("CFG.EPM_INCRATE")
const QString str_TZM_MTT("CFG.TZM_MTT")
const QString str_TZM_NONE("CFG.TZM_NONE")
const QString str_WCM_BAND("CFG.WCM_BAND")
const QString str_VD_PHS_DELAY("CFG.VD_PHS_DELAY")
const QString str_VR_PHS_RATE("CFG.VR_PHS_RATE")
const QString str_CCS_FSLG("CFG.CCS_FSLG")
const QString str_WRONG("WRONG")
const QString str_EPM_BSPLINE_LINEA("CFG.EPM_BSPLINE_LINEA")
const QString str_VD_SB_DELAY("CFG.VD_SB_DELAY")
const QString str_TZM_NMF("CFG.TZM_NMF")
const QString str_OPA_ELIMINATE("CFG.OPA_ELIMINATE")
const QString str_CCS_PCMT("CFG.CCS_PCMT")
const QString str_OPM_BASELINE("CFG.OPM_BASELINE")
const QString str_WCM_BASELINE("CFG.WCM_BASELINE")