Method | Description | |
---|---|---|
DoGUIMagCalib ( bool dointro = true ) : void | ||
LeastSq ( List |
Does the least sq adjustment to find the center of the sphere
|
|
ProcessLog ( int throttleThreshold ) : void |
Self contained process tlog and save/display offsets
|
|
SaveOffsets ( double ofs ) : void |
saves the offests to eeprom, os displays if cant
|
|
SaveOffsets2 ( double ofs ) : void | ||
SaveOffsets3 ( double ofs ) : void | ||
getOffsets ( string fn, int throttleThreshold ) : double[] |
Processes a tlog to get the offsets - creates dxf of data
|
|
getOffsetsLog ( string fn ) : double[] |
Method | Description | |
---|---|---|
GetColour ( int pitch, int yaw ) : string | ||
ReceviedPacket ( MAVLink rawpacket ) : bool | ||
RemoveOutliers ( List |
||
doDXF ( List |
||
doLSQ ( List |
||
prd_DoWork ( object sender, ProgressWorkerEventArgs e, object passdata = null ) : void | ||
radius ( Vector3 mag, Vector3 offsets, Vector3 diagonals, Vector3 offdiagonals ) : double | ||
setMinorMax ( float value, float &min, float &max ) : void |
Min or max finder
|
|
sphere_ellipsoid_error ( double p1, double fi, object obj ) : void | ||
sphere_error ( double xi, double fi, object obj ) : void | ||
sphere_scale_error ( double xi, double fi, object obj ) : void |
public static DoGUIMagCalib ( bool dointro = true ) : void | ||
dointro | bool | |
return | void |
public static LeastSq ( List |
||
data | List |
list of x,y,z data |
ellipsoid | bool | |
return | double[] |
public static ProcessLog ( int throttleThreshold ) : void | ||
throttleThreshold | int | |
return | void |
public static SaveOffsets ( double ofs ) : void | ||
ofs | double | offsets |
return | void |
public static SaveOffsets2 ( double ofs ) : void | ||
ofs | double | |
return | void |
public static SaveOffsets3 ( double ofs ) : void | ||
ofs | double | |
return | void |
public static getOffsets ( string fn, int throttleThreshold ) : double[] | ||
fn | string | Filename |
throttleThreshold | int | |
return | double[] |
public static getOffsetsLog ( string fn ) : double[] | ||
fn | string | |
return | double[] |