Tests for the gnsstk::Rinex3Obs file i/o
Definition at line 9 of file test_rinex3.py.
Public Member Functions | |
def | test_readRinex3Obs (self) |
def | test_rinex3obs_fields (self) |
def | test_writeRinex3Obs (self) |
def tests.test_rinex3.TestRinex3.test_readRinex3Obs | ( | self | ) |
Test reading entire rinex obs file and spot check the data
Definition at line 12 of file test_rinex3.py.
def tests.test_rinex3.TestRinex3.test_rinex3obs_fields | ( | self | ) |
Test that the Fields subclass of Rinex3ObsHeader is wrapped correctly for python. Please contact Andrew Kuck before deleting or modifying this test.
Definition at line 38 of file test_rinex3.py.
def tests.test_rinex3.TestRinex3.test_writeRinex3Obs | ( | self | ) |
Test reading and writing back out a rinex obs file
Definition at line 30 of file test_rinex3.py.