real

function of dascore.proc.basic source

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

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

Examples

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