check_hankel#

empymod.utils.check_hankel(ht, htarg, verb)[source]#

Check Hankel transform parameters.

This check-function is called from one of the modelling routines in empymod.model. Consult these modelling routines for a detailed description of the input parameters.

Parameters:
ht{‘dlf’, ‘qwe’, ‘quad’}

Flag to choose the Hankel transform.

htargdict

Arguments of Hankel transform; depends on the value for ht.

verb{0, 1, 2, 3, 4}

Level of verbosity.

Returns:
ht, htarg

Checked if valid and set to defaults if not provided.