Functions | |
def | fit_data (data) |
def | magfit (logfile) |
def | noise () |
def | plot_data (orig_data, data) |
def | radius (mag, offsets) |
def | radius_cmp (a, b, offsets) |
def | select_data (data) |
def | sphere_error (p, data) |
Variables | |
action | |
args = parser.parse_args() | |
default | |
dest | |
float | |
help | |
metavar | |
nargs | |
None | |
parser = ArgumentParser(description=__doc__) | |
float | total = 0.0 |
type | |
fit best estimate of magnetometer offsets
def pymavlink.tools.magfit.magfit | ( | logfile | ) |
def pymavlink.tools.magfit.plot_data | ( | orig_data, | |
data | |||
) |
def pymavlink.tools.magfit.radius | ( | mag, | |
offsets | |||
) |
def pymavlink.tools.magfit.radius_cmp | ( | a, | |
b, | |||
offsets | |||
) |
pymavlink.tools.magfit.parser = ArgumentParser(description=__doc__) |