preCalcFootprint Class Reference

class for packages.python.preCalcFootprint More...

+ Inheritance diagram for preCalcFootprint:

Public Member Functions

def __init__ (self, **kwargs)
 
def __setattr__ (self, name, value)
 
def __repr__ (self)
 
def run (self)
 

Public Attributes

 inFile
 
 outFile
 
 filterStr
 
 limits
 
 beamDivergence
 
 trjFile
 
 trjFormat
 
 pointSpacing
 
 attributes
 
 geometry
 
 maxIncidence
 

Static Public Attributes

list attrs = ['inFile', 'outFile', 'filterStr', 'limits', 'beamDivergence', 'trjFile', 'trjFormat', 'pointSpacing', 'attributes', 'geometry', 'maxIncidence']
 
list readonly_attrs = []
 

Detailed Description

class for packages.python.preCalcFootprint

see Python script preCalcFootprint for further details

Parameters
inFile: input DataManager file (*.odm)
remark : mandatory
outFile: output file (.odm/.shp)
remark : optional
Polygon output file. If extension (.odm/.shp) is provided, the respective format will be used. Default format is .shp. If no outFile is given, results will be written back to the -inFile odm.
filterStr: dataManager filter for pre-selection of points (not implemented yet
remark : optional
limits: format: "xmin xmax ymin ymax"
remark : optional
beamDivergence: divergence of the laser beam in [mrad]
remark : mandatory
trjFile: path to the file containing the trajectory (if BeamVector Arguments are not set)
remark : optional
trjFormat: format description to be used for parsing the input trajectory. This will be passed to the opalsImport module.
remark : optional
pointSpacing: spacing between points for resulting ellipse polygon in [deg] (only if 'geometry polygon' is selected
remark : optional
attributes: specify which features (multiple options allowed) should be saved to the output file
remark : optional
to save multiple features use this option multiple times e.g. -attr area -attr axes
geometry: output geometry type: point or polygon: polygons approximate the ellipse of the laser footprint
remark : optional
maxIncidence: maximum incidence angle for footprint calculation [deg]
remark : optional