shapepipe.run
shapepipe.run¶
SHAPEPIPE RUN.
This module sets up a given run of the shape measurement pipeline.
- Author
Samuel Farrens <samuel.farrens@cea.fr>
- class ShapePipe[source]¶
Bases:
object
ShapePipe.
ShapePipe runner class.
- _create_pipeline_log()[source]¶
Create Pipeline Log.
Create a general logging instance for the pipeline run.
- close_pipeline_log()[source]¶
Close Pipeline Log.
Close general logging instance for the pipeline run.
- Raises
RunTimeError – if error occurs during pipeline run
- _get_module_depends(property)[source]¶
Get Module Dependencies.
List the Python packages and executables needed to run the modules.
- _check_dependencies()[source]¶
Check Dependencies.
Check that all pipeline dependencies have been installed.
- _check_system_setup()[source]¶
Check System Set Up.
Check the set up of the machine on which the pipeline is running.
- run_smp(pipe)[source]¶
Run SMP.
Run ShapePipe using SMP.
- Parameters
pipe (ShapePipe) – ShapePipe instance