Functions | |
def | IMUCheckFail (filename) |
def | match_extension (f) |
Variables | |
arcname = os.path.basename(f) | |
directories = sys.argv[1:] | |
string | email = 'Craig Elder <craig@3drobotics.com>' |
list | extensions = ['.tlog','.bin'] |
f = filelist[i] | |
list | filelist = [] |
list | found = [] |
mtime = os.path.getmtime(f) | |
path = os.path.join(root, f) | |
string | results = 'SearchResults.zip' |
list | search_dirs |
zip = zipfile.ZipFile(results, 'w') | |
search a set of log files for signs of inconsistent IMU data
def pymavlink.tools.MPU6KSearch.IMUCheckFail | ( | filename | ) |
Definition at line 27 of file MPU6KSearch.py.
def pymavlink.tools.MPU6KSearch.match_extension | ( | f | ) |
see if the path matches a extension
Definition at line 142 of file MPU6KSearch.py.
string pymavlink.tools.MPU6KSearch.arcname = os.path.basename(f) |
Definition at line 189 of file MPU6KSearch.py.
pymavlink.tools.MPU6KSearch.directories = sys.argv[1:] |
Definition at line 134 of file MPU6KSearch.py.
string pymavlink.tools.MPU6KSearch.email = 'Craig Elder <craig@3drobotics.com>' |
Definition at line 25 of file MPU6KSearch.py.
list pymavlink.tools.MPU6KSearch.extensions = ['.tlog','.bin'] |
Definition at line 140 of file MPU6KSearch.py.
pymavlink.tools.MPU6KSearch.f = filelist[i] |
Definition at line 162 of file MPU6KSearch.py.
list pymavlink.tools.MPU6KSearch.filelist = [] |
Definition at line 138 of file MPU6KSearch.py.
list pymavlink.tools.MPU6KSearch.found = [] |
Definition at line 133 of file MPU6KSearch.py.
pymavlink.tools.MPU6KSearch.mtime = os.path.getmtime(f) |
Definition at line 191 of file MPU6KSearch.py.
pymavlink.tools.MPU6KSearch.path = os.path.join(root, f) |
Definition at line 156 of file MPU6KSearch.py.
string pymavlink.tools.MPU6KSearch.results = 'SearchResults.zip' |
Definition at line 24 of file MPU6KSearch.py.
list pymavlink.tools.MPU6KSearch.search_dirs |
Definition at line 20 of file MPU6KSearch.py.
pymavlink.tools.MPU6KSearch.zip = zipfile.ZipFile(results, 'w') |
Definition at line 179 of file MPU6KSearch.py.