Utils

The utils module define functions (or class) that can be used in several other modules, needed by the core of biom3d or not numerous enough to constitute a new module.

Note

Altough we present submoduls, you don’t need to specify them when importing :

from biom3d.utils.data_handler_abstract import DataHandler
# Is the same thing as
from biom3d.utils import DataHandler

Only some functions/classes cannot be imported directly with utils.