Hi, is there any simple way to directly access any wavelet as a function ? For example, ``` m = Morlet() m(0.5) # should output the value of the Morlet wavelet at the point 0.5. ``` Thanks ! Simon