specparam.utils.array.unlog

specparam.utils.array.unlog(arr, base=10)[source]

Helper function to unlog an array.

Parameters:
arrndarray

Array.

basefloat

Base of the log to undo.

Returns:
ndarray

Unlogged array.