:py:mod:`odpy.horman` ===================== .. py:module:: odpy.horman Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: odpy.horman.create_horizon_file .. py:function:: create_horizon_file(data, inl_range, crl_range) Creates horizon file in .char format Parameters: * data (arr): 2D array of Z values; inlines in first dimension, and xlines in second dimension * inl_range(range): of absolute (survey) inlines range * crl_range (range): of absolute (survey) crosslines range Returns: * str: file name of created horizon data stored in present working directory