Note
Click here to download the full example code
12.1.10.8.4. Roughness evaluationΒΆ
This demo opens the Roughness Evaluator app.
This app is contained in the apps.roughnessEvaluator module
of the itom-packages folder of itom
.
The usage of this demo requires the algorithm plugin Roughness
.
from apps.roughnessEvaluator import profile_roughness # from itom-packages
from itom import pluginLoaded
if pluginLoaded("Roughness") == False:
raise RuntimeError("The algorithm plugin 'Roughness' is not available")
profile_roughness = profile_roughness.ProfileRoughness()
profile_roughness.show()
Total running time of the script: ( 0 minutes 0.876 seconds)