angle

function of dascore.proc.basic source

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

Return a new patch with the phase angles from the data array.

Examples

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