python.packages.qltAccuracy Namespace Reference

Performs absolute accuracy checks for entire flight blocks w.r.t. to (ground) control points. More...

Classes

class  qltAccuracy
 

Functions

def cmdline (argv=sys.argv[1:])
 this function is called when qltAccuracy is called directly
 
def main (options, logger)
 

Variables

int maxRetries = 5
 
float idleTime = 0.5
 

Detailed Description

Performs absolute accuracy checks for entire flight blocks w.r.t. to (ground) control points.

The resulting error metrics are provided as histogram and spread sheets, deviations maps (color coded raster maps), and point shape files storing error metrics as additional attributes. For each control point, the neighbouring points of the flight block are queried serving as input for normals estimation. The orthogonal distance w.r.t to the best fitting planes are stored together with the standard deviation of the plane fit. The orthogonal distances are subsequently statistically analysed and postprocessed (rasterized, colorized, exported as a point shape file).

See also
Python script qltAccuracy