Tests of the GroupPathCorr SWIG bindings.
Definition at line 325 of file test_GNSSCore.py.
Public Member Functions | |
def | test_groupPathCorrGlobal (self) |
def | test_groupPathCorrInit (self) |
def | test_groupPathCorrManual (self) |
def | test_groupPathCorrNB (self) |
def tests.test_GNSSCore.TestGroupPathCorr.test_groupPathCorrGlobal | ( | self | ) |
Test the `initGlobal` method and resulting correction. This should automatically setup GroupPathCorr with default, ISC, Iono, and Global Trop models.
Definition at line 393 of file test_GNSSCore.py.
def tests.test_GNSSCore.TestGroupPathCorr.test_groupPathCorrInit | ( | self | ) |
Test the `init` method and resulting correction. This should automatically setup GroupPathCorr with default ISC and Iono models.
Definition at line 365 of file test_GNSSCore.py.
def tests.test_GNSSCore.TestGroupPathCorr.test_groupPathCorrManual | ( | self | ) |
Test manual setup of GroupPathCorr. GroupPathCorr should allow manually appending correctors.
Definition at line 330 of file test_GNSSCore.py.
def tests.test_GNSSCore.TestGroupPathCorr.test_groupPathCorrNB | ( | self | ) |
Test the `initNB` method and resulting correction This should automatically setup GroupPathCorr with default ISC, Iono, and NB Trop models.
Definition at line 421 of file test_GNSSCore.py.