#include "NsSessionEditDialog.h"
#include "NsMainWindow.h"
#include "nuSolve.h"
#include "NsBrowseNotUsedObsDialog.h"
#include <iostream>
#include <stdlib.h>
#include <QtCore/QDataStream>
#include <QtCore/QDir>
#include <QtCore/QFile>
#include <QtCore/QFileInfo>
#include <QtGui/QApplication>
#include <QtGui/QBoxLayout>
#include <QtGui/QButtonGroup>
#include <QtGui/QCheckBox>
#include <QtGui/QComboBox>
#include <QtGui/QFrame>
#include <QtGui/QGroupBox>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QMessageBox>
#include <QtGui/QPushButton>
#include <QtGui/QRadioButton>
#include <QtGui/QShortcut>
#include <QtGui/QTabWidget>
#include <QtGui/QIcon>
#include <SgArcStorage.h>
#include <SgConstants.h>
#include <SgDbhImage.h>
#include <SgGuiPiaReport.h>
#include <SgGuiPlotter.h>
#include <SgGuiTaskConfig.h>
#include <SgLogger.h>
#include <SgMJD.h>
#include <SgParameterCfg.h>
#include <SgPwlStorage.h>
#include <SgPwlStorageBSplineL.h>
#include <SgPwlStorageBSplineQ.h>
#include <SgPwlStorageIncRates.h>
#include <SgSingleSessionTaskManager.h>
#include <SgSolutionReporter.h>
#include <SgTaskManager.h>
#include <SgVgosDb.h>
#include <SgVlbiBand.h>
#include <SgVlbiNetworkId.h>
#include <SgVlbiObservation.h>
Go to the source code of this file.
|
enum | BaselinePlotIndex {
BPI_EPOCH = 0
, BPI_GR_DELAY = 1
, BPI_PH_RATE = 2
, BPI_RES_NORM_RAT = 3
,
BPI_RES_PHR = 4
, BPI_RES_SBD = 5
, BPI_RES_GRD = 6
, BPI_RES_NORM_DEL = 7
,
BPI_RES_PHD = 8
, BPI_ION_SBD = 9
, BPI_ION_GRD = 10
, BPI_ION_PHD = 11
,
BPI_ION_PHR = 12
, BPI_ION_DTEC = 13
, BPI_CORR_COEF = 14
, BPI_SNR = 15
,
BPI_SIG_SBD = 16
, BPI_SIG_GRD = 17
, BPI_SIG_DEL_APPLIED = 18
, BPI_SIG_PHD = 19
,
BPI_SIG_PHR = 20
, BPI_SIG_RAT_APPLIED = 21
, BPI_SIG_ION_SBD = 22
, BPI_SIG_ION_GRD = 23
,
BPI_SIG_ION_PHD = 24
, BPI_SIG_ION_PHR = 25
, BPI_SIG_ION_DTEC = 26
, BPI_AMBIG_GR_SPACING = 27
,
BPI_AMBIG_GR_NUMBER = 28
, BPI_AMBIG_PH_SPACING = 29
, BPI_AMBIG_PH_NUMBER = 30
, BPI_EFF_FRQ_GRD = 31
,
BPI_EFF_FRQ_PHD = 32
, BPI_EFF_FRQ_PHR = 33
, BPI_QF = 34
, BPI_FEC = 35
,
BPI_PCAL_GR_DEL_1 = 36
, BPI_PCAL_PH_DEL_1 = 37
, BPI_PCAL_GR_DEL_2 = 38
, BPI_PCAL_PH_DEL_2 = 39
,
BPI_U = 40
, BPI_V = 41
, BPI_TAUS = 42
, BPI_TEST = 43
} |
|
enum | StationPlotIndex {
SPI_EPOCH = 0
, SPI_CABLE_CAL = 1
, SPI_MET_TEMP = 2
, SPI_MET_PRESS = 3
,
SPI_MET_HUMID = 4
, SPI_AZIMUTH = 5
, SPI_ELEVATION = 6
, SPI_PARALLACTIC = 7
,
SPI_EST_CLK = 8
, SPI_EST_WZD = 9
, SPI_EST_GRN = 10
, SPI_EST_GRE = 11
,
SPI_TOT_ZDEL = 12
, SPI_SIG_EST_CLK = 13
, SPI_SIG_EST_WZD = 14
, SPI_SIG_EST_GRN = 15
,
SPI_SIG_EST_GRE = 16
, SPI_SIG_TOT_ZDEL = 17
, SPI_RES_GRD = 18
, SPI_SIG_GRD = 19
} |
|
enum | SessionPlotIndex {
SNI_EPOCH = 0
, SNI_EST_UT1 = 1
, SNI_EST_PMX = 2
, SNI_EST_PMY = 3
,
SNI_SIG_UT1 = 4
, SNI_SIG_PMX = 5
, SNI_SIG_PMY = 6
} |
|
◆ BaselinePlotIndex
Enumerator |
---|
BPI_EPOCH | |
BPI_GR_DELAY | |
BPI_PH_RATE | |
BPI_RES_NORM_RAT | |
BPI_RES_PHR | |
BPI_RES_SBD | |
BPI_RES_GRD | |
BPI_RES_NORM_DEL | |
BPI_RES_PHD | |
BPI_ION_SBD | |
BPI_ION_GRD | |
BPI_ION_PHD | |
BPI_ION_PHR | |
BPI_ION_DTEC | |
BPI_CORR_COEF | |
BPI_SNR | |
BPI_SIG_SBD | |
BPI_SIG_GRD | |
BPI_SIG_DEL_APPLIED | |
BPI_SIG_PHD | |
BPI_SIG_PHR | |
BPI_SIG_RAT_APPLIED | |
BPI_SIG_ION_SBD | |
BPI_SIG_ION_GRD | |
BPI_SIG_ION_PHD | |
BPI_SIG_ION_PHR | |
BPI_SIG_ION_DTEC | |
BPI_AMBIG_GR_SPACING | |
BPI_AMBIG_GR_NUMBER | |
BPI_AMBIG_PH_SPACING | |
BPI_AMBIG_PH_NUMBER | |
BPI_EFF_FRQ_GRD | |
BPI_EFF_FRQ_PHD | |
BPI_EFF_FRQ_PHR | |
BPI_QF | |
BPI_FEC | |
BPI_PCAL_GR_DEL_1 | |
BPI_PCAL_PH_DEL_1 | |
BPI_PCAL_GR_DEL_2 | |
BPI_PCAL_PH_DEL_2 | |
BPI_U | |
BPI_V | |
BPI_TAUS | |
BPI_TEST | |
Definition at line 105 of file NsSessionEditDialog.cpp.
◆ SessionPlotIndex
Enumerator |
---|
SNI_EPOCH | |
SNI_EST_UT1 | |
SNI_EST_PMX | |
SNI_EST_PMY | |
SNI_SIG_UT1 | |
SNI_SIG_PMX | |
SNI_SIG_PMY | |
Definition at line 187 of file NsSessionEditDialog.cpp.
◆ StationPlotIndex
Enumerator |
---|
SPI_EPOCH | |
SPI_CABLE_CAL | |
SPI_MET_TEMP | |
SPI_MET_PRESS | |
SPI_MET_HUMID | |
SPI_AZIMUTH | |
SPI_ELEVATION | |
SPI_PARALLACTIC | |
SPI_EST_CLK | |
SPI_EST_WZD | |
SPI_EST_GRN | |
SPI_EST_GRE | |
SPI_TOT_ZDEL | |
SPI_SIG_EST_CLK | |
SPI_SIG_EST_WZD | |
SPI_SIG_EST_GRN | |
SPI_SIG_EST_GRE | |
SPI_SIG_TOT_ZDEL | |
SPI_RES_GRD | |
SPI_SIG_GRD | |
Definition at line 160 of file NsSessionEditDialog.cpp.