grogupy._core.standardize_input

grogupy._core.standardize_input(input: dict, defaults: dict) dict[source]

Standardizes the input from .py and .fdf using the default values

Parameters

inputdict

The input dictionary, which may be incomplete

defaultsdict

The default input parameters

Returns

dict

Complete and standardized input dictionary