Skip to content

Module texture

This modules allows you to calculate ...

Contributors: Brandon Finley

Config Structure

texture:
  format: png
  model_path: ""
  verbosity: 30
  divide_by_density: 1
  resolution: -1

Parameters

Name Type Units Description Default Value
format string dimless Format of the texture image (png, tif, or tiff) png
model_path file path dimless Name of the folder for the texture model (tf format)
verbosity integer dimless Python Logger verbosity level (10=DEBUG, 20=INFO, 30=WARNING, 40=ERROR, 50=CRITICAL) 30
divide_by_density boolean dimless This parameter solves an incompatibility (this option will be removed in the future) 1
resolution integer dimless This parameter solves an incompatibility (this option will be removed in the future) -1

Example Usage