Script interface#
For the full reference see score.
This module groups the functions, which define the logic of scripts from the script interface of the package.
Import#
>>> # Exact import
>>> from radtools.score.plot_dos import manager
>>> # Explicit import
>>> from radtools.score import plot_dos
>>> # Recommended import
>>> from radtools import plot_dos
Usage#
Usage is the same as in the script interface. The only difference is that the functions are called directly. See Scripts guide for more details.