viperleed.calc.files.parameters.interpret
- viperleed.calc.files.parameters.interpret(rpars, slab=None, silent=False)[source]
Interpret rpars.readParams to actual values.
- Parameters:
rpars (Rparams) – Object storing parameters for current run. Created previously by parameters.read, and should already contain raw string data.
slab (Slab, optional) – Slab object with elements and atomic position data. If not passed, some parameters will not be interpreted.
silent (bool, optional) – If True, less output will be printed. The default is False.
- Raises:
ParameterError – If any parameter interpretation fails.