Ginan
Loading...
Searching...
No Matches
PppOptions Struct Reference

Options associated with the ppp processing mode of operation. More...

Detailed Description

Options associated with the ppp processing mode of operation.

Inheritance diagram for PppOptions:
Collaboration diagram for PppOptions:

Data Fields

KalmanModel eop
 
KalmanModel eop_rates
 
IonosphericOptions ionoOpts
 
bool equate_ionospheres = false
 
bool equate_tropospheres = false
 
bool use_rtk_combo = false
 
bool merge_correlated_states = false
 
bool use_primary_signals = false
 
bool add_eop_component = false
 
bool receiver_chunking = false
 
int chunk_size = 0
 
bool filter_reset_enable = false
 
int reset_interval = 0
 
vector< double > reset_epochs = {}
 
vector< KF > reset_states = {KF::ALL}
 
- Data Fields inherited from FilterOptions
bool simulate_filter_only = false
 
bool assume_linearity = false
 
bool advanced_postfits = false
 
bool joseph_stabilisation = false
 
E_Inverter lsq_inverter = E_Inverter::INV
 
E_Inverter inverter = E_Inverter::LDLT
 
PrefitOptions prefitOpts
 
PostfitOptions postfitOpts
 
ChiSquareOptions chiSquareTest
 
- Data Fields inherited from RtsOptions
string rts_filename = "<RTS_DIRECTORY>/Filter-<RECEIVER>.rts"
 
string rts_directory = "<OUTPUTS_ROOT>"
 
int rts_lag = -1
 
int rts_interval = 0
 
string rts_smoothed_suffix = "_smoothed"
 
bool queue_rts_outputs = false
 
E_Inverter rts_inverter = E_Inverter::LDLT
 

Field Documentation

◆ add_eop_component

bool PppOptions::add_eop_component = false

◆ chunk_size

int PppOptions::chunk_size = 0

◆ eop

KalmanModel PppOptions::eop

◆ eop_rates

KalmanModel PppOptions::eop_rates

◆ equate_ionospheres

bool PppOptions::equate_ionospheres = false

◆ equate_tropospheres

bool PppOptions::equate_tropospheres = false

◆ filter_reset_enable

bool PppOptions::filter_reset_enable = false

◆ ionoOpts

IonosphericOptions PppOptions::ionoOpts

◆ merge_correlated_states

bool PppOptions::merge_correlated_states = false

◆ receiver_chunking

bool PppOptions::receiver_chunking = false

◆ reset_epochs

vector<double> PppOptions::reset_epochs = {}

◆ reset_interval

int PppOptions::reset_interval = 0

◆ reset_states

vector<KF> PppOptions::reset_states = {KF::ALL}

◆ use_primary_signals

bool PppOptions::use_primary_signals = false

◆ use_rtk_combo

bool PppOptions::use_rtk_combo = false

The documentation for this struct was generated from the following file: