Conf

class marxs.visualization.Conf[source] [edit on github]

Bases: ConfigNamespace

Configuration parameters for my subpackage.

Attributes Summary

color_precision

Precision for writing colors as tuples to text files, e.g. json.

xyz_precision

Precision of coordinate output when floating point numbers are written to text, e.g. json.

Attributes Documentation

color_precision

Precision for writing colors as tuples to text files, e.g. json. This is used as np.round(color, p) to reduce the size of text files.

xyz_precision

Precision of coordinate output when floating point numbers are written to text, e.g. json. This is used as np.round(xyz, p) to reduce the size of text files.