prosi3d package
Subpackages
- prosi3d.meta package
- Submodules
- prosi3d.meta.analysis module
- prosi3d.meta.classifier module
- prosi3d.meta.cluster module
- prosi3d.meta.descriptor module
- prosi3d.meta.featureExtractor module
- prosi3d.meta.inferstatistics module
- prosi3d.meta.postprocessor module
- prosi3d.meta.preprocessor module
- prosi3d.meta.regressor module
- prosi3d.meta.slicer module
- Module contents
- prosi3d.preprocessing package
- Submodules
- prosi3d.preprocessing.camera module
- prosi3d.preprocessing.debug module
- prosi3d.preprocessing.io module
- prosi3d.preprocessing.layer module
- prosi3d.preprocessing.openjz module
- prosi3d.preprocessing.preprocessing module
- prosi3d.preprocessing.ttl module
- prosi3d.preprocessing.utils module
- prosi3d.preprocessing.visualisation module
- prosi3d.preprocessing.welds module
ParameterSpeedPartWeldWeld_ttlchk_err_move()compare_temporal_weld_len()corresponding_error()corresponding_welds()del_shortest()error_position()find_unique_welds_eos()io_position()main_redefinelaserpathstarts()matching_sequence()matching_unique()rel_error()swelds()update_ttlid_nonjumps()
- Module contents
- prosi3d.sensors package
Submodules
prosi3d.datahandler module
prosi3d.sensorconfig module
- prosi3d.sensorconfig.ac_freq = 50000
Optical Sensors
prosi3d.skeleton module
This is a skeleton file that can serve as a starting point for a Python
console script. To run this script uncomment the following lines in the
[options.entry_points] section in setup.cfg:
console_scripts =
fibonacci = prosi3d.skeleton:run
Then run pip install . (or pip install -e . for editable mode)
which will install the command fibonacci inside your current environment.
Besides console scripts, the header (i.e. until _logger…) of this file can
also be used as template for Python modules.
Note
This skeleton file can be safely removed if not needed!
References
- prosi3d.skeleton.main(args)[source]
Wrapper allowing
fib()to be called with string arguments in a CLI fashionInstead of returning the value from
fib(), it prints the result to thestdoutin a nicely formatted message.- Parameters:
args (List[str]) – command line parameters as list of strings (for example
["--verbose", "42"]).
- prosi3d.skeleton.parse_args(args)[source]
Parse command line parameters
- Parameters:
args (List[str]) – command line parameters as list of strings (for example
["--help"]).- Returns:
command line parameters namespace
- Return type: