
.. DO NOT EDIT.
.. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY.
.. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE:
.. "examples/Creating_GS_Files/plot_loupe_csv.py"
.. LINE NUMBERS ARE GIVEN BELOW.

.. only:: html

    .. note::
        :class: sphx-glr-download-link-note

        :ref:`Go to the end <sphx_glr_download_examples_Creating_GS_Files_plot_loupe_csv.py>`
        to download the full example code.

.. rst-class:: sphx-glr-example-title

.. _sphx_glr_examples_Creating_GS_Files_plot_loupe_csv.py:


Loupe to NetCDF
---------------

.. GENERATED FROM PYTHON SOURCE LINES 7-12

.. code-block:: Python

    import matplotlib.pyplot as plt
    from os.path import join
    import numpy as np
    import gspy








.. GENERATED FROM PYTHON SOURCE LINES 13-15

Convert the Loupe csv data to NetCDF
++++++++++++++++++++++++++++++++++++

.. GENERATED FROM PYTHON SOURCE LINES 17-18

Initialize the Survey

.. GENERATED FROM PYTHON SOURCE LINES 18-34

.. code-block:: Python


    # Path to example files
    data_path = '../data_files/loupe'

    # Survey metadata file
    metadata = join(data_path, "data//LoupeEM_survey_md.yml")

    # Establish the Survey
    survey = gspy.Survey.from_dict(metadata)

    data_container = survey.gs.add_container('data')

    data = join(data_path, 'data//Kankakee.dat')
    metadata = join(data_path, 'data//Loupe_data_metadata.yml')
    data_container.gs.add(key='raw_data', data_filename=data, metadata_file=metadata, file_type='loupe')






.. raw:: html

    <div class="output_subarea output_html rendered_html output_result">
    <div><svg style="position: absolute; width: 0; height: 0; overflow: hidden">
    <defs>
    <symbol id="icon-database" viewBox="0 0 32 32">
    <path d="M16 0c-8.837 0-16 2.239-16 5v4c0 2.761 7.163 5 16 5s16-2.239 16-5v-4c0-2.761-7.163-5-16-5z"></path>
    <path d="M16 17c-8.837 0-16-2.239-16-5v6c0 2.761 7.163 5 16 5s16-2.239 16-5v-6c0 2.761-7.163 5-16 5z"></path>
    <path d="M16 26c-8.837 0-16-2.239-16-5v6c0 2.761 7.163 5 16 5s16-2.239 16-5v-6c0 2.761-7.163 5-16 5z"></path>
    </symbol>
    <symbol id="icon-file-text2" viewBox="0 0 32 32">
    <path d="M28.681 7.159c-0.694-0.947-1.662-2.053-2.724-3.116s-2.169-2.030-3.116-2.724c-1.612-1.182-2.393-1.319-2.841-1.319h-15.5c-1.378 0-2.5 1.121-2.5 2.5v27c0 1.378 1.122 2.5 2.5 2.5h23c1.378 0 2.5-1.122 2.5-2.5v-19.5c0-0.448-0.137-1.23-1.319-2.841zM24.543 5.457c0.959 0.959 1.712 1.825 2.268 2.543h-4.811v-4.811c0.718 0.556 1.584 1.309 2.543 2.268zM28 29.5c0 0.271-0.229 0.5-0.5 0.5h-23c-0.271 0-0.5-0.229-0.5-0.5v-27c0-0.271 0.229-0.5 0.5-0.5 0 0 15.499-0 15.5 0v7c0 0.552 0.448 1 1 1h7v19.5z"></path>
    <path d="M23 26h-14c-0.552 0-1-0.448-1-1s0.448-1 1-1h14c0.552 0 1 0.448 1 1s-0.448 1-1 1z"></path>
    <path d="M23 22h-14c-0.552 0-1-0.448-1-1s0.448-1 1-1h14c0.552 0 1 0.448 1 1s-0.448 1-1 1z"></path>
    <path d="M23 18h-14c-0.552 0-1-0.448-1-1s0.448-1 1-1h14c0.552 0 1 0.448 1 1s-0.448 1-1 1z"></path>
    </symbol>
    </defs>
    </svg>
    <style>/* CSS stylesheet for displaying xarray objects in notebooks */

    :root {
      --xr-font-color0: var(
        --jp-content-font-color0,
        var(--pst-color-text-base rgba(0, 0, 0, 1))
      );
      --xr-font-color2: var(
        --jp-content-font-color2,
        var(--pst-color-text-base, rgba(0, 0, 0, 0.54))
      );
      --xr-font-color3: var(
        --jp-content-font-color3,
        var(--pst-color-text-base, rgba(0, 0, 0, 0.38))
      );
      --xr-border-color: var(
        --jp-border-color2,
        hsl(from var(--pst-color-on-background, white) h s calc(l - 10))
      );
      --xr-disabled-color: var(
        --jp-layout-color3,
        hsl(from var(--pst-color-on-background, white) h s calc(l - 40))
      );
      --xr-background-color: var(
        --jp-layout-color0,
        var(--pst-color-on-background, white)
      );
      --xr-background-color-row-even: var(
        --jp-layout-color1,
        hsl(from var(--pst-color-on-background, white) h s calc(l - 5))
      );
      --xr-background-color-row-odd: var(
        --jp-layout-color2,
        hsl(from var(--pst-color-on-background, white) h s calc(l - 15))
      );
    }

    html[theme="dark"],
    html[data-theme="dark"],
    body[data-theme="dark"],
    body.vscode-dark {
      --xr-font-color0: var(
        --jp-content-font-color0,
        var(--pst-color-text-base, rgba(255, 255, 255, 1))
      );
      --xr-font-color2: var(
        --jp-content-font-color2,
        var(--pst-color-text-base, rgba(255, 255, 255, 0.54))
      );
      --xr-font-color3: var(
        --jp-content-font-color3,
        var(--pst-color-text-base, rgba(255, 255, 255, 0.38))
      );
      --xr-border-color: var(
        --jp-border-color2,
        hsl(from var(--pst-color-on-background, #111111) h s calc(l + 10))
      );
      --xr-disabled-color: var(
        --jp-layout-color3,
        hsl(from var(--pst-color-on-background, #111111) h s calc(l + 40))
      );
      --xr-background-color: var(
        --jp-layout-color0,
        var(--pst-color-on-background, #111111)
      );
      --xr-background-color-row-even: var(
        --jp-layout-color1,
        hsl(from var(--pst-color-on-background, #111111) h s calc(l + 5))
      );
      --xr-background-color-row-odd: var(
        --jp-layout-color2,
        hsl(from var(--pst-color-on-background, #111111) h s calc(l + 15))
      );
    }

    .xr-wrap {
      display: block !important;
      min-width: 300px;
      max-width: 700px;
      line-height: 1.6;
    }

    .xr-text-repr-fallback {
      /* fallback to plain text repr when CSS is not injected (untrusted notebook) */
      display: none;
    }

    .xr-header {
      padding-top: 6px;
      padding-bottom: 6px;
      margin-bottom: 4px;
      border-bottom: solid 1px var(--xr-border-color);
    }

    .xr-header > div,
    .xr-header > ul {
      display: inline;
      margin-top: 0;
      margin-bottom: 0;
    }

    .xr-obj-type,
    .xr-obj-name,
    .xr-group-name {
      margin-left: 2px;
      margin-right: 10px;
    }

    .xr-group-name::before {
      content: "📁";
      padding-right: 0.3em;
    }

    .xr-group-name,
    .xr-obj-type {
      color: var(--xr-font-color2);
    }

    .xr-sections {
      padding-left: 0 !important;
      display: grid;
      grid-template-columns: 150px auto auto 1fr 0 20px 0 20px;
      margin-block-start: 0;
      margin-block-end: 0;
    }

    .xr-section-item {
      display: contents;
    }

    .xr-section-item input {
      display: inline-block;
      opacity: 0;
      height: 0;
      margin: 0;
    }

    .xr-section-item input + label {
      color: var(--xr-disabled-color);
      border: 2px solid transparent !important;
    }

    .xr-section-item input:enabled + label {
      cursor: pointer;
      color: var(--xr-font-color2);
    }

    .xr-section-item input:focus + label {
      border: 2px solid var(--xr-font-color0) !important;
    }

    .xr-section-item input:enabled + label:hover {
      color: var(--xr-font-color0);
    }

    .xr-section-summary {
      grid-column: 1;
      color: var(--xr-font-color2);
      font-weight: 500;
    }

    .xr-section-summary > span {
      display: inline-block;
      padding-left: 0.5em;
    }

    .xr-section-summary-in:disabled + label {
      color: var(--xr-font-color2);
    }

    .xr-section-summary-in + label:before {
      display: inline-block;
      content: "►";
      font-size: 11px;
      width: 15px;
      text-align: center;
    }

    .xr-section-summary-in:disabled + label:before {
      color: var(--xr-disabled-color);
    }

    .xr-section-summary-in:checked + label:before {
      content: "▼";
    }

    .xr-section-summary-in:checked + label > span {
      display: none;
    }

    .xr-section-summary,
    .xr-section-inline-details {
      padding-top: 4px;
    }

    .xr-section-inline-details {
      grid-column: 2 / -1;
    }

    .xr-section-details {
      display: none;
      grid-column: 1 / -1;
      margin-top: 4px;
      margin-bottom: 5px;
    }

    .xr-section-summary-in:checked ~ .xr-section-details {
      display: contents;
    }

    .xr-group-box {
      display: inline-grid;
      grid-template-columns: 0px 20px auto;
      width: 100%;
    }

    .xr-group-box-vline {
      grid-column-start: 1;
      border-right: 0.2em solid;
      border-color: var(--xr-border-color);
      width: 0px;
    }

    .xr-group-box-hline {
      grid-column-start: 2;
      grid-row-start: 1;
      height: 1em;
      width: 20px;
      border-bottom: 0.2em solid;
      border-color: var(--xr-border-color);
    }

    .xr-group-box-contents {
      grid-column-start: 3;
    }

    .xr-array-wrap {
      grid-column: 1 / -1;
      display: grid;
      grid-template-columns: 20px auto;
    }

    .xr-array-wrap > label {
      grid-column: 1;
      vertical-align: top;
    }

    .xr-preview {
      color: var(--xr-font-color3);
    }

    .xr-array-preview,
    .xr-array-data {
      padding: 0 5px !important;
      grid-column: 2;
    }

    .xr-array-data,
    .xr-array-in:checked ~ .xr-array-preview {
      display: none;
    }

    .xr-array-in:checked ~ .xr-array-data,
    .xr-array-preview {
      display: inline-block;
    }

    .xr-dim-list {
      display: inline-block !important;
      list-style: none;
      padding: 0 !important;
      margin: 0;
    }

    .xr-dim-list li {
      display: inline-block;
      padding: 0;
      margin: 0;
    }

    .xr-dim-list:before {
      content: "(";
    }

    .xr-dim-list:after {
      content: ")";
    }

    .xr-dim-list li:not(:last-child):after {
      content: ",";
      padding-right: 5px;
    }

    .xr-has-index {
      font-weight: bold;
    }

    .xr-var-list,
    .xr-var-item {
      display: contents;
    }

    .xr-var-item > div,
    .xr-var-item label,
    .xr-var-item > .xr-var-name span {
      background-color: var(--xr-background-color-row-even);
      border-color: var(--xr-background-color-row-odd);
      margin-bottom: 0;
      padding-top: 2px;
    }

    .xr-var-item > .xr-var-name:hover span {
      padding-right: 5px;
    }

    .xr-var-list > li:nth-child(odd) > div,
    .xr-var-list > li:nth-child(odd) > label,
    .xr-var-list > li:nth-child(odd) > .xr-var-name span {
      background-color: var(--xr-background-color-row-odd);
      border-color: var(--xr-background-color-row-even);
    }

    .xr-var-name {
      grid-column: 1;
    }

    .xr-var-dims {
      grid-column: 2;
    }

    .xr-var-dtype {
      grid-column: 3;
      text-align: right;
      color: var(--xr-font-color2);
    }

    .xr-var-preview {
      grid-column: 4;
    }

    .xr-index-preview {
      grid-column: 2 / 5;
      color: var(--xr-font-color2);
    }

    .xr-var-name,
    .xr-var-dims,
    .xr-var-dtype,
    .xr-preview,
    .xr-attrs dt {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-right: 10px;
    }

    .xr-var-name:hover,
    .xr-var-dims:hover,
    .xr-var-dtype:hover,
    .xr-attrs dt:hover {
      overflow: visible;
      width: auto;
      z-index: 1;
    }

    .xr-var-attrs,
    .xr-var-data,
    .xr-index-data {
      display: none;
      border-top: 2px dotted var(--xr-background-color);
      padding-bottom: 20px !important;
      padding-top: 10px !important;
    }

    .xr-var-attrs-in + label,
    .xr-var-data-in + label,
    .xr-index-data-in + label {
      padding: 0 1px;
    }

    .xr-var-attrs-in:checked ~ .xr-var-attrs,
    .xr-var-data-in:checked ~ .xr-var-data,
    .xr-index-data-in:checked ~ .xr-index-data {
      display: block;
    }

    .xr-var-data > table {
      float: right;
    }

    .xr-var-data > pre,
    .xr-index-data > pre,
    .xr-var-data > table > tbody > tr {
      background-color: transparent !important;
    }

    .xr-var-name span,
    .xr-var-data,
    .xr-index-name div,
    .xr-index-data,
    .xr-attrs {
      padding-left: 25px !important;
    }

    .xr-attrs,
    .xr-var-attrs,
    .xr-var-data,
    .xr-index-data {
      grid-column: 1 / -1;
    }

    dl.xr-attrs {
      padding: 0;
      margin: 0;
      display: grid;
      grid-template-columns: 125px auto;
    }

    .xr-attrs dt,
    .xr-attrs dd {
      padding: 0;
      margin: 0;
      float: left;
      padding-right: 10px;
      width: auto;
    }

    .xr-attrs dt {
      font-weight: normal;
      grid-column: 1;
    }

    .xr-attrs dt:hover span {
      display: inline-block;
      background: var(--xr-background-color);
      padding-right: 10px;
    }

    .xr-attrs dd {
      grid-column: 2;
      white-space: pre-wrap;
      word-break: break-all;
    }

    .xr-icon-database,
    .xr-icon-file-text2,
    .xr-no-icon {
      display: inline-block;
      vertical-align: middle;
      width: 1em;
      height: 1.5em !important;
      stroke-width: 0;
      stroke: currentColor;
      fill: currentColor;
    }

    .xr-var-attrs-in:checked + label > .xr-icon-file-text2,
    .xr-var-data-in:checked + label > .xr-icon-database,
    .xr-index-data-in:checked + label > .xr-icon-database {
      color: var(--xr-font-color0);
      filter: drop-shadow(1px 1px 5px var(--xr-font-color2));
      stroke-width: 0.8px;
    }
    </style><pre class='xr-text-repr-fallback'>&lt;xarray.DataTree &#x27;raw_data&#x27;&gt;
    Group: /survey/data/raw_data
    │   Dimensions:       (index: 2474, gate_times: 23)
    │   Coordinates:
    │     * index         (index) int32 10kB 0 1 2 3 4 5 ... 2469 2470 2471 2472 2473
    │     * gate_times    (gate_times) float64 184B 1.297e-05 1.495e-05 ... 0.002183
    │       spatial_ref   float64 8B 0.0
    │       x             (index) float64 20kB 5.248e+05 5.248e+05 ... 5.246e+05
    │       y             (index) float64 20kB 4.583e+06 4.583e+06 ... 4.583e+06
    │       z             (index) float64 20kB 211.5 211.5 211.5 ... 211.0 211.1 211.1
    │   Data variables: (12/45)
    │       fid           (index) object 20kB &#x27;1&#x27; &#x27;2&#x27; &#x27;3&#x27; &#x27;4&#x27; ... &#x27;2961&#x27; &#x27;2962&#x27; &#x27;2963&#x27;
    │       acq           (index) float64 20kB 1.0 1.0 1.0 1.0 1.0 ... 6.0 6.0 6.0 6.0
    │       acq_rdg       (index) float64 20kB 0.0 1.0 2.0 3.0 ... 424.0 425.0 426.0
    │       acq_time      (index) object 20kB &#x27;20230808T175252.504075397Z&#x27; ... &#x27;20230...
    │       time          (index) object 20kB &#x27;20230808T175253.000000000Z&#x27; ... &#x27;20230...
    │       ts            (index) float64 20kB 1.692e+09 1.692e+09 ... 1.692e+09
    │       ...            ...
    │       y_powerphase  (index) float64 20kB 1.006 1.07 1.008 ... -2.718 -2.558 -2.693
    │       z_powerphase  (index) float64 20kB 1.663 1.679 1.748 ... 1.081 0.9304 0.8736
    │       X_CH          (index, gate_times) float64 455kB 491.5 357.4 ... 0.001494
    │       Y_CH          (index, gate_times) float64 455kB -6.219 6.26 ... -0.0268
    │       Z_CH          (index, gate_times) float64 455kB 499.8 434.7 ... 0.01253
    │       line          (index) int64 20kB 1 1 1 1 1 1 1 1 1 1 ... 6 6 6 6 6 6 6 6 6 6
    │   Attributes:
    │       uuid:        becd8422-e942-4f40-b703-1e4fc0ac18cf
    │       content:     raw data
    │       comment:     This dataset includes minimally processed (raw) AEM data
    │       type:        data
    │       method:      electromagnetic
    │       instrument:  loupe
    └── Group: /survey/data/raw_data/loupe_system
            Dimensions:                              (gate_times: 23, nv: 2,
                                                      n_loop_vertices: 8, xyz: 3,
                                                      n_transmitter: 1, waveform_time: 4,
                                                      n_receiver: 3, n_component: 3)
            Coordinates:
              * nv                                   (nv) int64 16B 0 1
              * n_loop_vertices                      (n_loop_vertices) int64 64B 0 1 ... 6 7
              * xyz                                  (xyz) int64 24B 0 1 2
              * n_transmitter                        (n_transmitter) int64 8B 0
              * waveform_time                        (waveform_time) &lt;U32 512B &#x27;-0.002777...
              * n_receiver                           (n_receiver) int64 24B 0 1 2
              * n_component                          (n_component) int64 24B 0 1 2
            Data variables: (12/35)
                gate_times_bnds                      (gate_times, nv) float64 368B 1.098e...
                n_loop_vertices_bnds                 (n_loop_vertices, nv) float64 128B -...
                xyz_bnds                             (xyz, nv) float64 48B -0.5 0.5 ... 2.5
                transmitter_label                    (n_transmitter) &lt;U1 4B &#x27;z&#x27;
                transmitter_number_of_turns          (n_transmitter) int64 8B 13
                transmitter_coordinates              (n_transmitter, n_loop_vertices, xyz) float64 192B ...
                ...                                   ...
                component_txrx_dx                    (n_component) float64 24B -10.0 ... ...
                component_txrx_dy                    (n_component) float64 24B 0.0 0.0 0.0
                component_txrx_dz                    (n_component) float64 24B -0.75 ... ...
                component_data_type                  (n_component) &lt;U4 48B &#x27;dBdt&#x27; ... &#x27;dBdt&#x27;
                component_gate_times                 (n_component) &lt;U10 120B &#x27;gate_times&#x27;...
                sample_rate                          object 8B None
            Attributes: (12/13)
                type:                    system
                mode:                    ground
                method:                  electromagnetic
                submethod:               time domain
                instrument:              loupe
                uuid:                    002738fb-c200-4a7d-828a-8c40c055a609
                ...                      ...
                data_normalized:         True
                reference_frame:         right-handed positive down
                sample_rate:             0.1
                digitization_frequency:  504000.0
                stacks:                  360
                powerline_frequency:     60.0</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>xarray.DataTree</div><div class='xr-obj-name'>&#x27;raw_data&#x27;</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-b2d928c4-6228-459a-ae99-4ab6b4143445' class='xr-section-summary-in' type='checkbox'  ><label for='section-b2d928c4-6228-459a-ae99-4ab6b4143445' class='xr-section-summary' >Groups: <span>(1)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><div style='display: inline-grid; grid-template-columns: 100%; grid-column: 1 / -1'><div class='xr-group-box'><div class='xr-group-box-vline' style='height: 1.2em'></div><div class='xr-group-box-hline'></div><div class='xr-group-box-contents'><div class='xr-header'><div class='xr-group-name'>/survey/data/raw_data/loupe_system</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-d7096fb3-2f8d-4309-b953-e571d764f129' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-d7096fb3-2f8d-4309-b953-e571d764f129' class='xr-section-summary'  title='Expand/collapse section'>Dimensions:</label><div class='xr-section-inline-details'><ul class='xr-dim-list'><li><span class='xr-has-index'>index</span>: 2474</li><li><span class='xr-has-index'>gate_times</span>: 23</li><li><span class='xr-has-index'>nv</span>: 2</li><li><span class='xr-has-index'>n_loop_vertices</span>: 8</li><li><span class='xr-has-index'>xyz</span>: 3</li><li><span class='xr-has-index'>n_transmitter</span>: 1</li><li><span class='xr-has-index'>waveform_time</span>: 4</li><li><span class='xr-has-index'>n_receiver</span>: 3</li><li><span class='xr-has-index'>n_component</span>: 3</li></ul></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-696b9691-1c6f-4406-82d1-e60bbdb95b24' class='xr-section-summary-in' type='checkbox'  checked><label for='section-696b9691-1c6f-4406-82d1-e60bbdb95b24' class='xr-section-summary' >Coordinates: <span>(7)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>nv</span></div><div class='xr-var-dims'>(nv)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>0 1</div><input id='attrs-8a1ccb33-9a50-46dc-990f-b974f21e1ad2' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-8a1ccb33-9a50-46dc-990f-b974f21e1ad2' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-fb673ab7-8991-4136-b9b1-b4aa22a47506' class='xr-var-data-in' type='checkbox'><label for='data-fb673ab7-8991-4136-b9b1-b4aa22a47506' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>nv</dd><dt><span>long_name :</span></dt><dd>Number of vertices for bounding variables</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[0. 1.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([0, 1])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>n_loop_vertices</span></div><div class='xr-var-dims'>(n_loop_vertices)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>0 1 2 3 4 5 6 7</div><input id='attrs-982236ac-043e-49f7-a9de-f2205874f33a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-982236ac-043e-49f7-a9de-f2205874f33a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-697e2450-913a-4ce2-b2fa-1bfa982f048b' class='xr-var-data-in' type='checkbox'><label for='data-697e2450-913a-4ce2-b2fa-1bfa982f048b' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>n_loop_vertices</dd><dt><span>long_name :</span></dt><dd>number of loop vertices</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[0. 7.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd><dt><span>bounds :</span></dt><dd>n_loop_vertices_bnds</dd></dl></div><div class='xr-var-data'><pre>array([0, 1, 2, 3, 4, 5, 6, 7])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>xyz</span></div><div class='xr-var-dims'>(xyz)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>0 1 2</div><input id='attrs-cb66abbb-962b-47a2-b3e3-73e751229d51' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-cb66abbb-962b-47a2-b3e3-73e751229d51' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-343223e5-5d8e-4a46-aa4c-5a98f184a776' class='xr-var-data-in' type='checkbox'><label for='data-343223e5-5d8e-4a46-aa4c-5a98f184a776' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>xyz</dd><dt><span>long_name :</span></dt><dd>coordinates of the loop vertices</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[0. 2.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd><dt><span>bounds :</span></dt><dd>xyz_bnds</dd></dl></div><div class='xr-var-data'><pre>array([0, 1, 2])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>n_transmitter</span></div><div class='xr-var-dims'>(n_transmitter)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>0</div><input id='attrs-35ab769a-7e71-4018-84b2-a1cbd0d8abe5' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-35ab769a-7e71-4018-84b2-a1cbd0d8abe5' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-22219fb7-bf0b-4d25-a00d-c0bffc0c8bd1' class='xr-var-data-in' type='checkbox'><label for='data-22219fb7-bf0b-4d25-a00d-c0bffc0c8bd1' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>n_transmitter</dd><dt><span>long_name :</span></dt><dd>Number of transmitters</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[0. 0.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([0])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>waveform_time</span></div><div class='xr-var-dims'>(waveform_time)</div><div class='xr-var-dtype'>&lt;U32</div><div class='xr-var-preview xr-preview'>&#x27;-0.00277778&#x27; ... &#x27;9e-06&#x27;</div><input id='attrs-48102844-f488-432a-a86f-de044b4285f5' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-48102844-f488-432a-a86f-de044b4285f5' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-2d387802-0887-45e5-b09f-3779d37925ed' class='xr-var-data-in' type='checkbox'><label for='data-2d387802-0887-45e5-b09f-3779d37925ed' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>label :</span></dt><dd>[&#x27;z&#x27;]</dd><dt><span>prefix :</span></dt><dd>transmitter</dd><dt><span>long_name :</span></dt><dd>waveform time</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>standard_name :</span></dt><dd>waveform_time</dd><dt><span>valid_range :</span></dt><dd>[-2.77778e-03  9.00000e-06]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;-0.00277778&#x27;, &#x27;-0.00276878&#x27;, &#x27;0.0&#x27;, &#x27;9e-06&#x27;], dtype=&#x27;&lt;U32&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>n_receiver</span></div><div class='xr-var-dims'>(n_receiver)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>0 1 2</div><input id='attrs-01aec81f-a036-4f48-a54a-3b35b5ef85ab' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-01aec81f-a036-4f48-a54a-3b35b5ef85ab' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-190eca96-340b-4741-b501-04392a6d0c9d' class='xr-var-data-in' type='checkbox'><label for='data-190eca96-340b-4741-b501-04392a6d0c9d' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>n_receiver</dd><dt><span>long_name :</span></dt><dd>Number of receivers</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[0. 2.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([0, 1, 2])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>n_component</span></div><div class='xr-var-dims'>(n_component)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>0 1 2</div><input id='attrs-b0196096-99a9-4b20-b2ad-ab558a1c3d7f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b0196096-99a9-4b20-b2ad-ab558a1c3d7f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-ca1fa319-4815-4bd7-8add-db1eca3566bc' class='xr-var-data-in' type='checkbox'><label for='data-ca1fa319-4815-4bd7-8add-db1eca3566bc' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>n_component</dd><dt><span>long_name :</span></dt><dd>Number of components</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[0. 2.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([0, 1, 2])</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-60c613f1-90f6-4844-96f9-7d3fad72ec56' class='xr-section-summary-in' type='checkbox'  ><label for='section-60c613f1-90f6-4844-96f9-7d3fad72ec56' class='xr-section-summary' >Data variables: <span>(35)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'><li class='xr-var-item'><div class='xr-var-name'><span>gate_times_bnds</span></div><div class='xr-var-dims'>(gate_times, nv)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.098e-05 1.495e-05 ... 0.002557</div><input id='attrs-38e370b7-d7a1-478d-a6aa-f522b3bae81b' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-38e370b7-d7a1-478d-a6aa-f522b3bae81b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-4f589837-ad64-4aaf-a5b4-ba8807f674c6' class='xr-var-data-in' type='checkbox'><label for='data-4f589837-ad64-4aaf-a5b4-ba8807f674c6' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>gate_times_bounds</dd><dt><span>long_name :</span></dt><dd>receiver gate times cell boundaries</dd><dt><span>units :</span></dt><dd>seconds</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[1.09800e-05 2.55662e-03]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([[1.09800e-05, 1.49500e-05],[1.29700e-05, 1.69400e-05],[1.49500e-05, 1.89200e-05],[1.69400e-05, 2.09000e-05],[1.89200e-05, 2.28900e-05],[2.09000e-05, 2.88400e-05],[2.68600e-05, 3.47900e-05],[3.28100e-05, 4.47100e-05],[4.07500e-05, 5.66200e-05],[5.26500e-05, 7.24900e-05],[6.65400e-05, 9.03500e-05],[8.63800e-05, 1.18130e-04],[1.12170e-04, 1.55830e-04],[1.45900e-04, 2.01460e-04],[1.91540e-04, 2.66940e-04],[2.53050e-04, 3.52250e-04],[3.32410e-04, 4.67330e-04],[4.39560e-04, 6.22100e-04],[5.82410e-04, 8.22490e-04],[7.72890e-04, 1.09233e-03],[1.02487e-03, 1.44948e-03],[1.36019e-03, 1.92567e-03],[1.80860e-03, 2.55662e-03]])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>n_loop_vertices_bnds</span></div><div class='xr-var-dims'>(n_loop_vertices, nv)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-0.5 0.5 0.5 1.5 ... 6.5 6.5 7.5</div><input id='attrs-53cb3424-ac55-462d-b6c9-adffe9998fdf' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-53cb3424-ac55-462d-b6c9-adffe9998fdf' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-bace06fc-3048-4945-ba48-a4c7945101b2' class='xr-var-data-in' type='checkbox'><label for='data-bace06fc-3048-4945-ba48-a4c7945101b2' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>n_loop_vertices_bounds</dd><dt><span>long_name :</span></dt><dd>number of loop vertices cell boundaries</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[-0.5  7.5]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([[-0.5,  0.5],[ 0.5,  1.5],[ 1.5,  2.5],[ 2.5,  3.5],[ 3.5,  4.5],[ 4.5,  5.5],[ 5.5,  6.5],[ 6.5,  7.5]])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>xyz_bnds</span></div><div class='xr-var-dims'>(xyz, nv)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-0.5 0.5 0.5 1.5 1.5 2.5</div><input id='attrs-1329118a-7758-42d9-a5e2-ee5395dcd47b' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-1329118a-7758-42d9-a5e2-ee5395dcd47b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-563739bd-9660-4892-9f59-d80cfa3e2f35' class='xr-var-data-in' type='checkbox'><label for='data-563739bd-9660-4892-9f59-d80cfa3e2f35' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>xyz_bounds</dd><dt><span>long_name :</span></dt><dd>coordinates of the loop vertices cell boundaries</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[-0.5  2.5]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([[-0.5,  0.5],[ 0.5,  1.5],[ 1.5,  2.5]])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>transmitter_label</span></div><div class='xr-var-dims'>(n_transmitter)</div><div class='xr-var-dtype'>&lt;U1</div><div class='xr-var-preview xr-preview'>&#x27;z&#x27;</div><input id='attrs-36678c06-d0b3-4a36-bcde-de3b24c8c16c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-36678c06-d0b3-4a36-bcde-de3b24c8c16c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-77a30570-0826-417c-ac40-ad654b48d9e9' class='xr-var-data-in' type='checkbox'><label for='data-77a30570-0826-417c-ac40-ad654b48d9e9' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;z&#x27;], dtype=&#x27;&lt;U1&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>transmitter_number_of_turns</span></div><div class='xr-var-dims'>(n_transmitter)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>13</div><input id='attrs-d5836589-ea27-49fe-89b9-35cdad6d4f6c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d5836589-ea27-49fe-89b9-35cdad6d4f6c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-291bd98f-aa26-4fef-8dbd-873f3ddf306c' class='xr-var-data-in' type='checkbox'><label for='data-291bd98f-aa26-4fef-8dbd-873f3ddf306c' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[13. 13.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([13])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>transmitter_coordinates</span></div><div class='xr-var-dims'>(n_transmitter, n_loop_vertices, xyz)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.33 0.14 0.0 ... 0.33 -0.14 0.0</div><input id='attrs-c6875ec6-19d7-4616-8e19-e042fb18bc1f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-c6875ec6-19d7-4616-8e19-e042fb18bc1f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-def8d6ef-66ba-4b41-96d1-df9f3a133641' class='xr-var-data-in' type='checkbox'><label for='data-def8d6ef-66ba-4b41-96d1-df9f3a133641' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[-0.33  0.33]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([[[ 0.33,  0.14,  0.  ],[ 0.14,  0.33,  0.  ],[-0.14,  0.33,  0.  ],[-0.33,  0.14,  0.  ],[-0.33, -0.14,  0.  ],[-0.14, -0.33,  0.  ],[ 0.14, -0.33,  0.  ],[ 0.33, -0.14,  0.  ]]])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>transmitter_area</span></div><div class='xr-var-dims'>()</div><div class='xr-var-dtype'>object</div><div class='xr-var-preview xr-preview'>None</div><input id='attrs-10d19d6b-2c81-4c2f-9416-fe788e0978bb' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-10d19d6b-2c81-4c2f-9416-fe788e0978bb' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e0ab1c45-c8c5-4d16-b8bf-d1baffa32fbe' class='xr-var-data-in' type='checkbox'><label for='data-e0ab1c45-c8c5-4d16-b8bf-d1baffa32fbe' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>units :</span></dt><dd>m^2</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array(None, dtype=object)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>transmitter_waveform_type</span></div><div class='xr-var-dims'>(n_transmitter)</div><div class='xr-var-dtype'>&lt;U9</div><div class='xr-var-preview xr-preview'>&#x27;trapezoid&#x27;</div><input id='attrs-ae8944b9-fd35-4987-925d-47c818fe8313' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ae8944b9-fd35-4987-925d-47c818fe8313' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-17be7dc6-0279-4373-a77c-922a7f70ed7b' class='xr-var-data-in' type='checkbox'><label for='data-17be7dc6-0279-4373-a77c-922a7f70ed7b' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;trapezoid&#x27;], dtype=&#x27;&lt;U9&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>transmitter_waveform_current</span></div><div class='xr-var-dims'>(waveform_time)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.0 1.0 1.0 0.0</div><input id='attrs-6f60ab58-29c0-4c75-8193-7efa35b2326f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6f60ab58-29c0-4c75-8193-7efa35b2326f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-7dab111d-3533-4bbe-9ae7-2f3480515dca' class='xr-var-data-in' type='checkbox'><label for='data-7dab111d-3533-4bbe-9ae7-2f3480515dca' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[0. 1.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([0., 1., 1., 0.])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>transmitter_current_scale_factor</span></div><div class='xr-var-dims'>(n_transmitter)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.0</div><input id='attrs-adf14fb9-47b4-43d1-a46d-81e1a018c868' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-adf14fb9-47b4-43d1-a46d-81e1a018c868' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-019c9c96-fa8e-4c4e-99dd-f9ca9da6e0eb' class='xr-var-data-in' type='checkbox'><label for='data-019c9c96-fa8e-4c4e-99dd-f9ca9da6e0eb' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[1. 1.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([1.])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>transmitter_peak_current</span></div><div class='xr-var-dims'>(n_transmitter)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>20.0</div><input id='attrs-5a41de9f-546d-4237-be6b-f9b00a15f10a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-5a41de9f-546d-4237-be6b-f9b00a15f10a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-aa532205-ea3d-4069-b34f-30ddb4b86ff7' class='xr-var-data-in' type='checkbox'><label for='data-aa532205-ea3d-4069-b34f-30ddb4b86ff7' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[20. 20.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([20.])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>transmitter_moment</span></div><div class='xr-var-dims'>(n_transmitter)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>94.42</div><input id='attrs-0b7cf353-31f6-4a85-b0c3-5313bbcbe64f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0b7cf353-31f6-4a85-b0c3-5313bbcbe64f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-49ee8dcb-6564-4689-a3e6-1d78cd530faa' class='xr-var-data-in' type='checkbox'><label for='data-49ee8dcb-6564-4689-a3e6-1d78cd530faa' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[94.42 94.42]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([94.42])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>transmitter_base_frequency</span></div><div class='xr-var-dims'>(n_transmitter)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>90.0</div><input id='attrs-1c2b4247-c8b2-428e-a32c-84ab21dda26c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-1c2b4247-c8b2-428e-a32c-84ab21dda26c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-095e2bef-1b4d-46a6-826a-807713b48533' class='xr-var-data-in' type='checkbox'><label for='data-095e2bef-1b4d-46a6-826a-807713b48533' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[90. 90.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([90.])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>transmitter_on_time</span></div><div class='xr-var-dims'>(n_transmitter)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.002769</div><input id='attrs-00312af5-ae08-4d37-b175-d8bf86be5e09' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-00312af5-ae08-4d37-b175-d8bf86be5e09' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a4cc2119-76a1-4f5d-b182-5649d05830fd' class='xr-var-data-in' type='checkbox'><label for='data-a4cc2119-76a1-4f5d-b182-5649d05830fd' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[0.00276878 0.00276878]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([0.00276878])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>transmitter_off_time</span></div><div class='xr-var-dims'>(n_transmitter)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.002787</div><input id='attrs-1dc5276c-dbd4-4798-bd23-8e9106b3e39d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-1dc5276c-dbd4-4798-bd23-8e9106b3e39d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-aa5ed0af-bc99-4cfa-88b1-794d5984bf3c' class='xr-var-data-in' type='checkbox'><label for='data-aa5ed0af-bc99-4cfa-88b1-794d5984bf3c' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[0.00278678 0.00278678]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([0.00278678])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>transmitter_orientation</span></div><div class='xr-var-dims'>(n_transmitter)</div><div class='xr-var-dtype'>&lt;U1</div><div class='xr-var-preview xr-preview'>&#x27;z&#x27;</div><input id='attrs-522c8c49-4c8b-4888-a471-b67c958ebca6' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-522c8c49-4c8b-4888-a471-b67c958ebca6' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f8564c09-dc91-44e5-8806-6db3e3b516ca' class='xr-var-data-in' type='checkbox'><label for='data-f8564c09-dc91-44e5-8806-6db3e3b516ca' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;z&#x27;], dtype=&#x27;&lt;U1&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>transmitter_height</span></div><div class='xr-var-dims'>(n_transmitter)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.0</div><input id='attrs-cef657be-191b-48db-9e29-c542fca155e3' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-cef657be-191b-48db-9e29-c542fca155e3' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b73393fc-b76f-47e5-8568-975c5df44f26' class='xr-var-data-in' type='checkbox'><label for='data-b73393fc-b76f-47e5-8568-975c5df44f26' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[1. 1.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([1.])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>receiver_label</span></div><div class='xr-var-dims'>(n_receiver)</div><div class='xr-var-dtype'>&lt;U1</div><div class='xr-var-preview xr-preview'>&#x27;x&#x27; &#x27;y&#x27; &#x27;z&#x27;</div><input id='attrs-46cae5ee-2f14-49ad-a9a2-edb1c4d7f111' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-46cae5ee-2f14-49ad-a9a2-edb1c4d7f111' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-6455ffd5-1654-4ffa-9139-b4d7c3d794eb' class='xr-var-data-in' type='checkbox'><label for='data-6455ffd5-1654-4ffa-9139-b4d7c3d794eb' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;x&#x27;, &#x27;y&#x27;, &#x27;z&#x27;], dtype=&#x27;&lt;U1&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>receiver_orientation</span></div><div class='xr-var-dims'>(n_receiver)</div><div class='xr-var-dtype'>&lt;U1</div><div class='xr-var-preview xr-preview'>&#x27;x&#x27; &#x27;y&#x27; &#x27;z&#x27;</div><input id='attrs-0e05df4d-7313-4332-9aaa-ef5cdf8632ed' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0e05df4d-7313-4332-9aaa-ef5cdf8632ed' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-6a5bc551-dc54-4667-b3cd-f6249a8f8b71' class='xr-var-data-in' type='checkbox'><label for='data-6a5bc551-dc54-4667-b3cd-f6249a8f8b71' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;x&#x27;, &#x27;y&#x27;, &#x27;z&#x27;], dtype=&#x27;&lt;U1&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>receiver_coil_low_pass_filter</span></div><div class='xr-var-dims'>(n_receiver)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1e+05 1e+05 1e+05</div><input id='attrs-dbf02206-e8de-4d3d-8a5d-cd077cf731d1' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-dbf02206-e8de-4d3d-8a5d-cd077cf731d1' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a053360c-a58b-47c5-a4da-d16b9bfe0288' class='xr-var-data-in' type='checkbox'><label for='data-a053360c-a58b-47c5-a4da-d16b9bfe0288' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[100000. 100000.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([100000., 100000., 100000.])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>receiver_instrument_low_pass_filter</span></div><div class='xr-var-dims'>(n_receiver)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>2.5e+05 2.5e+05 2.5e+05</div><input id='attrs-9ca5983c-d8d8-4ad1-8ad0-e1d521a1e901' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-9ca5983c-d8d8-4ad1-8ad0-e1d521a1e901' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f3de1c61-1f59-40fb-a0d9-d9c754650af2' class='xr-var-data-in' type='checkbox'><label for='data-f3de1c61-1f59-40fb-a0d9-d9c754650af2' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[250000. 250000.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([250000., 250000., 250000.])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>receiver_area</span></div><div class='xr-var-dims'>(n_receiver)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>200.0 200.0 200.0</div><input id='attrs-f1e5add1-2fbf-401d-8524-30c290681bf3' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f1e5add1-2fbf-401d-8524-30c290681bf3' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3d981483-9021-4a64-a54e-2c2f58ffb8b2' class='xr-var-data-in' type='checkbox'><label for='data-3d981483-9021-4a64-a54e-2c2f58ffb8b2' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[200. 200.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([200., 200., 200.])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>receiver_delay_time</span></div><div class='xr-var-dims'>(n_receiver)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>4.58e-06 4.58e-06 4.58e-06</div><input id='attrs-cdf606c9-1820-4202-b445-eb785754a650' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-cdf606c9-1820-4202-b445-eb785754a650' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-13ba620b-ef30-49e2-96aa-0dce8a9a50cf' class='xr-var-data-in' type='checkbox'><label for='data-13ba620b-ef30-49e2-96aa-0dce8a9a50cf' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[4.58e-06 4.58e-06]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([4.58e-06, 4.58e-06, 4.58e-06])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>receiver_height</span></div><div class='xr-var-dims'>(n_receiver)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.75 1.75 1.75</div><input id='attrs-06aca189-ed9d-42d4-93a0-d7af18a0ec9a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-06aca189-ed9d-42d4-93a0-d7af18a0ec9a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-04cb2e96-6a8b-4f1f-aec0-cdf88983c90c' class='xr-var-data-in' type='checkbox'><label for='data-04cb2e96-6a8b-4f1f-aec0-cdf88983c90c' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[1.75 1.75]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([1.75, 1.75, 1.75])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>receiver_gain</span></div><div class='xr-var-dims'>(n_receiver)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>10 10 10</div><input id='attrs-6bd7de1f-fa41-4959-8154-ea9a62c4cbe9' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6bd7de1f-fa41-4959-8154-ea9a62c4cbe9' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-63cc6bb2-3da8-4748-b992-371b150a0fd0' class='xr-var-data-in' type='checkbox'><label for='data-63cc6bb2-3da8-4748-b992-371b150a0fd0' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[10. 10.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([10, 10, 10])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>component_label</span></div><div class='xr-var-dims'>(n_component)</div><div class='xr-var-dtype'>&lt;U3</div><div class='xr-var-preview xr-preview'>&#x27;z_x&#x27; &#x27;z_y&#x27; &#x27;z_z&#x27;</div><input id='attrs-ba71bd61-a90c-4e22-b413-553a0ca40738' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ba71bd61-a90c-4e22-b413-553a0ca40738' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a8b612fe-1c75-461a-9371-f50638baee5d' class='xr-var-data-in' type='checkbox'><label for='data-a8b612fe-1c75-461a-9371-f50638baee5d' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;z_x&#x27;, &#x27;z_y&#x27;, &#x27;z_z&#x27;], dtype=&#x27;&lt;U3&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>component_transmitters</span></div><div class='xr-var-dims'>(n_component)</div><div class='xr-var-dtype'>&lt;U1</div><div class='xr-var-preview xr-preview'>&#x27;z&#x27; &#x27;z&#x27; &#x27;z&#x27;</div><input id='attrs-f730da26-72f7-45dd-a9c8-6d93df499e6d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f730da26-72f7-45dd-a9c8-6d93df499e6d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-929c98a4-7916-4c5b-9265-625e33801466' class='xr-var-data-in' type='checkbox'><label for='data-929c98a4-7916-4c5b-9265-625e33801466' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;z&#x27;, &#x27;z&#x27;, &#x27;z&#x27;], dtype=&#x27;&lt;U1&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>component_receivers</span></div><div class='xr-var-dims'>(n_component)</div><div class='xr-var-dtype'>&lt;U1</div><div class='xr-var-preview xr-preview'>&#x27;x&#x27; &#x27;y&#x27; &#x27;z&#x27;</div><input id='attrs-f3cb1aab-eb77-4c90-b532-72c2b3a4718a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f3cb1aab-eb77-4c90-b532-72c2b3a4718a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9c931bf3-8dba-4fa1-88a4-3d94509c133b' class='xr-var-data-in' type='checkbox'><label for='data-9c931bf3-8dba-4fa1-88a4-3d94509c133b' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;x&#x27;, &#x27;y&#x27;, &#x27;z&#x27;], dtype=&#x27;&lt;U1&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>component_sample_rate</span></div><div class='xr-var-dims'>(n_component)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.0 1.0 1.0</div><input id='attrs-014aafa7-f5b8-4fdf-a785-b5975ae35a21' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-014aafa7-f5b8-4fdf-a785-b5975ae35a21' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-fe8fb616-cd0e-496f-aeb3-544e1c308fab' class='xr-var-data-in' type='checkbox'><label for='data-fe8fb616-cd0e-496f-aeb3-544e1c308fab' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[1. 1.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([1., 1., 1.])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>component_txrx_dx</span></div><div class='xr-var-dims'>(n_component)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-10.0 -10.0 -10.0</div><input id='attrs-1f0a34ad-7763-4f95-9587-009ef8a815bc' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-1f0a34ad-7763-4f95-9587-009ef8a815bc' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-7a0fb1de-845b-481b-a65f-fa2b652730a6' class='xr-var-data-in' type='checkbox'><label for='data-7a0fb1de-845b-481b-a65f-fa2b652730a6' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[-10. -10.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([-10., -10., -10.])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>component_txrx_dy</span></div><div class='xr-var-dims'>(n_component)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.0 0.0 0.0</div><input id='attrs-f8443773-adfc-40e8-bca1-bcc03ed9ead8' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f8443773-adfc-40e8-bca1-bcc03ed9ead8' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-740fbc25-a0c1-40e9-9214-c3b8ee508cbf' class='xr-var-data-in' type='checkbox'><label for='data-740fbc25-a0c1-40e9-9214-c3b8ee508cbf' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[0. 0.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([0., 0., 0.])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>component_txrx_dz</span></div><div class='xr-var-dims'>(n_component)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-0.75 -0.75 -0.75</div><input id='attrs-96edba17-ffad-4368-bb7b-e9bc86e30a0b' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-96edba17-ffad-4368-bb7b-e9bc86e30a0b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-cb8f25e5-44ac-4367-8316-40e9eb66a228' class='xr-var-data-in' type='checkbox'><label for='data-cb8f25e5-44ac-4367-8316-40e9eb66a228' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[-0.75 -0.75]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([-0.75, -0.75, -0.75])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>component_data_type</span></div><div class='xr-var-dims'>(n_component)</div><div class='xr-var-dtype'>&lt;U4</div><div class='xr-var-preview xr-preview'>&#x27;dBdt&#x27; &#x27;dBdt&#x27; &#x27;dBdt&#x27;</div><input id='attrs-b9a7f7d8-1152-470c-9ac1-07cf191aa2c1' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b9a7f7d8-1152-470c-9ac1-07cf191aa2c1' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-7448bbb0-76d0-40a6-aeb4-c8492ed49f87' class='xr-var-data-in' type='checkbox'><label for='data-7448bbb0-76d0-40a6-aeb4-c8492ed49f87' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;dBdt&#x27;, &#x27;dBdt&#x27;, &#x27;dBdt&#x27;], dtype=&#x27;&lt;U4&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>component_gate_times</span></div><div class='xr-var-dims'>(n_component)</div><div class='xr-var-dtype'>&lt;U10</div><div class='xr-var-preview xr-preview'>&#x27;gate_times&#x27; ... &#x27;gate_times&#x27;</div><input id='attrs-48c58851-3adf-45d9-9ff1-b53933d15d3e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-48c58851-3adf-45d9-9ff1-b53933d15d3e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-66984829-8351-4ad3-99aa-cd6cf718cc36' class='xr-var-data-in' type='checkbox'><label for='data-66984829-8351-4ad3-99aa-cd6cf718cc36' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;gate_times&#x27;, &#x27;gate_times&#x27;, &#x27;gate_times&#x27;], dtype=&#x27;&lt;U10&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>sample_rate</span></div><div class='xr-var-dims'>()</div><div class='xr-var-dtype'>object</div><div class='xr-var-preview xr-preview'>None</div><input id='attrs-81db263f-710f-4b7e-bf8d-02ede4a74521' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-81db263f-710f-4b7e-bf8d-02ede4a74521' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-09d9d80f-297f-4005-b8f2-e3b487888491' class='xr-var-data-in' type='checkbox'><label for='data-09d9d80f-297f-4005-b8f2-e3b487888491' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>units :</span></dt><dd>s</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array(None, dtype=object)</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-05536d29-63f2-4fa7-bc8d-4fd320637009' class='xr-section-summary-in' type='checkbox'  ><label for='section-05536d29-63f2-4fa7-bc8d-4fd320637009' class='xr-section-summary' >Attributes: <span>(13)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><dl class='xr-attrs'><dt><span>type :</span></dt><dd>system</dd><dt><span>mode :</span></dt><dd>ground</dd><dt><span>method :</span></dt><dd>electromagnetic</dd><dt><span>submethod :</span></dt><dd>time domain</dd><dt><span>instrument :</span></dt><dd>loupe</dd><dt><span>uuid :</span></dt><dd>002738fb-c200-4a7d-828a-8c40c055a609</dd><dt><span>name :</span></dt><dd>loupe_system</dd><dt><span>data_normalized :</span></dt><dd>True</dd><dt><span>reference_frame :</span></dt><dd>right-handed positive down</dd><dt><span>sample_rate :</span></dt><dd>0.1</dd><dt><span>digitization_frequency :</span></dt><dd>504000.0</dd><dt><span>stacks :</span></dt><dd>360</dd><dt><span>powerline_frequency :</span></dt><dd>60.0</dd></dl></div></li></ul></div></div></div></div></li><li class='xr-section-item'><input id='section-1e2df670-a77a-4d8e-89cf-259340e33007' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-1e2df670-a77a-4d8e-89cf-259340e33007' class='xr-section-summary'  title='Expand/collapse section'>Dimensions:</label><div class='xr-section-inline-details'><ul class='xr-dim-list'><li><span class='xr-has-index'>index</span>: 2474</li><li><span class='xr-has-index'>gate_times</span>: 23</li></ul></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-f3536964-4e43-4dd8-af5c-05f42a505d3b' class='xr-section-summary-in' type='checkbox'  checked><label for='section-f3536964-4e43-4dd8-af5c-05f42a505d3b' class='xr-section-summary' >Coordinates: <span>(6)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>index</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>int32</div><div class='xr-var-preview xr-preview'>0 1 2 3 4 ... 2470 2471 2472 2473</div><input id='attrs-60dd523a-d1cc-4037-81d6-ef23a44e8652' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-60dd523a-d1cc-4037-81d6-ef23a44e8652' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-50fdf8ff-91c4-40e7-9941-7ebe79e9a537' class='xr-var-data-in' type='checkbox'><label for='data-50fdf8ff-91c4-40e7-9941-7ebe79e9a537' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>index</dd><dt><span>long_name :</span></dt><dd>Index of individual data points</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[   0. 2473.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([   0,    1,    2, ..., 2471, 2472, 2473], shape=(2474,), dtype=int32)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>gate_times</span></div><div class='xr-var-dims'>(gate_times)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.297e-05 1.495e-05 ... 0.002183</div><input id='attrs-049753d6-19a1-4095-b3de-f150e176e1dc' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-049753d6-19a1-4095-b3de-f150e176e1dc' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-77516519-5270-446e-a531-cfa7ae35ec60' class='xr-var-data-in' type='checkbox'><label for='data-77516519-5270-446e-a531-cfa7ae35ec60' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>gate_times</dd><dt><span>long_name :</span></dt><dd>receiver gate times</dd><dt><span>units :</span></dt><dd>seconds</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[1.2965e-05 2.1826e-03]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd><dt><span>bounds :</span></dt><dd>gate_times_bnds</dd></dl></div><div class='xr-var-data'><pre>array([1.2965e-05, 1.4955e-05, 1.6935e-05, 1.8920e-05, 2.0905e-05, 2.4870e-05,
           3.0825e-05, 3.8760e-05, 4.8685e-05, 6.2570e-05, 7.8445e-05, 1.0226e-04,
           1.3400e-04, 1.7368e-04, 2.2924e-04, 3.0265e-04, 3.9987e-04, 5.3083e-04,
           7.0245e-04, 9.3261e-04, 1.2372e-03, 1.6429e-03, 2.1826e-03])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>spatial_ref</span></div><div class='xr-var-dims'>()</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.0</div><input id='attrs-3e43c963-99a0-4d92-ac35-c26c2769c9f8' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3e43c963-99a0-4d92-ac35-c26c2769c9f8' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-4420219e-63a1-4fe0-981e-532c600ca3c8' class='xr-var-data-in' type='checkbox'><label for='data-4420219e-63a1-4fe0-981e-532c600ca3c8' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>crs_wkt :</span></dt><dd>PROJCRS[&quot;WGS 84 / UTM zone 16N&quot;,BASEGEOGCRS[&quot;WGS 84&quot;,ENSEMBLE[&quot;World Geodetic System 1984 ensemble&quot;,MEMBER[&quot;World Geodetic System 1984 (Transit)&quot;],MEMBER[&quot;World Geodetic System 1984 (G730)&quot;],MEMBER[&quot;World Geodetic System 1984 (G873)&quot;],MEMBER[&quot;World Geodetic System 1984 (G1150)&quot;],MEMBER[&quot;World Geodetic System 1984 (G1674)&quot;],MEMBER[&quot;World Geodetic System 1984 (G1762)&quot;],MEMBER[&quot;World Geodetic System 1984 (G2139)&quot;],MEMBER[&quot;World Geodetic System 1984 (G2296)&quot;],ELLIPSOID[&quot;WGS 84&quot;,6378137,298.257223563,LENGTHUNIT[&quot;metre&quot;,1]],ENSEMBLEACCURACY[2.0]],PRIMEM[&quot;Greenwich&quot;,0,ANGLEUNIT[&quot;degree&quot;,0.0174532925199433]],ID[&quot;EPSG&quot;,4326]],CONVERSION[&quot;UTM zone 16N&quot;,METHOD[&quot;Transverse Mercator&quot;,ID[&quot;EPSG&quot;,9807]],PARAMETER[&quot;Latitude of natural origin&quot;,0,ANGLEUNIT[&quot;degree&quot;,0.0174532925199433],ID[&quot;EPSG&quot;,8801]],PARAMETER[&quot;Longitude of natural origin&quot;,-87,ANGLEUNIT[&quot;degree&quot;,0.0174532925199433],ID[&quot;EPSG&quot;,8802]],PARAMETER[&quot;Scale factor at natural origin&quot;,0.9996,SCALEUNIT[&quot;unity&quot;,1],ID[&quot;EPSG&quot;,8805]],PARAMETER[&quot;False easting&quot;,500000,LENGTHUNIT[&quot;metre&quot;,1],ID[&quot;EPSG&quot;,8806]],PARAMETER[&quot;False northing&quot;,0,LENGTHUNIT[&quot;metre&quot;,1],ID[&quot;EPSG&quot;,8807]]],CS[Cartesian,2],AXIS[&quot;(E)&quot;,east,ORDER[1],LENGTHUNIT[&quot;metre&quot;,1]],AXIS[&quot;(N)&quot;,north,ORDER[2],LENGTHUNIT[&quot;metre&quot;,1]],USAGE[SCOPE[&quot;Navigation and medium accuracy spatial referencing.&quot;],AREA[&quot;Between 90°W and 84°W, northern hemisphere between equator and 84°N, onshore and offshore. Belize. Canada - Manitoba; Nunavut; Ontario. Costa Rica. Cuba. Ecuador - Galapagos. El Salvador. Guatemala. Honduras. Mexico. Nicaragua. United States (USA).&quot;],BBOX[0,-90,84,-84]],ID[&quot;EPSG&quot;,32616]]</dd><dt><span>semi_major_axis :</span></dt><dd>6378137.0</dd><dt><span>semi_minor_axis :</span></dt><dd>6356752.314245179</dd><dt><span>inverse_flattening :</span></dt><dd>298.257223563</dd><dt><span>reference_ellipsoid_name :</span></dt><dd>WGS 84</dd><dt><span>longitude_of_prime_meridian :</span></dt><dd>0.0</dd><dt><span>prime_meridian_name :</span></dt><dd>Greenwich</dd><dt><span>geographic_crs_name :</span></dt><dd>WGS 84</dd><dt><span>horizontal_datum_name :</span></dt><dd>World Geodetic System 1984 ensemble</dd><dt><span>projected_crs_name :</span></dt><dd>WGS 84 / UTM zone 16N</dd><dt><span>grid_mapping_name :</span></dt><dd>transverse_mercator</dd><dt><span>latitude_of_projection_origin :</span></dt><dd>0.0</dd><dt><span>longitude_of_central_meridian :</span></dt><dd>-87.0</dd><dt><span>false_easting :</span></dt><dd>500000.0</dd><dt><span>false_northing :</span></dt><dd>0.0</dd><dt><span>scale_factor_at_central_meridian :</span></dt><dd>0.9996</dd><dt><span>authority :</span></dt><dd>EPSG</dd><dt><span>wkid :</span></dt><dd>32616</dd></dl></div><div class='xr-var-data'><pre>array(0.)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>x</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>5.248e+05 5.248e+05 ... 5.246e+05</div><input id='attrs-911c868d-985d-4dd8-a2a5-99001f26889d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-911c868d-985d-4dd8-a2a5-99001f26889d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-4dcd926d-6808-4b2a-8db5-4c1ffe74c3d1' class='xr-var-data-in' type='checkbox'><label for='data-4dcd926d-6808-4b2a-8db5-4c1ffe74c3d1' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>projection_x_coordinate</dd><dt><span>long_name :</span></dt><dd>(m) Calculated reading position easting (in selected GRID)</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>axis :</span></dt><dd>X</dd><dt><span>valid_range :</span></dt><dd>[524640.4 524825.1]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([524825.1, 524825. , 524825. , ..., 524644.4, 524644.6, 524644.8],
          shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>y</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>4.583e+06 4.583e+06 ... 4.583e+06</div><input id='attrs-437c32e9-4fa1-4574-b64a-67e8d41ef0e2' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-437c32e9-4fa1-4574-b64a-67e8d41ef0e2' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-0e35e9ef-2899-4d3e-86de-ac255af79c5e' class='xr-var-data-in' type='checkbox'><label for='data-0e35e9ef-2899-4d3e-86de-ac255af79c5e' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>projection_y_coordinate</dd><dt><span>long_name :</span></dt><dd>(m) Calculated reading position northing (in selected GRID)</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>axis :</span></dt><dd>Y</dd><dt><span>valid_range :</span></dt><dd>[4582888.5 4583204.6]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([4583153. , 4583153. , 4583153. , ..., 4583202.7, 4583203.7,
           4583204.6], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>z</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>211.5 211.5 211.5 ... 211.1 211.1</div><input id='attrs-0aa94b3a-c801-46d6-ae5f-3c392a26a90e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0aa94b3a-c801-46d6-ae5f-3c392a26a90e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e5b4fab4-8922-4ef8-941d-44f105ccc456' class='xr-var-data-in' type='checkbox'><label for='data-e5b4fab4-8922-4ef8-941d-44f105ccc456' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>z</dd><dt><span>long_name :</span></dt><dd>(m) Calculated reading position height above MSL (in selected GRID)</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>axis :</span></dt><dd>Z</dd><dt><span>positive :</span></dt><dd>up</dd><dt><span>datum :</span></dt><dd>ground_surface</dd><dt><span>valid_range :</span></dt><dd>[210.1 215.1]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([211.5, 211.5, 211.5, ..., 211. , 211.1, 211.1], shape=(2474,))</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-fe634776-200f-4f5c-afd1-c488b30d85ea' class='xr-section-summary-in' type='checkbox'  ><label for='section-fe634776-200f-4f5c-afd1-c488b30d85ea' class='xr-section-summary' >Data variables: <span>(45)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'><li class='xr-var-item'><div class='xr-var-name'><span>fid</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>object</div><div class='xr-var-preview xr-preview'>&#x27;1&#x27; &#x27;2&#x27; &#x27;3&#x27; ... &#x27;2962&#x27; &#x27;2963&#x27;</div><input id='attrs-eacbeaf3-8280-4e16-9059-8a08268b21c3' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-eacbeaf3-8280-4e16-9059-8a08268b21c3' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-93545c97-79ae-416f-aac9-d881b2e8c3e9' class='xr-var-data-in' type='checkbox'><label for='data-93545c97-79ae-416f-aac9-d881b2e8c3e9' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>fid</dd><dt><span>long_name :</span></dt><dd>Unique reading identifier</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;1&#x27;, &#x27;2&#x27;, &#x27;3&#x27;, ..., &#x27;2961&#x27;, &#x27;2962&#x27;, &#x27;2963&#x27;],
          shape=(2474,), dtype=object)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>acq</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.0 1.0 1.0 1.0 ... 6.0 6.0 6.0 6.0</div><input id='attrs-74f9884d-b4ff-4ec4-b6d4-f2114a1e9fe0' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-74f9884d-b4ff-4ec4-b6d4-f2114a1e9fe0' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-42fb24f6-c5d7-4953-9853-f125fa8bb690' class='xr-var-data-in' type='checkbox'><label for='data-42fb24f6-c5d7-4953-9853-f125fa8bb690' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>acq</dd><dt><span>long_name :</span></dt><dd>Acquire index, this is incremented each time the user presses the acquire button</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[1. 6.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([1., 1., 1., ..., 6., 6., 6.], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>acq_rdg</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.0 1.0 2.0 ... 424.0 425.0 426.0</div><input id='attrs-60412b45-9cf1-451c-9b44-168f6a05112d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-60412b45-9cf1-451c-9b44-168f6a05112d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1fd14f33-eb15-4dc8-b55a-e166b537a37a' class='xr-var-data-in' type='checkbox'><label for='data-1fd14f33-eb15-4dc8-b55a-e166b537a37a' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>acq_rdg</dd><dt><span>long_name :</span></dt><dd>Reading index, for a particular acquire, reset to 0 for each acquire</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[  0. 508.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([  0.,   1.,   2., ..., 424., 425., 426.], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>acq_time</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>object</div><div class='xr-var-preview xr-preview'>&#x27;20230808T175252.504075397Z&#x27; ......</div><input id='attrs-3d60accc-7f6d-49f2-9f7c-43bfb68f7621' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3d60accc-7f6d-49f2-9f7c-43bfb68f7621' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-0fc2f6de-a724-4af5-9e33-6cf83f53e95f' class='xr-var-data-in' type='checkbox'><label for='data-0fc2f6de-a724-4af5-9e33-6cf83f53e95f' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>acq_time</dd><dt><span>long_name :</span></dt><dd>(UTC ISO-8601) Time for when the raw data started to be acquired, matches raw file name</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;20230808T175252.504075397Z&#x27;, &#x27;20230808T175252.504075397Z&#x27;,
           &#x27;20230808T175252.504075397Z&#x27;, ..., &#x27;20230808T184718.299388889Z&#x27;,
           &#x27;20230808T184718.299388889Z&#x27;, &#x27;20230808T184718.299388889Z&#x27;],
          shape=(2474,), dtype=object)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>time</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>object</div><div class='xr-var-preview xr-preview'>&#x27;20230808T175253.000000000Z&#x27; ......</div><input id='attrs-ed35a8a6-c55f-4d35-bdb1-3044c312b4c0' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ed35a8a6-c55f-4d35-bdb1-3044c312b4c0' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d0c57c2d-e147-4cf8-a34d-402602ecf17e' class='xr-var-data-in' type='checkbox'><label for='data-d0c57c2d-e147-4cf8-a34d-402602ecf17e' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>time</dd><dt><span>long_name :</span></dt><dd>(UTC ISO-8601) Time of the first sample in the stack</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;20230808T175253.000000000Z&#x27;, &#x27;20230808T175254.000000000Z&#x27;,
           &#x27;20230808T175255.000000000Z&#x27;, ..., &#x27;20230808T185423.000000000Z&#x27;,
           &#x27;20230808T185424.000000000Z&#x27;, &#x27;20230808T185425.000000000Z&#x27;],
          shape=(2474,), dtype=object)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ts</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.692e+09 1.692e+09 ... 1.692e+09</div><input id='attrs-262f0519-f477-4c0f-ae46-c3cc17b7d9e6' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-262f0519-f477-4c0f-ae46-c3cc17b7d9e6' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a56bba82-a06f-4aba-aaca-b854e2537af6' class='xr-var-data-in' type='checkbox'><label for='data-a56bba82-a06f-4aba-aaca-b854e2537af6' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>ts</dd><dt><span>long_name :</span></dt><dd>(UTC Linux) Time of the first sample in the stack</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[1.69151717e+09 1.69152086e+09]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([1.69151717e+09, 1.69151717e+09, 1.69151718e+09, ...,
           1.69152086e+09, 1.69152086e+09, 1.69152086e+09], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>east</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>5.248e+05 5.248e+05 ... 5.246e+05</div><input id='attrs-6763a3d2-db78-484c-a82b-c2f3d23c794f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6763a3d2-db78-484c-a82b-c2f3d23c794f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3782ab83-ad30-4f46-8a05-2d78c156c8b3' class='xr-var-data-in' type='checkbox'><label for='data-3782ab83-ad30-4f46-8a05-2d78c156c8b3' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>east</dd><dt><span>long_name :</span></dt><dd>(m) Calculated reading position easting (in selected GRID)</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>axis :</span></dt><dd>x</dd><dt><span>valid_range :</span></dt><dd>[524640.4 524825.1]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([524825.1, 524825. , 524825. , ..., 524644.4, 524644.6, 524644.8],
          shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>north</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>4.583e+06 4.583e+06 ... 4.583e+06</div><input id='attrs-4c05440f-1211-4bab-84e5-999a859ceadf' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-4c05440f-1211-4bab-84e5-999a859ceadf' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d551baa7-6fa4-4b41-bdfc-aa6c9538ab18' class='xr-var-data-in' type='checkbox'><label for='data-d551baa7-6fa4-4b41-bdfc-aa6c9538ab18' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>north</dd><dt><span>long_name :</span></dt><dd>(m) Calculated reading position northing (in selected GRID)</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>axis :</span></dt><dd>y</dd><dt><span>valid_range :</span></dt><dd>[4582888.5 4583204.6]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([4583153. , 4583153. , 4583153. , ..., 4583202.7, 4583203.7,
           4583204.6], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>height</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>211.5 211.5 211.5 ... 211.1 211.1</div><input id='attrs-cafdefc1-7f2d-4142-8882-a1aa34fc725c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-cafdefc1-7f2d-4142-8882-a1aa34fc725c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-15a665ad-ffdc-4f89-93b5-7f7442801281' class='xr-var-data-in' type='checkbox'><label for='data-15a665ad-ffdc-4f89-93b5-7f7442801281' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>height</dd><dt><span>long_name :</span></dt><dd>(m) Calculated reading position height above MSL (in selected GRID)</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>axis :</span></dt><dd>z</dd><dt><span>positive :</span></dt><dd>up</dd><dt><span>datum :</span></dt><dd>ground_surface</dd><dt><span>valid_range :</span></dt><dd>[210.1 215.1]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([211.5, 211.5, 211.5, ..., 211. , 211.1, 211.1], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>gps_time</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>object</div><div class='xr-var-preview xr-preview'>&#x27;20230808T175254.000000000Z&#x27; ......</div><input id='attrs-8532bad4-7e33-4a69-b985-fd5e1e50e289' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-8532bad4-7e33-4a69-b985-fd5e1e50e289' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-4204df02-67b7-4b5a-a736-26fbd85993cc' class='xr-var-data-in' type='checkbox'><label for='data-4204df02-67b7-4b5a-a736-26fbd85993cc' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>gps_time</dd><dt><span>long_name :</span></dt><dd>(UTC ISO-8601) Timestamp of GPS antenna position</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;20230808T175254.000000000Z&#x27;, &#x27;20230808T175255.000000000Z&#x27;,
           &#x27;20230808T175256.000000000Z&#x27;, ..., &#x27;20230808T185424.000000000Z&#x27;,
           &#x27;20230808T185425.000000000Z&#x27;, &#x27;20230808T185426.000000000Z&#x27;],
          shape=(2474,), dtype=object)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>gps_east</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>5.248e+05 5.248e+05 ... 5.246e+05</div><input id='attrs-c6049f46-c3f8-4f10-98dc-b93de196cfe1' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-c6049f46-c3f8-4f10-98dc-b93de196cfe1' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3a24ec83-56df-40b6-9acf-7eecf361e137' class='xr-var-data-in' type='checkbox'><label for='data-3a24ec83-56df-40b6-9acf-7eecf361e137' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>gps_east</dd><dt><span>long_name :</span></dt><dd>(m) GPS antenna position easting (in selected GRID)</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[524639.3 524822.2]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([524822.2, 524822.1, 524822. , ..., 524645.7, 524646. , 524646.3],
          shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>gps_north</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>4.583e+06 4.583e+06 ... 4.583e+06</div><input id='attrs-9f429065-1c8c-447a-b0a7-f43b75a52a1f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-9f429065-1c8c-447a-b0a7-f43b75a52a1f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-2f2a5c87-ab40-4b58-8318-a099888468fe' class='xr-var-data-in' type='checkbox'><label for='data-2f2a5c87-ab40-4b58-8318-a099888468fe' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>gps_north</dd><dt><span>long_name :</span></dt><dd>(m) GPS antenna position northing (in selected GRID)</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[4582886.5 4583209.9]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([4583149. , 4583148.9, 4583148.9, ..., 4583208. , 4583209. ,
           4583209.9], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>gps_height</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>213.8 213.9 213.9 ... 211.6 211.6</div><input id='attrs-350b62a7-1763-4ae3-b570-0134fb73675c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-350b62a7-1763-4ae3-b570-0134fb73675c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-43abc43b-e45a-4cc2-b1b0-b87b38c244bb' class='xr-var-data-in' type='checkbox'><label for='data-43abc43b-e45a-4cc2-b1b0-b87b38c244bb' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>gps_height</dd><dt><span>long_name :</span></dt><dd>(m) GPS antenna position height above MSL (in selected GRID)</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[210.6 216.1]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([213.8, 213.9, 213.9, ..., 211.6, 211.6, 211.6], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>tx_east</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>5.248e+05 5.248e+05 ... 5.246e+05</div><input id='attrs-6c8ef35f-d5ae-46cb-acd7-28dac82bd9f4' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6c8ef35f-d5ae-46cb-acd7-28dac82bd9f4' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-10730243-6d15-4099-9dd1-b2529db44ea4' class='xr-var-data-in' type='checkbox'><label for='data-10730243-6d15-4099-9dd1-b2529db44ea4' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>tx_east</dd><dt><span>long_name :</span></dt><dd>(m) Calculated TX centre position easting (in selected GRID)</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[524639.3 524822.5]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([524822.5, 524822.5, 524822.4, ..., 524645.6, 524645.8, 524646.1],
          shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>tx_north</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>4.583e+06 4.583e+06 ... 4.583e+06</div><input id='attrs-9f3bd144-84a0-4415-acc5-f3a444d9db5a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-9f3bd144-84a0-4415-acc5-f3a444d9db5a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-78590494-6b5e-4ad6-b5c6-2be2cd3d36a8' class='xr-var-data-in' type='checkbox'><label for='data-78590494-6b5e-4ad6-b5c6-2be2cd3d36a8' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>tx_north</dd><dt><span>long_name :</span></dt><dd>(m) Calculated TX centre position northing (in selected GRID)</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[4582887.  4583209.4]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([4583149. , 4583149. , 4583149. , ..., 4583207.5, 4583208.5,
           4583209.4], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>tx_height</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>213.5 213.4 213.3 ... 210.8 210.8</div><input id='attrs-afb904f8-6272-47b0-a27a-de979d49ba8c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-afb904f8-6272-47b0-a27a-de979d49ba8c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-17f5a115-1cfc-4612-b4dc-b8dc607594b9' class='xr-var-data-in' type='checkbox'><label for='data-17f5a115-1cfc-4612-b4dc-b8dc607594b9' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>tx_height</dd><dt><span>long_name :</span></dt><dd>(m) Calculated TX centre position height above MSL (in selected GRID)</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[209.8 215.3]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([213.5, 213.4, 213.3, ..., 210.8, 210.8, 210.8], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>rx_east</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>5.248e+05 5.248e+05 ... 5.246e+05</div><input id='attrs-aeb655e5-ed1a-49e5-8a9e-76913ccf1b4d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-aeb655e5-ed1a-49e5-8a9e-76913ccf1b4d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d2ca6650-cba6-43ef-a912-bb7a1cde7b14' class='xr-var-data-in' type='checkbox'><label for='data-d2ca6650-cba6-43ef-a912-bb7a1cde7b14' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>rx_east</dd><dt><span>long_name :</span></dt><dd>(m) Calculated RX centre position easting (in selected GRID)</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[524639.4 524827.7]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([524827.7, 524827.6, 524827.6, ..., 524643.3, 524643.4, 524643.5],
          shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>rx_north</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>4.583e+06 4.583e+06 ... 4.583e+06</div><input id='attrs-f7ca76a1-f390-48d5-8edb-18ce3623739c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f7ca76a1-f390-48d5-8edb-18ce3623739c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-323db980-23e5-4691-8803-a98712476a8c' class='xr-var-data-in' type='checkbox'><label for='data-323db980-23e5-4691-8803-a98712476a8c' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>rx_north</dd><dt><span>long_name :</span></dt><dd>(m) Calculated RX centre position northing (in selected GRID)</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[4582883.8 4583199.8]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([4583157. , 4583156.9, 4583156.9, ..., 4583197.8, 4583198.8,
           4583199.8], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>rx_height</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>209.6 209.6 209.6 ... 211.4 211.4</div><input id='attrs-c43481c9-a14d-4d81-ba0d-0ebf84fe706c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-c43481c9-a14d-4d81-ba0d-0ebf84fe706c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-57d8fa56-42d4-417e-85d0-7e4fcf2b2449' class='xr-var-data-in' type='checkbox'><label for='data-57d8fa56-42d4-417e-85d0-7e4fcf2b2449' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>rx_height</dd><dt><span>long_name :</span></dt><dd>(m) Calculated RX centre position height above MSL (in selected GRID)</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[209.6 215.5]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([209.6, 209.6, 209.6, ..., 211.3, 211.4, 211.4], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>x_adc</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.1 1.1 1.1 1.1 ... 1.1 1.1 1.1 1.1</div><input id='attrs-0356f0d9-d77a-43e6-aeb2-30bf4673e251' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0356f0d9-d77a-43e6-aeb2-30bf4673e251' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e69cda7d-17ca-4047-9523-63b1f71e1450' class='xr-var-data-in' type='checkbox'><label for='data-e69cda7d-17ca-4047-9523-63b1f71e1450' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>x_adc</dd><dt><span>long_name :</span></dt><dd>(group.channel) Receiver hardware channel identification</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[1.1 1.1]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([1.1, 1.1, 1.1, ..., 1.1, 1.1, 1.1], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>y_adc</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.2 1.2 1.2 1.2 ... 1.2 1.2 1.2 1.2</div><input id='attrs-fba09127-8e54-4a62-9d6d-b290dba25a90' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-fba09127-8e54-4a62-9d6d-b290dba25a90' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-ab5ad84b-b930-4bb0-844b-8f0c76f0cf59' class='xr-var-data-in' type='checkbox'><label for='data-ab5ad84b-b930-4bb0-844b-8f0c76f0cf59' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>y_adc</dd><dt><span>long_name :</span></dt><dd>(group.channel) Receiver hardware channel identification</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[1.2 1.2]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([1.2, 1.2, 1.2, ..., 1.2, 1.2, 1.2], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>z_adc</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.3 1.3 1.3 1.3 ... 1.3 1.3 1.3 1.3</div><input id='attrs-46908b14-9a2b-4e87-84cc-c02778e37ae2' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-46908b14-9a2b-4e87-84cc-c02778e37ae2' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-237935ee-f10a-4563-9031-5eb6d76a3367' class='xr-var-data-in' type='checkbox'><label for='data-237935ee-f10a-4563-9031-5eb6d76a3367' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>z_adc</dd><dt><span>long_name :</span></dt><dd>(group.channel) Receiver hardware channel identification</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[1.3 1.3]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([1.3, 1.3, 1.3, ..., 1.3, 1.3, 1.3], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>x_c</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>object</div><div class='xr-var-preview xr-preview'>&#x27;X&#x27; &#x27;X&#x27; &#x27;X&#x27; &#x27;X&#x27; ... &#x27;X&#x27; &#x27;X&#x27; &#x27;X&#x27; &#x27;X&#x27;</div><input id='attrs-b406d200-325d-4443-b6ac-8935d74833f9' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b406d200-325d-4443-b6ac-8935d74833f9' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-4573f8b6-5efd-4759-9b89-a070fdbef4b7' class='xr-var-data-in' type='checkbox'><label for='data-4573f8b6-5efd-4759-9b89-a070fdbef4b7' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>x_c</dd><dt><span>long_name :</span></dt><dd>Sensor axis component</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;X&#x27;, &#x27;X&#x27;, &#x27;X&#x27;, ..., &#x27;X&#x27;, &#x27;X&#x27;, &#x27;X&#x27;], shape=(2474,), dtype=object)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>y_c</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>object</div><div class='xr-var-preview xr-preview'>&#x27;Y&#x27; &#x27;Y&#x27; &#x27;Y&#x27; &#x27;Y&#x27; ... &#x27;Y&#x27; &#x27;Y&#x27; &#x27;Y&#x27; &#x27;Y&#x27;</div><input id='attrs-e35fb011-1c43-4591-8149-27543dc4e9c8' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e35fb011-1c43-4591-8149-27543dc4e9c8' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-0f798e0e-ecfe-48c8-8ba9-8f7db49cca2e' class='xr-var-data-in' type='checkbox'><label for='data-0f798e0e-ecfe-48c8-8ba9-8f7db49cca2e' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>y_c</dd><dt><span>long_name :</span></dt><dd>Sensor axis component</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;Y&#x27;, &#x27;Y&#x27;, &#x27;Y&#x27;, ..., &#x27;Y&#x27;, &#x27;Y&#x27;, &#x27;Y&#x27;], shape=(2474,), dtype=object)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>z_c</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>object</div><div class='xr-var-preview xr-preview'>&#x27;Z&#x27; &#x27;Z&#x27; &#x27;Z&#x27; &#x27;Z&#x27; ... &#x27;Z&#x27; &#x27;Z&#x27; &#x27;Z&#x27; &#x27;Z&#x27;</div><input id='attrs-898fec00-9a9f-4739-948b-47e4b1808edd' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-898fec00-9a9f-4739-948b-47e4b1808edd' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-c30b4d96-8db5-447e-83ba-763da9c1477d' class='xr-var-data-in' type='checkbox'><label for='data-c30b4d96-8db5-447e-83ba-763da9c1477d' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>z_c</dd><dt><span>long_name :</span></dt><dd>Sensor axis component</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;Z&#x27;, &#x27;Z&#x27;, &#x27;Z&#x27;, ..., &#x27;Z&#x27;, &#x27;Z&#x27;, &#x27;Z&#x27;], shape=(2474,), dtype=object)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>vlf_filter</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>object</div><div class='xr-var-preview xr-preview'>&#x27;NML4,NAA,NLK&#x27; ... &#x27;NML4,NAA,NLK&#x27;</div><input id='attrs-2ea0c9df-c5e4-4915-9456-e2f584660a24' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-2ea0c9df-c5e4-4915-9456-e2f584660a24' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-875c9103-c1fb-4ffb-9bd8-2d1e5a98b669' class='xr-var-data-in' type='checkbox'><label for='data-875c9103-c1fb-4ffb-9bd8-2d1e5a98b669' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>vlf_filter</dd><dt><span>long_name :</span></dt><dd>List of VLF filters applied to the data</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;NML4,NAA,NLK&#x27;, &#x27;NML4,NAA,NLK&#x27;, &#x27;NML4,NAA,NLK&#x27;, ...,
           &#x27;NML4,NAA,NLK&#x27;, &#x27;NML4,NAA,NLK&#x27;, &#x27;NML4,NAA,NLK&#x27;],
          shape=(2474,), dtype=object)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>x_dc_offset</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.0001225 -6.476e-05 ... 0.0003983</div><input id='attrs-5e83fb00-9bf2-4189-9cbd-06077724b122' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-5e83fb00-9bf2-4189-9cbd-06077724b122' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-79065a64-4031-49d3-9e0c-c0cd08beb4b8' class='xr-var-data-in' type='checkbox'><label for='data-79065a64-4031-49d3-9e0c-c0cd08beb4b8' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>x_dc_offset</dd><dt><span>long_name :</span></dt><dd>(V) Measured DC voltage offset of the receiver hardware channel</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[-0.00424875  0.00582003]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([ 1.22502012e-04, -6.47628917e-05,  3.71596925e-05, ...,
           -5.24712125e-04,  1.85908540e-05,  3.98293323e-04], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>y_dc_offset</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-0.001267 -0.001414 ... -0.002835</div><input id='attrs-ef7a0531-ff30-4281-9048-956b25f15c64' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ef7a0531-ff30-4281-9048-956b25f15c64' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-83328f2c-7cd5-4ef8-b648-b7e0aa85ac7f' class='xr-var-data-in' type='checkbox'><label for='data-83328f2c-7cd5-4ef8-b648-b7e0aa85ac7f' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>y_dc_offset</dd><dt><span>long_name :</span></dt><dd>(V) Measured DC voltage offset of the receiver hardware channel</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[-0.00596561  0.00258175]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([-0.00126698, -0.00141366, -0.00140542, ..., -0.00254054,
           -0.00226911, -0.00283487], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>z_dc_offset</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.001206 0.001324 ... 0.00212</div><input id='attrs-9713188a-db8a-442a-ba34-21bfe8897c86' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-9713188a-db8a-442a-ba34-21bfe8897c86' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a2b54b65-f5bc-4a7e-81bc-53498c84074f' class='xr-var-data-in' type='checkbox'><label for='data-a2b54b65-f5bc-4a7e-81bc-53498c84074f' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>z_dc_offset</dd><dt><span>long_name :</span></dt><dd>(V) Measured DC voltage offset of the receiver hardware channel</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[-0.00133355  0.0054299 ]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([0.00120597, 0.0013237 , 0.00127483, ..., 0.00178339, 0.00204642,
           0.0021202 ], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>x_primary</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>5.749e+03 5.066e+03 ... 1.862e+03</div><input id='attrs-7f86f170-57c4-4f0d-9e72-97cc5c1e1f10' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-7f86f170-57c4-4f0d-9e72-97cc5c1e1f10' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-6bb8e2cb-2adf-45a3-986f-cea0f15335cf' class='xr-var-data-in' type='checkbox'><label for='data-6bb8e2cb-2adf-45a3-986f-cea0f15335cf' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>x_primary</dd><dt><span>long_name :</span></dt><dd>(UNITS) Calculated primary field from the stack</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[-7340.56369004 38197.63482305]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([5748.6329444 , 5065.67632182, 4567.6176848 , ..., 1686.41533602,
           1577.76982472, 1862.37963227], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>y_primary</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-1.073e+03 -340.6 ... 733.2 884.4</div><input id='attrs-b9cf4cd3-4df2-4b6b-bdb9-30c7d86fae40' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b9cf4cd3-4df2-4b6b-bdb9-30c7d86fae40' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a1558372-5776-43b6-8ef7-788a25226b59' class='xr-var-data-in' type='checkbox'><label for='data-a1558372-5776-43b6-8ef7-788a25226b59' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>y_primary</dd><dt><span>long_name :</span></dt><dd>(UNITS) Calculated primary field from the stack</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[-8408.70352847 48999.10690608]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([-1072.76504299,  -340.64204659,  -154.80896945, ...,
             959.27368163,   733.2011728 ,   884.36768078], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>z_primary</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-1.035e+04 ... -9.573e+03</div><input id='attrs-0187a36b-4c6d-4f63-81a3-b711584beff4' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0187a36b-4c6d-4f63-81a3-b711584beff4' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-66d95ffd-40a1-4b53-8d51-e6e59ea18102' class='xr-var-data-in' type='checkbox'><label for='data-66d95ffd-40a1-4b53-8d51-e6e59ea18102' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>z_primary</dd><dt><span>long_name :</span></dt><dd>(UNITS) Calculated primary field from the stack</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[-50720.92069094  -7060.07734103]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([-10354.9061196 , -10658.4502775 , -10871.73142006, ...,
            -8946.93568754,  -9249.66406757,  -9572.54815111], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>x_noise</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.925e-05 1.718e-05 ... 1.131e-05</div><input id='attrs-8066de9d-0da9-46e6-85e6-9f7790f3b486' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-8066de9d-0da9-46e6-85e6-9f7790f3b486' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-44188860-7c3b-419e-8731-0bad5f2782be' class='xr-var-data-in' type='checkbox'><label for='data-44188860-7c3b-419e-8731-0bad5f2782be' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>x_noise</dd><dt><span>long_name :</span></dt><dd>(UNITS) Calculated offtime standard deviation amplitude</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[8.53896293e-06 1.30758177e-04]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([1.92478441e-05, 1.71837894e-05, 1.20049866e-05, ...,
           1.48871272e-05, 1.28631911e-05, 1.13137058e-05], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>y_noise</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>3.761e-05 3.352e-05 ... 2.042e-05</div><input id='attrs-10409f34-c574-4870-9f24-92bfc5123e38' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-10409f34-c574-4870-9f24-92bfc5123e38' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-15ae20b0-ab49-424b-a0e7-34c1e1bb32f3' class='xr-var-data-in' type='checkbox'><label for='data-15ae20b0-ab49-424b-a0e7-34c1e1bb32f3' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>y_noise</dd><dt><span>long_name :</span></dt><dd>(UNITS) Calculated offtime standard deviation amplitude</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[7.81948493e-06 1.43676881e-04]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([3.76140510e-05, 3.35244652e-05, 1.38487194e-05, ...,
           2.73998294e-05, 2.93794713e-05, 2.04197631e-05], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>z_noise</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>7.735e-06 7.632e-06 ... 7.101e-06</div><input id='attrs-7a13442f-132d-4f02-9b94-cebeaebcbb37' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-7a13442f-132d-4f02-9b94-cebeaebcbb37' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-0d815906-b0fb-40ed-a511-4d2ce20344e7' class='xr-var-data-in' type='checkbox'><label for='data-0d815906-b0fb-40ed-a511-4d2ce20344e7' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>z_noise</dd><dt><span>long_name :</span></dt><dd>(UNITS) Calculated offtime standard deviation amplitude</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[5.66649012e-06 2.19859912e-05]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([7.73491566e-06, 7.63164543e-06, 6.24645382e-06, ...,
           8.04470222e-06, 7.81372909e-06, 7.10093547e-06], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>x_powerampl</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>4.447e-05 4.847e-05 ... 6.736e-05</div><input id='attrs-63711b54-330b-4043-b0df-1e88062dc84b' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-63711b54-330b-4043-b0df-1e88062dc84b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-cbfdc63d-4250-47a1-821a-e75472927bf7' class='xr-var-data-in' type='checkbox'><label for='data-cbfdc63d-4250-47a1-821a-e75472927bf7' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>x_powerampl</dd><dt><span>long_name :</span></dt><dd>(UNITS) Calculated power line amplitude</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[7.16398081e-07 1.21668703e-04]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([4.44674749e-05, 4.84675737e-05, 4.43066532e-05, ...,
           6.98973325e-05, 6.25726466e-05, 6.73598241e-05], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>y_powerampl</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>3.528e-05 4.035e-05 ... 4.107e-05</div><input id='attrs-dbb0b381-48fd-4466-a4e5-9fa9629af8c1' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-dbb0b381-48fd-4466-a4e5-9fa9629af8c1' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-0ecdf1e1-9738-46b0-8532-fdf59cfc5a2b' class='xr-var-data-in' type='checkbox'><label for='data-0ecdf1e1-9738-46b0-8532-fdf59cfc5a2b' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>y_powerampl</dd><dt><span>long_name :</span></dt><dd>(UNITS) Calculated power line amplitude</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[8.72665759e-07 1.21092706e-04]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([3.52802470e-05, 4.03539295e-05, 3.59883594e-05, ...,
           4.08483026e-05, 4.45154243e-05, 4.10658183e-05], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>z_powerampl</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>4.411e-05 4.739e-05 ... 6.548e-05</div><input id='attrs-bbe3d500-00e1-4970-b8ca-dad2fc43d821' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-bbe3d500-00e1-4970-b8ca-dad2fc43d821' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d72d8b75-c839-4f27-9df7-9bbba41bb404' class='xr-var-data-in' type='checkbox'><label for='data-d72d8b75-c839-4f27-9df7-9bbba41bb404' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>z_powerampl</dd><dt><span>long_name :</span></dt><dd>(UNITS) Calculated power line amplitude</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[1.59290256e-05 1.00851298e-04]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([4.41124453e-05, 4.73859296e-05, 4.45698238e-05, ...,
           6.25196446e-05, 6.30792217e-05, 6.54775984e-05], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>x_powerphase</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-2.384 -2.266 ... 0.6481 0.6069</div><input id='attrs-14d235b8-40d5-47d3-bc2f-b0518e9475a8' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-14d235b8-40d5-47d3-bc2f-b0518e9475a8' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-5a22f790-660f-4443-9e37-57aadac2019e' class='xr-var-data-in' type='checkbox'><label for='data-5a22f790-660f-4443-9e37-57aadac2019e' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>x_powerphase</dd><dt><span>long_name :</span></dt><dd>(rad) Calculated power line phase</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[-3.13952093  3.14062356]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([-2.38386775, -2.26609236, -2.2974812 , ...,  0.82708581,
            0.64807687,  0.60691115], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>y_powerphase</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.006 1.07 1.008 ... -2.558 -2.693</div><input id='attrs-97986c14-348c-4ecd-bdee-02370b463077' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-97986c14-348c-4ecd-bdee-02370b463077' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-2f0d7b68-c26f-46b9-b16b-7a7757f90fdf' class='xr-var-data-in' type='checkbox'><label for='data-2f0d7b68-c26f-46b9-b16b-7a7757f90fdf' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>y_powerphase</dd><dt><span>long_name :</span></dt><dd>(rad) Calculated power line phase</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[-3.13653464  3.13973981]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([ 1.0058089 ,  1.06951257,  1.0079169 , ..., -2.71774442,
           -2.55791329, -2.69273716], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>z_powerphase</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.663 1.679 1.748 ... 0.9304 0.8736</div><input id='attrs-bc637d62-b274-454d-83f9-86cb828d9e09' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-bc637d62-b274-454d-83f9-86cb828d9e09' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-7058e153-5541-4380-801e-b1ac6c31dc8a' class='xr-var-data-in' type='checkbox'><label for='data-7058e153-5541-4380-801e-b1ac6c31dc8a' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>z_powerphase</dd><dt><span>long_name :</span></dt><dd>(rad) Calculated power line phase</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[-3.1374438   3.13980209]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([1.66258522, 1.67912437, 1.74751758, ..., 1.08099645, 0.93041364,
           0.87356582], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>X_CH</span></div><div class='xr-var-dims'>(index, gate_times)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>491.5 357.4 ... 0.01203 0.001494</div><input id='attrs-6a554aeb-7e28-44a3-ac13-dcd73a544794' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6a554aeb-7e28-44a3-ac13-dcd73a544794' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e1c309fc-5ff0-49cc-a4c5-6b68dd0cd854' class='xr-var-data-in' type='checkbox'><label for='data-e1c309fc-5ff0-49cc-a4c5-6b68dd0cd854' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>x_ch</dd><dt><span>long_name :</span></dt><dd>(UNITS) Time channel windows data</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[-232.45210445 1342.5416746 ]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([[ 4.91452149e+02,  3.57444735e+02,  1.70748835e+02, ...,
            -1.63840100e-02,  9.59741855e-03, -4.61576917e-04],
           [ 4.84119969e+02,  3.50174919e+02,  1.65863356e+02, ...,
            -7.89618854e-03, -1.75374306e-04,  8.77812550e-03],
           [ 4.89865435e+02,  3.54931726e+02,  1.68517334e+02, ...,
             2.00930978e-02,  1.20076114e-02,  1.21367096e-02],
           ...,
           [ 6.06350715e+02,  4.69221895e+02,  2.35733369e+02, ...,
            -1.88727018e-02,  2.19282732e-02, -1.12125068e-02],
           [ 6.28190885e+02,  4.89688176e+02,  2.49615215e+02, ...,
            -3.40853044e-03, -9.14057373e-03,  8.78813646e-04],
           [ 6.20494158e+02,  4.79895816e+02,  2.42782373e+02, ...,
            -1.01020753e-02,  1.20319373e-02,  1.49391277e-03]],
          shape=(2474, 23))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>Y_CH</span></div><div class='xr-var-dims'>(index, gate_times)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-6.219 6.26 ... 0.02448 -0.0268</div><input id='attrs-8a753133-944e-4d36-9c75-0889b7035e10' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-8a753133-944e-4d36-9c75-0889b7035e10' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-fd51864c-d8e8-48e1-bf7a-2ad962bda086' class='xr-var-data-in' type='checkbox'><label for='data-fd51864c-d8e8-48e1-bf7a-2ad962bda086' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>y_ch</dd><dt><span>long_name :</span></dt><dd>(UNITS) Time channel windows data</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[-671.69123565 3745.61482216]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([[-6.21863076e+00,  6.25999264e+00,  9.56963428e+00, ...,
             2.97073856e-02,  3.83601715e-02,  1.62472346e-02],
           [-2.51476677e+00,  8.29366205e+00,  9.96589274e+00, ...,
             2.91719560e-02,  6.02595529e-02,  1.57731374e-02],
           [-4.74262943e+00,  5.24536477e+00,  7.75696030e+00, ...,
            -8.35364178e-03,  3.39979473e-02,  2.60233977e-02],
           ...,
           [ 3.09063349e+01, -2.39323686e+01, -2.19494663e+01, ...,
            -1.87308078e-02,  8.83365510e-02,  1.65316913e-02],
           [ 5.61396173e+01, -4.98772404e+00, -1.28747873e+01, ...,
            -3.12896972e-02, -1.36777100e-02, -3.16649451e-03],
           [ 5.14997597e+01, -6.53499680e+00, -1.35259271e+01, ...,
            -5.36811706e-02,  2.44820150e-02, -2.67986952e-02]],
          shape=(2474, 23))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>Z_CH</span></div><div class='xr-var-dims'>(index, gate_times)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>499.8 434.7 ... 0.01548 0.01253</div><input id='attrs-1593a54f-a089-47d9-ad2f-c43a72ac0f8a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-1593a54f-a089-47d9-ad2f-c43a72ac0f8a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-cd57857f-69e3-4509-aed4-a0d32fd4d85c' class='xr-var-data-in' type='checkbox'><label for='data-cd57857f-69e3-4509-aed4-a0d32fd4d85c' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>z_ch</dd><dt><span>long_name :</span></dt><dd>(UNITS) Time channel windows data</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[-17020.57927343   1260.66757955]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([[ 4.99768836e+02,  4.34719896e+02,  2.69763029e+02, ...,
             2.04351268e-03, -4.22064192e-03,  2.66078607e-03],
           [ 5.27219757e+02,  4.54222803e+02,  2.78963512e+02, ...,
            -6.16011541e-03, -4.98895610e-03,  1.09400172e-02],
           [ 5.28663002e+02,  4.56264082e+02,  2.80124553e+02, ...,
             1.49719267e-02,  3.57381153e-04,  2.50150137e-02],
           ...,
           [ 6.31191702e+02,  5.94172502e+02,  3.72933693e+02, ...,
            -6.57088371e-04, -5.55307094e-03, -6.70596632e-03],
           [ 6.01306744e+02,  5.68467074e+02,  3.59779858e+02, ...,
             1.66703024e-02, -8.36090578e-03,  4.76010970e-04],
           [ 6.15910524e+02,  5.77090899e+02,  3.64394331e+02, ...,
             9.67030048e-03,  1.54826824e-02,  1.25302578e-02]],
          shape=(2474, 23))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>line</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>1 1 1 1 1 1 1 1 ... 6 6 6 6 6 6 6 6</div><input id='attrs-ab70c9c2-fbab-4007-8ae0-c476100b5f98' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ab70c9c2-fbab-4007-8ae0-c476100b5f98' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-40564bc3-4e17-4ae1-b540-0714ece3eb53' class='xr-var-data-in' type='checkbox'><label for='data-40564bc3-4e17-4ae1-b540-0714ece3eb53' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>not_defined</dd><dt><span>long_name :</span></dt><dd>not_defined</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[1. 6.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([1, 1, 1, ..., 6, 6, 6], shape=(2474,))</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-d40d595f-5126-4415-a723-be49cc4c7ddd' class='xr-section-summary-in' type='checkbox'  checked><label for='section-d40d595f-5126-4415-a723-be49cc4c7ddd' class='xr-section-summary' >Attributes: <span>(6)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><dl class='xr-attrs'><dt><span>uuid :</span></dt><dd>becd8422-e942-4f40-b703-1e4fc0ac18cf</dd><dt><span>content :</span></dt><dd>raw data</dd><dt><span>comment :</span></dt><dd>This dataset includes minimally processed (raw) AEM data</dd><dt><span>type :</span></dt><dd>data</dd><dt><span>method :</span></dt><dd>electromagnetic</dd><dt><span>instrument :</span></dt><dd>loupe</dd></dl></div></li></ul></div></div>
    </div>
    <br />
    <br />

.. GENERATED FROM PYTHON SOURCE LINES 35-36

Save to NetCDF file

.. GENERATED FROM PYTHON SOURCE LINES 36-39

.. code-block:: Python

    d_out = join(data_path, 'Loupe.nc')
    survey.gs.to_netcdf(d_out)








.. GENERATED FROM PYTHON SOURCE LINES 40-41

Reading back in

.. GENERATED FROM PYTHON SOURCE LINES 41-43

.. code-block:: Python

    new_survey = gspy.open_datatree(d_out)['survey']








.. GENERATED FROM PYTHON SOURCE LINES 44-45

Plotting

.. GENERATED FROM PYTHON SOURCE LINES 45-52

.. code-block:: Python

    plt.figure()
    new_survey['data/raw_data']['height'].plot(label='height')
    new_survey['data/raw_data']['tx_height'].plot(label='tx_height')
    new_survey['data/raw_data']['rx_height'].plot(label='rx_height')
    plt.tight_layout()
    plt.legend()

    plt.show()


.. image-sg:: /examples/Creating_GS_Files/images/sphx_glr_plot_loupe_csv_001.png
   :alt: spatial_ref = 0.0
   :srcset: /examples/Creating_GS_Files/images/sphx_glr_plot_loupe_csv_001.png
   :class: sphx-glr-single-img






.. rst-class:: sphx-glr-timing

   **Total running time of the script:** (0 minutes 0.331 seconds)


.. _sphx_glr_download_examples_Creating_GS_Files_plot_loupe_csv.py:

.. only:: html

  .. container:: sphx-glr-footer sphx-glr-footer-example

    .. container:: sphx-glr-download sphx-glr-download-jupyter

      :download:`Download Jupyter notebook: plot_loupe_csv.ipynb <plot_loupe_csv.ipynb>`

    .. container:: sphx-glr-download sphx-glr-download-python

      :download:`Download Python source code: plot_loupe_csv.py <plot_loupe_csv.py>`

    .. container:: sphx-glr-download sphx-glr-download-zip

      :download:`Download zipped: plot_loupe_csv.zip <plot_loupe_csv.zip>`


.. only:: html

 .. rst-class:: sphx-glr-signature

    `Gallery generated by Sphinx-Gallery <https://sphinx-gallery.github.io>`_
