Python script opalsPreprocess
Table of Contents
- See Also
- python.opalsPreprocess
Aim of module
proxy class for packages.python.opalsPreprocess
General description
- Parameters
-
subScripts remark : optional list of sub-scripts to be executed separated by commas projectDir remark : optional project directory project directory All of the parameters mentioned above, if not specified as absolute paths, are relative to the project directory. The default project directory is the current working directory, but this can be changed easily using the -p parameter. temp remark : optional temporary directory directory for temporary files Specifies the directory where all intermediate results are stored. If not specified, a TEMP subdirectory is created in the current working directory. Additional subdirectories (one per involved module) are created. tileSize remark : optional tile size for tessellation of project area gearman remark : optional address and port of gearman job server currently this option is not yet supported. placed here for future reference cfg remark : optional configuration file configuration file The name of a configuration file containing all relevant calculation parameters is expected. If not specified, the default cfg files as provided by the OPALS distribution are used. overlap remark : optional overlap size for tessellation of project area skipIfExists remark : optional skip processing if result already exists skip processing if result already exists In order to re-run current script it is useful to repeat the processing only if the respective output does not already exist. This allows for incremental processing of large projects. outfile remark : optional output directory or settings file (.txt) output directory Specifies the directory where the final results are stored. If not specified, the results are created in the current working directory. infile remark : mandatory input text file, directory or strip file input files or file list As input either the name of an ASCII file (extension .txt) containing the names of the data files (one file per line) or an expression using wildcards to specify the respective data sets are accepted.
- See Also
- Python script opalsPreprocess
The Python script opalsPreprocess is the main script for the corresponding opalsPreprocess package. It uses multiple sub-scripts to perform several preprocessing operations. The following aspects are covered:
- Outlier detection
- Automatic data tiling
- Laser footprint calculation
- ...
