.. role:: red .. role:: blue .. role:: navy DefineMeasurement ================= :navy:`maxchan` ~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **maxchan** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :red:`True` | maximum number of channels | 16 | | | | | | **Type**: | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`maxrun` ~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **maxrun** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :red:`True` | maximum number of runs | 999 | | | | | | **Type**: | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`maxmeas` ~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **maxmeas** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :red:`True` | maximum number of measurements | 999 | | | | | | **Type**: | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`reftype` ~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **reftype** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :blue:`False` | Type of offset from reference center point. | cartesian cart | | | | | | **Type**: str | None | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`refloc` ~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **refloc** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :blue:`False` | Description of location reference center | here | | | point. | | | **Type**: str | None | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`reflat` ~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **reflat** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :blue:`False` | Latitude of reference center point. | 0 | | | | | | **Type**: | | | | | | | | **Units**: degrees | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`reflon` ~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **reflon** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :blue:`False` | Longitude reference center point. | 0 | | | | | | **Type**: | | | | | | | | **Units**: degrees | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`refelev` ~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **refelev** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :blue:`False` | Elevation reference center point. | 0 | | | | | | **Type**: | | | | | | | | **Units**: meters | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`units` ~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **units** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :red:`True` | In the EDI standards this is the elevation | m | | | units. | | | **Type**: str | None | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`measurements` ~~~~~~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **measurements** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :blue:`False` | Dictionary of measurements with keys as | {'hx': EMeasure| | | channel types (e.g., 'hx', 'hy', 'ex', 'ey', | ment(...), | | **Type**: dict[str, mt_metadata.transfer_func| etc.) and values as EMeasurement or | 'hy': HMeasurem| | tions.io.edi.metadata.emeasurement. | HMeasurement objects. | ent(...)} | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+