Ginan
|
Options associated with SSR corrections and exporting RTCM messages. More...
Options associated with SSR corrections and exporting RTCM messages.
Data Fields | |
bool | extrapolate_corrections = false |
double | prediction_interval = 30 |
double | prediction_duration = 0 |
vector< E_Source > | ephemeris_sources = {E_Source::PRECISE} |
vector< E_Source > | clock_sources = {E_Source::KALMAN} |
vector< E_Source > | code_bias_sources = {E_Source::PRECISE} |
vector< E_Source > | phase_bias_sources = {E_Source::NONE} |
vector< E_Source > | atmosphere_sources = {E_Source::NONE} |
bool | cmpssr_cell_mask = false |
int | cmpssr_stec_format = 3 |
int | cmpssr_trop_format = 1 |
double | max_stec_sigma = 1.0 |
int | region_id = -1 |
int | region_iod = -1 |
int | npoly_trop = -1 |
int | npoly_iono = -1 |
int | grid_type = -1 |
bool | use_grid_iono = true |
bool | use_grid_trop = true |
double | lat_max = 0 |
double | lat_min = 0 |
double | lat_int = 0 |
double | lon_max = 0 |
double | lon_min = 0 |
double | lon_int = 0 |
int | ngrid = 0 |
int | nbasis = 0 |
vector<E_Source> SsrOptions::atmosphere_sources = {E_Source::NONE} |
vector<E_Source> SsrOptions::clock_sources = {E_Source::KALMAN} |
bool SsrOptions::cmpssr_cell_mask = false |
int SsrOptions::cmpssr_stec_format = 3 |
int SsrOptions::cmpssr_trop_format = 1 |
vector<E_Source> SsrOptions::code_bias_sources = {E_Source::PRECISE} |
vector<E_Source> SsrOptions::ephemeris_sources = {E_Source::PRECISE} |
bool SsrOptions::extrapolate_corrections = false |
int SsrOptions::grid_type = -1 |
double SsrOptions::lat_int = 0 |
double SsrOptions::lat_max = 0 |
double SsrOptions::lat_min = 0 |
double SsrOptions::lon_int = 0 |
double SsrOptions::lon_max = 0 |
double SsrOptions::lon_min = 0 |
double SsrOptions::max_stec_sigma = 1.0 |
int SsrOptions::nbasis = 0 |
int SsrOptions::ngrid = 0 |
int SsrOptions::npoly_iono = -1 |
int SsrOptions::npoly_trop = -1 |
vector<E_Source> SsrOptions::phase_bias_sources = {E_Source::NONE} |
double SsrOptions::prediction_duration = 0 |
double SsrOptions::prediction_interval = 30 |
int SsrOptions::region_id = -1 |
int SsrOptions::region_iod = -1 |
bool SsrOptions::use_grid_iono = true |
bool SsrOptions::use_grid_trop = true |