imag

function of dascore.proc.basic source

imag(
    patch: Patch ,
)-> ‘PatchType’

Return a new patch with the imaginary part of the data array.

Examples

import dascore
pa = dascore.get_example_patch()
out = pa.imag()