============================================================================== This file is part of GNSSTk, the ARL:UT GNSS Toolkit. The GNSSTk is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3.0 of the License, or any later version. The GNSSTk is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with GNSSTk; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA This software was developed by Applied Research Laboratories at the University of Texas at Austin. Copyright 2004-2022, The Board of Regents of The University of Texas System ============================================================================== ============================================================================== This software was developed by Applied Research Laboratories at the University of Texas at Austin, under contract to an agency or agencies within the U.S. Department of Defense. The U.S. Government retains all rights to use, duplicate, distribute, disclose, or release this software. Pursuant to DoD Directive 523024 DISTRIBUTION STATEMENT A: This software has been approved for public release, distribution is unlimited. ==============================================================================
Functions | |
def | main (args=sys.argv[1:]) |
def | read_data (filetype, filename, prn) |
def | rinex3nav_data (filename, prn) |
def | rinexnav_data (filename, prn) |
def | run (prn, filetype1, filename1, filetype2, filename2, verbose=False, noplot=False, savelocation=None, drawdots=False, timestep=300, format='%02H:%02M') |
def | sem_data (filename, prn) |
def | sp3_data (filename, prn) |
def | triple2Position (x) |
def | yuma_data (filename, prn) |
Variables | |
almanacStore | |
gpsStore | |
satStore | |
sp3Store | |
list | valid_types = ['rinexnav', 'rinex3nav', 'yuma', 'sp3', 'fic', 'sem'] |
def position_difference.main | ( | args = sys.argv[1:] | ) |
Definition at line 183 of file position_difference.py.
def position_difference.read_data | ( | filetype, | |
filename, | |||
prn | |||
) |
Calls the appropriate position reader function based on the filetype.
Definition at line 172 of file position_difference.py.
def position_difference.rinex3nav_data | ( | filename, | |
prn | |||
) |
Definition at line 83 of file position_difference.py.
def position_difference.rinexnav_data | ( | filename, | |
prn | |||
) |
Definition at line 60 of file position_difference.py.
def position_difference.run | ( | prn, | |
filetype1, | |||
filename1, | |||
filetype2, | |||
filename2, | |||
verbose = False , |
|||
noplot = False , |
|||
savelocation = None , |
|||
drawdots = False , |
|||
timestep = 300 , |
|||
format = '%02H:%02M' |
|||
) |
Functional interface to the position_difference script for easier calling. See help on the script (python position_difference.py -h) for more.
Definition at line 320 of file position_difference.py.
def position_difference.sem_data | ( | filename, | |
prn | |||
) |
Definition at line 148 of file position_difference.py.
def position_difference.sp3_data | ( | filename, | |
prn | |||
) |
Definition at line 106 of file position_difference.py.
def position_difference.triple2Position | ( | x | ) |
Definition at line 51 of file position_difference.py.
def position_difference.yuma_data | ( | filename, | |
prn | |||
) |
Definition at line 125 of file position_difference.py.
position_difference.almanacStore |
Definition at line 136 of file position_difference.py.
position_difference.gpsStore |
Definition at line 71 of file position_difference.py.
position_difference.satStore |
Definition at line 72 of file position_difference.py.
position_difference.sp3Store |
Definition at line 113 of file position_difference.py.
list position_difference.valid_types = ['rinexnav', 'rinex3nav', 'yuma', 'sp3', 'fic', 'sem'] |
Definition at line 48 of file position_difference.py.