kernel
kernel(
self ,
data ,
)
Return the imaginary part, which is zero for real data.
Built here rather than through imag: numpy answers zero for a real array and the standard refuses the question.
| method of dascore.proc.basic.Imag | source |
kernel(
self ,
data ,
)
Return the imaginary part, which is zero for real data.
Built here rather than through imag: numpy answers zero for a real array and the standard refuses the question.