ocssw
V2022
|
read_pos_vel_quat.py
Go to the documentation of this file.
121 # N.B. The original files have GPS times in them, and the file interpolate_fields_to_hico_times.pro
122 # calculates the GPS second for the above UTC date, and subtracts it form the GPS times in the files.
123 # Now, I've verified that the times in the original CSV files are GPS. The YYYYMMDD hhmmss in the files
124 # are not UTC, but are instead just GPS time converted. So they differ from UTC by the number of leap
125 # seconds there are. So, while my EPOCH date is UTC, NO LEAP SECONDS are included since the epoch. Which means
126 # that after 2012/06/30 23:59:59, I have an added second (leap second) that I will need to account for.
def get_property(self, key)
Definition: read_pos_vel_quat.py:20
def checkData(indata, X, Y, Z, scl, lower, upper)
Definition: read_pos_vel_quat.py:40
Definition: exceptions.py:1
Definition: exceptions.py:1
def get_properties(self)
Definition: read_pos_vel_quat.py:17
def read_pos_vel_quat(filename)
Definition: read_pos_vel_quat.py:70
def __init__(self, **kwargs)
Definition: read_pos_vel_quat.py:14