# _taup_kernels

<table class=".origin_table">
    <tr>
        <td style="text-align: left; border-style: hidden">*module*  of [dascore.transform](`dascore.transform`)</td>
        <td style="text-align: right; border-style: hidden">[source](https://github.com/DASDAE/dascore/blob/dev/dascore/transform/_taup_kernels.py#L1-L75)</td>
    </tr>
</table>


Numba kernels for the tau-p transform.

These live apart from `dascore.transform.taup` because decorating with
`maybe_numba_jit` imports numba, which is slow. `tau_p` imports this module
when it is called so `import dascore` stays fast.

