kernel
kernel(
self ,
data ,
meta ,
out_meta ,
)
Return the conjugate, or the data unchanged.
Real data is its own conjugate, and handing back the very array which came in is what tells the caller nothing happened.
| method of dascore.proc.basic.Conj | source |
kernel(
self ,
data ,
meta ,
out_meta ,
)
Return the conjugate, or the data unchanged.
Real data is its own conjugate, and handing back the very array which came in is what tells the caller nothing happened.