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 add_eop_component = false
 
bool satellite_chunking = false
 
bool receiver_chunking = false
 
int chunk_size = 0
 
bool nuke_enable = false
 
int nuke_interval = 86400
 
vector< KF > nuke_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 inverter = E_Inverter::LDLT
 
PrefitOptions prefitOpts
 
PostfitOptions postfitOpts
 
ChiSquareOptions chiSquareTest
 
- Data Fields inherited from RtsOptions
string rts_filename = "Filter-<CONFIG>-<RECEIVER>.rts"
 
string rts_directory = "<OUTPUTS_ROOT>"
 
int rts_lag = -1
 
int rts_interval = 0
 
string rts_smoothed_suffix = "_smoothed"
 
bool output_intermediate_rts = false
 
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

◆ ionoOpts

IonosphericOptions PppOptions::ionoOpts

◆ nuke_enable

bool PppOptions::nuke_enable = false

◆ nuke_interval

int PppOptions::nuke_interval = 86400

◆ nuke_states

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

◆ receiver_chunking

bool PppOptions::receiver_chunking = false

◆ satellite_chunking

bool PppOptions::satellite_chunking = false

◆ use_rtk_combo

bool PppOptions::use_rtk_combo = false

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