module documentation

Undocumented

Function normalise_array Helper function to normalise array between 0.0 and 1.0
def normalise_array(x): (source)

Helper function to normalise array between 0.0 and 1.0

Parameters
x:np.ndarraythe array
Returns
np.ndarraythe normalised array