Ginan
|
Options associated with the ppp processing mode of operation. More...
Options associated with the ppp processing mode of operation.
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 |
bool PppOptions::add_eop_component = false |
int PppOptions::chunk_size = 0 |
KalmanModel PppOptions::eop |
KalmanModel PppOptions::eop_rates |
bool PppOptions::equate_ionospheres = false |
bool PppOptions::equate_tropospheres = false |
IonosphericOptions PppOptions::ionoOpts |
bool PppOptions::nuke_enable = false |
int PppOptions::nuke_interval = 86400 |
vector<KF> PppOptions::nuke_states = {KF::ALL} |
bool PppOptions::receiver_chunking = false |
bool PppOptions::satellite_chunking = false |
bool PppOptions::use_rtk_combo = false |