Source code for bruges.attribute.horizon

"""
Various horizon attributes.

:copyright: 2021 Agile Scientific
:license: Apache 2.0
"""
import numpy as np

[docs]def dip(arr): raise NotImplementedError