
.. DO NOT EDIT.
.. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY.
.. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE:
.. "examples/Creating_GS_Files/plot_csv_loupe_to_netcdf.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_csv_loupe_to_netcdf.py>`
        to download the full example code.

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

.. _sphx_glr_examples_Creating_GS_Files_plot_csv_loupe_to_netcdf.py:


Multi-dataset Survey
--------------------

This example demonstrates the typical workflow for creating a GS file for an AEM survey in its entirety, i.e., the NetCDF file contains all related datasets together, e.g., raw data, processed data, inverted models, and derivative products. Specifically, this survey contains:

1. Minimally processed (raw) AEM data and raw/processed magnetic data provided by SkyTEM
2. Fully processed AEM data used as input to inversion
3. Laterally constrained inverted resistivity models
4. Point-data estimates of bedrock depth derived from the AEM models
5. Interpolated magnetic and bedrock depth grids

Note:
To make the size of this example more managable, some of the input datasets have been downsampled relative to the source files in the data release referenced below.

Dataset Reference:
Minsley, B.J, Bloss, B.R., Hart, D.J., Fitzpatrick, W., Muldoon, M.A., Stewart, E.K., Hunt, R.J., James, S.R., Foks, N.L., and Komiskey, M.J., 2022, Airborne electromagnetic and magnetic survey data, northeast Wisconsin (ver. 1.1, June 2022): U.S. Geological Survey data release, https://doi.org/10.5066/P93SY9LI.

.. GENERATED FROM PYTHON SOURCE LINES 20-26

.. code-block:: Python

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









.. GENERATED FROM PYTHON SOURCE LINES 27-29

Convert the Skytem csv data to NetCDF
+++++++++++++++++++++++++++++++++++++

.. GENERATED FROM PYTHON SOURCE LINES 31-32

Initialize the Survey

.. GENERATED FROM PYTHON SOURCE LINES 32-48

.. code-block:: Python


    # Path to example files
    data_path = '..//..//..//..//example_material//example_3'

    # 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)






.. 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 jupyterlab.
     *
     */

    :root {
      --xr-font-color0: var(--jp-content-font-color0, rgba(0, 0, 0, 1));
      --xr-font-color2: var(--jp-content-font-color2, rgba(0, 0, 0, 0.54));
      --xr-font-color3: var(--jp-content-font-color3, rgba(0, 0, 0, 0.38));
      --xr-border-color: var(--jp-border-color2, #e0e0e0);
      --xr-disabled-color: var(--jp-layout-color3, #bdbdbd);
      --xr-background-color: var(--jp-layout-color0, white);
      --xr-background-color-row-even: var(--jp-layout-color1, white);
      --xr-background-color-row-odd: var(--jp-layout-color2, #eeeeee);
    }

    html[theme="dark"],
    html[data-theme="dark"],
    body[data-theme="dark"],
    body.vscode-dark {
      --xr-font-color0: rgba(255, 255, 255, 1);
      --xr-font-color2: rgba(255, 255, 255, 0.54);
      --xr-font-color3: rgba(255, 255, 255, 0.38);
      --xr-border-color: #1f1f1f;
      --xr-disabled-color: #515151;
      --xr-background-color: #111111;
      --xr-background-color-row-even: #111111;
      --xr-background-color-row-odd: #313131;
    }

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

    .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-array-name {
      margin-left: 2px;
      margin-right: 10px;
    }

    .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;
    }

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

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

    .xr-section-item input + label {
      color: var(--xr-disabled-color);
    }

    .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);
    }

    .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;
      padding-bottom: 4px;
    }

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

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

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

    .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);
      margin-bottom: 0;
    }

    .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);
    }

    .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;
      background-color: var(--xr-background-color) !important;
      padding-bottom: 5px !important;
    }

    .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-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;
    }
    </style><pre class='xr-text-repr-fallback'>&lt;xarray.DatasetView&gt; Size: 11MB
    Dimensions:       (index: 11633, gate_times: 23)
    Coordinates:
        spatial_ref   float64 8B 0.0
      * index         (index) int32 47kB 0 1 2 3 4 ... 11628 11629 11630 11631 11632
        x             (index) float64 93kB 5.248e+05 5.248e+05 ... 5.248e+05
        y             (index) float64 93kB 4.583e+06 4.583e+06 ... 4.583e+06
        z             (index) float64 93kB 211.5 211.5 211.5 ... 204.4 204.4 204.4
      * gate_times    (gate_times) float64 184B 1.297e-05 1.495e-05 ... 0.002183
    Data variables: (12/45)
        fid           (index) object 93kB &#x27;1&#x27; &#x27;2&#x27; &#x27;3&#x27; ... &#x27;12120&#x27; &#x27;12121&#x27; &#x27;12122&#x27;
        acq           (index) float64 93kB 1.0 1.0 1.0 1.0 ... 25.0 25.0 25.0 25.0
        acq_rdg       (index) float64 93kB 0.0 1.0 2.0 3.0 ... 364.0 365.0 366.0
        acq_time      (index) object 93kB &#x27;20230808T175252.504075397Z&#x27; ... &#x27;20230...
        time          (index) object 93kB &#x27;20230808T175253.000000000Z&#x27; ... &#x27;20230...
        ts            (index) float64 93kB 1.692e+09 1.692e+09 ... 1.692e+09
        ...            ...
        y_powerphase  (index) float64 93kB 1.006 1.07 1.008 ... -2.935 -2.884 -2.952
        z_powerphase  (index) float64 93kB 1.663 1.679 1.748 ... 0.9777 1.006 1.041
        X_CH          (index, gate_times) float64 2MB 491.5 357.4 ... 0.01459
        Y_CH          (index, gate_times) float64 2MB -6.219 6.26 ... -0.002063
        Z_CH          (index, gate_times) float64 2MB 499.8 434.7 ... 6.37e-05
        line          (index) int64 93kB 1 1 1 1 1 1 1 1 ... 25 25 25 25 25 25 25 25
    Attributes:
        content:     raw data
        comment:     This dataset includes minimally processed (raw) AEM data
        type:        data
        method:      electromagnetic
        instrument:  loupe</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>xarray.DataTree</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-1543e01b-a93c-4a44-b9d2-a2f90ff593ea' class='xr-section-summary-in' type='checkbox'  ><label for='section-1543e01b-a93c-4a44-b9d2-a2f90ff593ea' 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 style='display: inline-grid; grid-template-columns: 0px 20px auto; width: 100%;'><div style='grid-column-start: 1;border-right: 0.2em solid;border-color: var(--xr-border-color);height: 1.2em;width: 0px;'></div><div style='grid-column-start: 2;grid-row-start: 1;height: 1em;width: 20px;border-bottom: 0.2em solid;border-color: var(--xr-border-color);'></div><div style='grid-column-start: 3;'><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 jupyterlab.
     *
     */

    :root {
      --xr-font-color0: var(--jp-content-font-color0, rgba(0, 0, 0, 1));
      --xr-font-color2: var(--jp-content-font-color2, rgba(0, 0, 0, 0.54));
      --xr-font-color3: var(--jp-content-font-color3, rgba(0, 0, 0, 0.38));
      --xr-border-color: var(--jp-border-color2, #e0e0e0);
      --xr-disabled-color: var(--jp-layout-color3, #bdbdbd);
      --xr-background-color: var(--jp-layout-color0, white);
      --xr-background-color-row-even: var(--jp-layout-color1, white);
      --xr-background-color-row-odd: var(--jp-layout-color2, #eeeeee);
    }

    html[theme="dark"],
    html[data-theme="dark"],
    body[data-theme="dark"],
    body.vscode-dark {
      --xr-font-color0: rgba(255, 255, 255, 1);
      --xr-font-color2: rgba(255, 255, 255, 0.54);
      --xr-font-color3: rgba(255, 255, 255, 0.38);
      --xr-border-color: #1f1f1f;
      --xr-disabled-color: #515151;
      --xr-background-color: #111111;
      --xr-background-color-row-even: #111111;
      --xr-background-color-row-odd: #313131;
    }

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

    .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-array-name {
      margin-left: 2px;
      margin-right: 10px;
    }

    .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;
    }

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

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

    .xr-section-item input + label {
      color: var(--xr-disabled-color);
    }

    .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);
    }

    .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;
      padding-bottom: 4px;
    }

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

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

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

    .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);
      margin-bottom: 0;
    }

    .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);
    }

    .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;
      background-color: var(--xr-background-color) !important;
      padding-bottom: 5px !important;
    }

    .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-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;
    }
    </style><pre class='xr-text-repr-fallback'>&lt;xarray.DatasetView&gt; Size: 48kB
    Dimensions:                              (index: 11633, gate_times: 23, nv: 2,
                                              n_transmitters: 1,
                                              z_waveform_time: 4,
                                              z_loop_vertices: 8, xyz: 3,
                                              n_receivers: 3, n_components: 3)
    Coordinates:
      * index                                (index) int32 47kB 0 1 ... 11631 11632
      * gate_times                           (gate_times) float64 184B 1.297e-05 ...
      * nv                                   (nv) int64 16B 0 1
      * n_transmitters                       (n_transmitters) int64 8B 0
      * z_waveform_time                      (z_waveform_time) float64 32B -0.002...
      * xyz                                  (xyz) int64 24B 0 1 2
      * z_loop_vertices                      (z_loop_vertices) float64 64B 0.0 .....
      * n_receivers                          (n_receivers) int64 24B 0 1 2
      * n_components                         (n_components) int64 24B 0 1 2
    Data variables: (12/25)
        gate_times_bnds                      (gate_times, nv) float64 368B 1.098e...
        transmitter_label                    (n_transmitters) &lt;U1 4B &#x27;z&#x27;
        transmitter_area                     (n_transmitters) float64 8B 0.358
        transmitter_base_frequency           (n_transmitters) float64 8B 90.0
        transmitter_current_scale_factor     (n_transmitters) float64 8B 1.0
        transmitter_number_of_turns          (n_transmitters) int32 4B 13
        ...                                   ...
        component_receivers                  (n_components) &lt;U1 12B &#x27;x&#x27; &#x27;y&#x27; &#x27;z&#x27;
        component_sample_rate                (n_components) float64 24B 1.0 1.0 1.0
        component_txrx_dx                    (n_components) float64 24B -10.0 ......
        component_txrx_dy                    (n_components) float64 24B 0.0 0.0 0.0
        component_txrx_dz                    (n_components) float64 24B -0.75 ......
        component_gate_times                 (n_components) &lt;U10 120B &#x27;gate_times...
    Attributes:
        type:        system
        mode:        ground
        method:      electromagnetic
        submethod:   time domain
        instrument:  loupe</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>loupe_system</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-18548e96-84b8-41a2-89ba-22b40f24457d' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-18548e96-84b8-41a2-89ba-22b40f24457d' class='xr-section-summary'  title='Expand/collapse section'>Groups: <span>(0)</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></div></li><li class='xr-section-item'><input id='section-bdde743f-62f3-43b5-81fc-4f6b5bf24d73' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-bdde743f-62f3-43b5-81fc-4f6b5bf24d73' 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>: 11633</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_transmitters</span>: 1</li><li><span class='xr-has-index'>z_waveform_time</span>: 4</li><li><span class='xr-has-index'>z_loop_vertices</span>: 8</li><li><span class='xr-has-index'>xyz</span>: 3</li><li><span class='xr-has-index'>n_receivers</span>: 3</li><li><span class='xr-has-index'>n_components</span>: 3</li></ul></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-c00866f5-e756-4ea6-beef-74ec415ab830' class='xr-section-summary-in' type='checkbox'  checked><label for='section-c00866f5-e756-4ea6-beef-74ec415ab830' 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-b7017623-d72c-425a-a4fa-cb67e6e4f140' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b7017623-d72c-425a-a4fa-cb67e6e4f140' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-20f08d28-a155-42e5-b325-cc258488066c' class='xr-var-data-in' type='checkbox'><label for='data-20f08d28-a155-42e5-b325-cc258488066c' 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><dt><span>axis :</span></dt><dd>NV</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_transmitters</span></div><div class='xr-var-dims'>(n_transmitters)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>0</div><input id='attrs-8d52dabc-1e80-4211-b509-20d5e3e54d9b' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-8d52dabc-1e80-4211-b509-20d5e3e54d9b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-2bc140c1-16ae-49a4-b8c1-6e72323be664' class='xr-var-data-in' type='checkbox'><label for='data-2bc140c1-16ae-49a4-b8c1-6e72323be664' 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_transmitters</dd><dt><span>long_name :</span></dt><dd>Number of transmitter loops in this system</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><dt><span>axis :</span></dt><dd>N_TRANSMITTERS</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'>z_waveform_time</span></div><div class='xr-var-dims'>(z_waveform_time)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-0.002778 -0.002769 0.0 9e-06</div><input id='attrs-73f77428-7545-40fe-a6a9-6f0277cbd768' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-73f77428-7545-40fe-a6a9-6f0277cbd768' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-caeda2a6-27ac-435f-98dd-10ccf940e45b' class='xr-var-data-in' type='checkbox'><label for='data-caeda2a6-27ac-435f-98dd-10ccf940e45b' 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_waveform_time</dd><dt><span>long_name :</span></dt><dd>z waveform time</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>null_value :</span></dt><dd>not_defined</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><dt><span>axis :</span></dt><dd>Z_WAVEFORM_TIME</dd></dl></div><div class='xr-var-data'><pre>array([-2.77778e-03, -2.76878e-03,  0.00000e+00,  9.00000e-06])</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-73bec8bb-1f9c-4cbd-81fe-dd93d071b1ee' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-73bec8bb-1f9c-4cbd-81fe-dd93d071b1ee' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b9d3239a-d3ca-4176-b92e-9968d1c4405b' class='xr-var-data-in' type='checkbox'><label for='data-b9d3239a-d3ca-4176-b92e-9968d1c4405b' 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>spatial dimensions of the loop vertices</dd><dt><span>units :</span></dt><dd>m</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>axis :</span></dt><dd>XYZ</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'>z_loop_vertices</span></div><div class='xr-var-dims'>(z_loop_vertices)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0</div><input id='attrs-39538c5a-5cf7-46ff-8074-c50c4afdeaa1' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-39538c5a-5cf7-46ff-8074-c50c4afdeaa1' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-91d3808e-d3ea-4cdd-9bd0-eecf0dc0b1c9' class='xr-var-data-in' type='checkbox'><label for='data-91d3808e-d3ea-4cdd-9bd0-eecf0dc0b1c9' 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_loop_vertices</dd><dt><span>long_name :</span></dt><dd>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>axis :</span></dt><dd>Z_LOOP_VERTICES</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'>n_receivers</span></div><div class='xr-var-dims'>(n_receivers)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>0 1 2</div><input id='attrs-4c1f3937-03ed-498a-a66f-9a8229a6cd08' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-4c1f3937-03ed-498a-a66f-9a8229a6cd08' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-23043f58-de6f-4b78-b0b3-33259e5b21f3' class='xr-var-data-in' type='checkbox'><label for='data-23043f58-de6f-4b78-b0b3-33259e5b21f3' 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_receivers</dd><dt><span>long_name :</span></dt><dd>Number of receiver loops in this system</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>axis :</span></dt><dd>N_RECEIVERS</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_components</span></div><div class='xr-var-dims'>(n_components)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>0 1 2</div><input id='attrs-78a347a2-7f25-40e0-a3ee-80418412e1c6' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-78a347a2-7f25-40e0-a3ee-80418412e1c6' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b2b6f6c4-18ba-415a-b978-b2b6e4eef9fd' class='xr-var-data-in' type='checkbox'><label for='data-b2b6f6c4-18ba-415a-b978-b2b6e4eef9fd' 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_components</dd><dt><span>long_name :</span></dt><dd>transmitter for each component</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>axis :</span></dt><dd>N_COMPONENTS</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-0b0fb404-4ff0-445c-a710-34a3ab1b10fd' class='xr-section-summary-in' type='checkbox'  ><label for='section-0b0fb404-4ff0-445c-a710-34a3ab1b10fd' class='xr-section-summary' >Data variables: <span>(25)</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-2710b966-2f31-49aa-ad1c-d89e52600376' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-2710b966-2f31-49aa-ad1c-d89e52600376' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-0f36a426-5fb4-486f-b563-8e854189a091' class='xr-var-data-in' type='checkbox'><label for='data-0f36a426-5fb4-486f-b563-8e854189a091' 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>transmitter_label</span></div><div class='xr-var-dims'>(n_transmitters)</div><div class='xr-var-dtype'>&lt;U1</div><div class='xr-var-preview xr-preview'>&#x27;z&#x27;</div><input id='attrs-0833c1f1-366e-45fb-8b75-00f12e9b8774' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0833c1f1-366e-45fb-8b75-00f12e9b8774' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-0b336e84-af94-4a75-9668-8b7e342c9ad2' class='xr-var-data-in' type='checkbox'><label for='data-0b336e84-af94-4a75-9668-8b7e342c9ad2' 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>transmitter label</dd><dt><span>long_name :</span></dt><dd>Label of the transmitter</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>null_value :</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;], dtype=&#x27;&lt;U1&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>transmitter_area</span></div><div class='xr-var-dims'>(n_transmitters)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.358</div><input id='attrs-caba6d3e-6727-4fac-a6f7-b8c69f7c1114' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-caba6d3e-6727-4fac-a6f7-b8c69f7c1114' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d480002e-f662-4e72-ae08-0f44b5347da2' class='xr-var-data-in' type='checkbox'><label for='data-d480002e-f662-4e72-ae08-0f44b5347da2' 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>transmitter area</dd><dt><span>long_name :</span></dt><dd>Loop area of the transmitter</dd><dt><span>units :</span></dt><dd>m^{2}</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[0.358 0.358]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([0.358])</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_transmitters)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>90.0</div><input id='attrs-4bca3400-8a4d-4fcd-b971-524b5670b634' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-4bca3400-8a4d-4fcd-b971-524b5670b634' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1a36760e-f5ca-4a45-90a2-8a5512212966' class='xr-var-data-in' type='checkbox'><label for='data-1a36760e-f5ca-4a45-90a2-8a5512212966' 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>transmitter base frequency</dd><dt><span>long_name :</span></dt><dd>Base frequency of the transmitter</dd><dt><span>units :</span></dt><dd>Hz</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><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_current_scale_factor</span></div><div class='xr-var-dims'>(n_transmitters)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.0</div><input id='attrs-51d6f5bb-3ad1-45a1-bddf-b59282d02d15' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-51d6f5bb-3ad1-45a1-bddf-b59282d02d15' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-6074b612-f40d-4d0b-9ff3-ae124cab0b0c' class='xr-var-data-in' type='checkbox'><label for='data-6074b612-f40d-4d0b-9ff3-ae124cab0b0c' 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>transmitter current scale factor</dd><dt><span>long_name :</span></dt><dd>Current scale factor of the transmitter</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>[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_number_of_turns</span></div><div class='xr-var-dims'>(n_transmitters)</div><div class='xr-var-dtype'>int32</div><div class='xr-var-preview xr-preview'>13</div><input id='attrs-bf1ff177-77b5-4f31-8f05-1a443ad13a17' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-bf1ff177-77b5-4f31-8f05-1a443ad13a17' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-160c1671-806d-4742-bbc1-e128e98204c7' class='xr-var-data-in' type='checkbox'><label for='data-160c1671-806d-4742-bbc1-e128e98204c7' 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>number_of_transmitter_turns</dd><dt><span>long_name :</span></dt><dd>Number of loops turns of the transmitter</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>[13 13]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([13], dtype=int32)</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_transmitters)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.002769</div><input id='attrs-fa4c2710-9b45-4df3-ba1f-37a86ba7668f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-fa4c2710-9b45-4df3-ba1f-37a86ba7668f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-521575fc-4b36-4fae-88c8-3c2571aa5029' class='xr-var-data-in' type='checkbox'><label for='data-521575fc-4b36-4fae-88c8-3c2571aa5029' 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>transmitter_on_time</dd><dt><span>long_name :</span></dt><dd>On time of the transmitter</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><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_transmitters)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.002787</div><input id='attrs-6ffbd1fb-6aa8-40b8-ade1-c22946c395ed' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6ffbd1fb-6aa8-40b8-ade1-c22946c395ed' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-4169765c-a15b-4bbc-9f52-ebe0b27e6933' class='xr-var-data-in' type='checkbox'><label for='data-4169765c-a15b-4bbc-9f52-ebe0b27e6933' 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>transmitter_off_time</dd><dt><span>long_name :</span></dt><dd>Off time of the transmitter</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><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_transmitters)</div><div class='xr-var-dtype'>&lt;U1</div><div class='xr-var-preview xr-preview'>&#x27;z&#x27;</div><input id='attrs-2febb55d-6fb2-41a6-92ee-430184aa72ac' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-2febb55d-6fb2-41a6-92ee-430184aa72ac' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-0358645a-d141-4896-b4fe-2213a6e93504' class='xr-var-data-in' type='checkbox'><label for='data-0358645a-d141-4896-b4fe-2213a6e93504' 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>transmitter_orientation</dd><dt><span>long_name :</span></dt><dd>Orientation of the transmitter loop</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>null_value :</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;], dtype=&#x27;&lt;U1&#x27;)</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_transmitters)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>20.0</div><input id='attrs-0be5caf6-80f1-4a1c-a556-464545e45cad' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0be5caf6-80f1-4a1c-a556-464545e45cad' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9902221a-e284-4b4a-8f06-f68b930a5c5d' class='xr-var-data-in' type='checkbox'><label for='data-9902221a-e284-4b4a-8f06-f68b930a5c5d' 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>transmitter_peak_current</dd><dt><span>long_name :</span></dt><dd>Peak current of the transmitter</dd><dt><span>units :</span></dt><dd>A</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><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_waveform_type</span></div><div class='xr-var-dims'>(n_transmitters)</div><div class='xr-var-dtype'>&lt;U9</div><div class='xr-var-preview xr-preview'>&#x27;trapezoid&#x27;</div><input id='attrs-d70073a6-304d-4992-a6a3-7718c86566e2' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d70073a6-304d-4992-a6a3-7718c86566e2' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3f5a8a16-e72a-428d-860a-0cc1711df3b0' class='xr-var-data-in' type='checkbox'><label for='data-3f5a8a16-e72a-428d-860a-0cc1711df3b0' 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>transmitter_waveform_type</dd><dt><span>long_name :</span></dt><dd>Waveform type of the transmitter</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>null_value :</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;trapezoid&#x27;], dtype=&#x27;&lt;U9&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>z_waveform_current</span></div><div class='xr-var-dims'>(z_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-f1fabb0b-13b9-4ba8-b010-030ef9b4bab5' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f1fabb0b-13b9-4ba8-b010-030ef9b4bab5' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-27fb6584-44d0-4b02-bd52-f905f6201968' class='xr-var-data-in' type='checkbox'><label for='data-27fb6584-44d0-4b02-bd52-f905f6201968' 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_waveform_current</dd><dt><span>long_name :</span></dt><dd>z waveform current</dd><dt><span>units :</span></dt><dd>A</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., 1., 0.])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>z_loop_coordinates</span></div><div class='xr-var-dims'>(z_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-a247b760-a4d7-4ace-a9bf-2ecd11907eaa' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-a247b760-a4d7-4ace-a9bf-2ecd11907eaa' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-6ffbf263-7f88-4afc-a17d-698890afaf80' class='xr-var-data-in' type='checkbox'><label for='data-6ffbf263-7f88-4afc-a17d-698890afaf80' 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_loop_coordinates</dd><dt><span>long_name :</span></dt><dd>z loop coordinates</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><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>receiver_label</span></div><div class='xr-var-dims'>(n_receivers)</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-2b0028a1-af1b-4aba-b027-17137bec8e46' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-2b0028a1-af1b-4aba-b027-17137bec8e46' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-4e8bc49d-b059-4022-aeaf-7414de295005' class='xr-var-data-in' type='checkbox'><label for='data-4e8bc49d-b059-4022-aeaf-7414de295005' 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>receiver label</dd><dt><span>long_name :</span></dt><dd>Label of the receiver</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>null_value :</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;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_receivers)</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-bd5e45e8-baed-4836-91f7-c3a90c7d4044' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-bd5e45e8-baed-4836-91f7-c3a90c7d4044' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-7549617a-82cb-437b-af2e-75c5772d2a1c' class='xr-var-data-in' type='checkbox'><label for='data-7549617a-82cb-437b-af2e-75c5772d2a1c' 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>receiver_coil_low_pass_filter</dd><dt><span>long_name :</span></dt><dd>Low pass filter frequencey of the coil</dd><dt><span>units :</span></dt><dd>Hz</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><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_orientation</span></div><div class='xr-var-dims'>(n_receivers)</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-4adaaa80-fa9c-41ef-bb1b-c43d76ba95fa' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-4adaaa80-fa9c-41ef-bb1b-c43d76ba95fa' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-663d484c-b253-43f0-aa12-9528d179ed94' class='xr-var-data-in' type='checkbox'><label for='data-663d484c-b253-43f0-aa12-9528d179ed94' 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>receiver_orientation</dd><dt><span>long_name :</span></dt><dd>Orientation of the receiver loop</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>null_value :</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;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_instrument_low_pass_filter</span></div><div class='xr-var-dims'>(n_receivers)</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-965d85bb-0e3a-42b7-8bbf-990a65bb8748' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-965d85bb-0e3a-42b7-8bbf-990a65bb8748' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-ec0bb6d5-da21-4902-be5c-610eab40fc0b' class='xr-var-data-in' type='checkbox'><label for='data-ec0bb6d5-da21-4902-be5c-610eab40fc0b' 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>receiver_instrument_low_pass_filter</dd><dt><span>long_name :</span></dt><dd>Low pass filter frequency of the instrument</dd><dt><span>units :</span></dt><dd>Hz</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><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_receivers)</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-741576bf-828c-479f-8ebc-eac51cd5357b' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-741576bf-828c-479f-8ebc-eac51cd5357b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-180136b9-5898-4660-9e16-62469135475f' class='xr-var-data-in' type='checkbox'><label for='data-180136b9-5898-4660-9e16-62469135475f' 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>receiver_area</dd><dt><span>long_name :</span></dt><dd>Area of the receiver loop</dd><dt><span>units :</span></dt><dd>m^{2}</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><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>component_transmitters</span></div><div class='xr-var-dims'>(n_components)</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-44120b1b-8658-44fe-b959-8f974f593494' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-44120b1b-8658-44fe-b959-8f974f593494' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-af049866-69eb-4781-a1fd-cef344fff5c1' class='xr-var-data-in' type='checkbox'><label for='data-af049866-69eb-4781-a1fd-cef344fff5c1' 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>component_transmitters</dd><dt><span>long_name :</span></dt><dd>Transmitter for each component</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>null_value :</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;], 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_components)</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-ff246cff-c38d-4dd1-8167-376bfd98c82e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ff246cff-c38d-4dd1-8167-376bfd98c82e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-df3bbdd8-4bbc-47ff-82d3-0c916eeb4b1c' class='xr-var-data-in' type='checkbox'><label for='data-df3bbdd8-4bbc-47ff-82d3-0c916eeb4b1c' 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>component_receivers</dd><dt><span>long_name :</span></dt><dd>Receiver for each component</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>null_value :</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;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_components)</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-2b7313d7-5f95-4739-a915-9f326af20ab1' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-2b7313d7-5f95-4739-a915-9f326af20ab1' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3ed731c2-22e6-4909-a441-f10d9d9a3b5e' class='xr-var-data-in' type='checkbox'><label for='data-3ed731c2-22e6-4909-a441-f10d9d9a3b5e' 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>component_sample_rate</dd><dt><span>long_name :</span></dt><dd>Sampling rate of this component</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><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_components)</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-b65365f9-e30d-4503-b3c4-7e8bf05d58d9' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b65365f9-e30d-4503-b3c4-7e8bf05d58d9' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b5503c6c-7e2a-4c13-97a1-78657dbfc5a4' class='xr-var-data-in' type='checkbox'><label for='data-b5503c6c-7e2a-4c13-97a1-78657dbfc5a4' 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>component_txrx_dx</dd><dt><span>long_name :</span></dt><dd>x offset for each transmitter receiver pair</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><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_components)</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-0ceb36c2-563d-4e36-88fd-f3f5e99dbf38' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0ceb36c2-563d-4e36-88fd-f3f5e99dbf38' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a420f471-55d9-498e-b115-54c5ff208982' class='xr-var-data-in' type='checkbox'><label for='data-a420f471-55d9-498e-b115-54c5ff208982' 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>component_txrx_dy</dd><dt><span>long_name :</span></dt><dd>y offset for each transmitter receiver pair</dd><dt><span>units :</span></dt><dd>m</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., 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_components)</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-869c1f23-4ea2-48ba-a846-ad262f79db78' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-869c1f23-4ea2-48ba-a846-ad262f79db78' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-74771144-3551-417c-89e9-e10ecf735e13' class='xr-var-data-in' type='checkbox'><label for='data-74771144-3551-417c-89e9-e10ecf735e13' 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>component_txrx_dz</dd><dt><span>long_name :</span></dt><dd>vertical offset for each transmitter receiver pair</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><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_gate_times</span></div><div class='xr-var-dims'>(n_components)</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-647d88b4-1aac-4e24-8d58-4cdd616ead7f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-647d88b4-1aac-4e24-8d58-4cdd616ead7f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-cc96c356-7a56-443e-9175-7ed63079e930' class='xr-var-data-in' type='checkbox'><label for='data-cc96c356-7a56-443e-9175-7ed63079e930' 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>component_gate_times</dd><dt><span>long_name :</span></dt><dd>Gate times for this component</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>null_value :</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;gate_times&#x27;, &#x27;gate_times&#x27;, &#x27;gate_times&#x27;], dtype=&#x27;&lt;U10&#x27;)</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-7bd05dd5-7bba-4050-b553-9fa6a18e600a' class='xr-section-summary-in' type='checkbox'  checked><label for='section-7bd05dd5-7bba-4050-b553-9fa6a18e600a' class='xr-section-summary' >Attributes: <span>(5)</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></dl></div></li></ul></div></div></div></div></div></div></li><li class='xr-section-item'><input id='section-6ff9437b-7e5e-4152-af29-b3c70a7f4e1a' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-6ff9437b-7e5e-4152-af29-b3c70a7f4e1a' 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>: 11633</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-2639e539-7384-4c52-b99e-4336163dfa2f' class='xr-section-summary-in' type='checkbox'  checked><label for='section-2639e539-7384-4c52-b99e-4336163dfa2f' 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>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-6cef9bb7-4c51-4975-898a-fe1399693f3c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6cef9bb7-4c51-4975-898a-fe1399693f3c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-db6240b7-4641-4097-b0eb-86b0f8e5545d' class='xr-var-data-in' type='checkbox'><label for='data-db6240b7-4641-4097-b0eb-86b0f8e5545d' 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 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 ... 11629 11630 11631 11632</div><input id='attrs-a0968291-d895-41e8-b951-260c2ef6d44f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-a0968291-d895-41e8-b951-260c2ef6d44f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-021fd310-8a0b-4a3c-b764-e50868cdfb92' class='xr-var-data-in' type='checkbox'><label for='data-021fd310-8a0b-4a3c-b764-e50868cdfb92' 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 11632]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd><dt><span>axis :</span></dt><dd>INDEX</dd></dl></div><div class='xr-var-data'><pre>array([    0,     1,     2, ..., 11630, 11631, 11632], dtype=int32)</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.248e+05</div><input id='attrs-9c274428-0748-486b-838a-9865680fbaf4' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-9c274428-0748-486b-838a-9865680fbaf4' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-bf881fc0-e72d-4a7e-92a4-110f137e07b3' class='xr-var-data-in' type='checkbox'><label for='data-bf881fc0-e72d-4a7e-92a4-110f137e07b3' 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>[523643.  524872.6]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([524825.1, 524825. , 524825. , ..., 524795.4, 524795.5, 524795.4])</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-a15cf226-fcc7-4421-bfba-2d38690c5353' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-a15cf226-fcc7-4421-bfba-2d38690c5353' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9b482ed0-c0d5-4f24-a35f-3b9a273a3a38' class='xr-var-data-in' type='checkbox'><label for='data-9b482ed0-c0d5-4f24-a35f-3b9a273a3a38' 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>[4582780.4 4583412.1]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([4583153. , 4583153. , 4583153. , ..., 4583161.6, 4583162.6,
           4583163.3])</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 ... 204.4 204.4</div><input id='attrs-0fdb6313-4b51-44ad-a1d7-27e0a9a5ccb1' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0fdb6313-4b51-44ad-a1d7-27e0a9a5ccb1' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-12968879-efb5-44f8-8c64-df7cb786b51a' class='xr-var-data-in' type='checkbox'><label for='data-12968879-efb5-44f8-8c64-df7cb786b51a' 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>[202.8 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, ..., 204.4, 204.4, 204.4])</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-213dca15-4190-4f6b-9416-297d5574f459' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-213dca15-4190-4f6b-9416-297d5574f459' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-4fe1d81d-3154-4697-a479-aa0f34832483' class='xr-var-data-in' type='checkbox'><label for='data-4fe1d81d-3154-4697-a479-aa0f34832483' 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></ul></div></li><li class='xr-section-item'><input id='section-16c4c6b6-71b8-402a-aefe-1c29534aca7c' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-16c4c6b6-71b8-402a-aefe-1c29534aca7c' class='xr-section-summary'  title='Expand/collapse section'>Inherited coordinates: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'></ul></div></li><li class='xr-section-item'><input id='section-62d62889-771b-4827-846d-0f7985e2ff39' class='xr-section-summary-in' type='checkbox'  ><label for='section-62d62889-771b-4827-846d-0f7985e2ff39' 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;12121&#x27; &#x27;12122&#x27;</div><input id='attrs-482fc66f-857d-484a-be04-d4189d04dbc9' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-482fc66f-857d-484a-be04-d4189d04dbc9' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-38b47987-d508-4e38-ac7f-f12712c7c416' class='xr-var-data-in' type='checkbox'><label for='data-38b47987-d508-4e38-ac7f-f12712c7c416' 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;12120&#x27;, &#x27;12121&#x27;, &#x27;12122&#x27;], 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 ... 25.0 25.0 25.0</div><input id='attrs-7f436077-36fe-4f24-8ca2-8a8cafaf524f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-7f436077-36fe-4f24-8ca2-8a8cafaf524f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3b367811-ec91-4856-90e8-f1a9d096f2ca' class='xr-var-data-in' type='checkbox'><label for='data-3b367811-ec91-4856-90e8-f1a9d096f2ca' 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. 25.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([ 1.,  1.,  1., ..., 25., 25., 25.])</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 ... 364.0 365.0 366.0</div><input id='attrs-d25d94de-dfb0-4a22-aa01-8e915f280dab' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d25d94de-dfb0-4a22-aa01-8e915f280dab' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-64f4d7f4-2068-41e8-a39d-f2a6a72560a2' class='xr-var-data-in' type='checkbox'><label for='data-64f4d7f4-2068-41e8-a39d-f2a6a72560a2' 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. 1305.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([  0.,   1.,   2., ..., 364., 365., 366.])</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-f408c4d6-e281-48a1-ac91-98a566578951' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f408c4d6-e281-48a1-ac91-98a566578951' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-921d2c59-9252-4ed5-9639-f1262a42a516' class='xr-var-data-in' type='checkbox'><label for='data-921d2c59-9252-4ed5-9639-f1262a42a516' 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;20230808T221611.305313492Z&#x27;,
           &#x27;20230808T221611.305313492Z&#x27;, &#x27;20230808T221611.305313492Z&#x27;],
          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-f1d8d4de-8471-4914-91aa-f8d7265fc10b' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f1d8d4de-8471-4914-91aa-f8d7265fc10b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-4b237d70-70a2-4fec-9416-a08bf351a353' class='xr-var-data-in' type='checkbox'><label for='data-4b237d70-70a2-4fec-9416-a08bf351a353' 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;20230808T222216.000000000Z&#x27;,
           &#x27;20230808T222217.000000000Z&#x27;, &#x27;20230808T222218.000000000Z&#x27;],
          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-c1462fcd-1a40-4f2b-a500-e9edac35389d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-c1462fcd-1a40-4f2b-a500-e9edac35389d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d7eafb24-9b16-4c52-8281-f174d46e372b' class='xr-var-data-in' type='checkbox'><label for='data-d7eafb24-9b16-4c52-8281-f174d46e372b' 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.69153334e+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.69153334e+09, 1.69153334e+09, 1.69153334e+09])</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.248e+05</div><input id='attrs-116fada5-5b6c-498f-8be9-0d6886d936ed' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-116fada5-5b6c-498f-8be9-0d6886d936ed' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-20ed7226-836c-420d-bcc4-2e7ed2c6520a' class='xr-var-data-in' type='checkbox'><label for='data-20ed7226-836c-420d-bcc4-2e7ed2c6520a' 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>[523643.  524872.6]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([524825.1, 524825. , 524825. , ..., 524795.4, 524795.5, 524795.4])</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-e4b4231f-0027-4214-a07b-2ff601df627c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e4b4231f-0027-4214-a07b-2ff601df627c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-aad4ff1a-70ba-44a0-ab09-09bbb5a45bd7' class='xr-var-data-in' type='checkbox'><label for='data-aad4ff1a-70ba-44a0-ab09-09bbb5a45bd7' 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>[4582780.4 4583412.1]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([4583153. , 4583153. , 4583153. , ..., 4583161.6, 4583162.6,
           4583163.3])</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 ... 204.4 204.4</div><input id='attrs-6f7118f3-0a43-4d81-b983-62124f14c92e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6f7118f3-0a43-4d81-b983-62124f14c92e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b9b095c9-ad61-4ef5-80f7-abb34cac2764' class='xr-var-data-in' type='checkbox'><label for='data-b9b095c9-ad61-4ef5-80f7-abb34cac2764' 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>[202.8 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, ..., 204.4, 204.4, 204.4])</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-320f0f5c-1276-4927-9238-9da14bff5c90' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-320f0f5c-1276-4927-9238-9da14bff5c90' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-88b4c773-7626-4fd9-99ea-c0ec3472f153' class='xr-var-data-in' type='checkbox'><label for='data-88b4c773-7626-4fd9-99ea-c0ec3472f153' 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;20230808T222217.000000000Z&#x27;,
           &#x27;20230808T222218.000000000Z&#x27;, &#x27;20230808T222219.000000000Z&#x27;],
          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.248e+05</div><input id='attrs-291aa875-5b14-42c5-ace5-32e46f930c05' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-291aa875-5b14-42c5-ace5-32e46f930c05' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1d78e1ed-2f0d-4bac-9307-2604b0e4fba4' class='xr-var-data-in' type='checkbox'><label for='data-1d78e1ed-2f0d-4bac-9307-2604b0e4fba4' 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>[523646.9 524873.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. , ..., 524795.5, 524795.4, 524795.3])</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-c08ac16a-0028-4be1-8d0c-949ff228da79' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-c08ac16a-0028-4be1-8d0c-949ff228da79' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-8360bbaa-8ac8-4dc7-9dde-ab493ecb2014' class='xr-var-data-in' type='checkbox'><label for='data-8360bbaa-8ac8-4dc7-9dde-ab493ecb2014' 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>[4582774.9 4583411.8]</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, ..., 4583167.1, 4583168.1,
           4583168.8])</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 ... 205.0 205.0</div><input id='attrs-3533a079-50ab-42d0-abf4-68dfd29dc7b2' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3533a079-50ab-42d0-abf4-68dfd29dc7b2' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-40e8716d-b951-40d5-a54f-20731491748c' class='xr-var-data-in' type='checkbox'><label for='data-40e8716d-b951-40d5-a54f-20731491748c' 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>[203.2 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, ..., 205. , 205. , 205. ])</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.248e+05</div><input id='attrs-8bdca3f7-bf75-439a-8bb9-9615b488082e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-8bdca3f7-bf75-439a-8bb9-9615b488082e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1231f766-e9fb-4ce6-a85a-f7ea6216fe07' class='xr-var-data-in' type='checkbox'><label for='data-1231f766-e9fb-4ce6-a85a-f7ea6216fe07' 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>[523647.5 524873.2]</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, ..., 524795.5, 524795.5, 524795.4])</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-62a7027b-b758-49c5-a307-da79580b238a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-62a7027b-b758-49c5-a307-da79580b238a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f9634127-4b41-4d6d-8090-c5c9573d543a' class='xr-var-data-in' type='checkbox'><label for='data-f9634127-4b41-4d6d-8090-c5c9573d543a' 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>[4582775.5 4583411.8]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([4583149. , 4583149. , 4583149. , ..., 4583166.6, 4583167.5,
           4583168.2])</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 ... 204.2 204.2</div><input id='attrs-7b968d65-790a-495b-9289-aec6bb3e5028' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-7b968d65-790a-495b-9289-aec6bb3e5028' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-ca4bca0c-ceff-4702-a1c9-d5aecf6976f9' class='xr-var-data-in' type='checkbox'><label for='data-ca4bca0c-ceff-4702-a1c9-d5aecf6976f9' 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>[202.4 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, ..., 204.2, 204.2, 204.2])</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.248e+05</div><input id='attrs-3e26ad43-031a-4af6-add6-ca8806732c3d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3e26ad43-031a-4af6-add6-ca8806732c3d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-74909418-d0c5-451b-8c22-f95376592bf6' class='xr-var-data-in' type='checkbox'><label for='data-74909418-d0c5-451b-8c22-f95376592bf6' 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>[523638.  524873.2]</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, ..., 524795.4, 524795.4, 524795.4])</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-3d12c0e4-cb0c-41d3-a2a4-9ce9289192db' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3d12c0e4-cb0c-41d3-a2a4-9ce9289192db' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-58ab62f1-c7a4-474c-82e8-9212cf1e2c60' class='xr-var-data-in' type='checkbox'><label for='data-58ab62f1-c7a4-474c-82e8-9212cf1e2c60' 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>[4582785.4 4583412.4]</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, ..., 4583156.6, 4583157.6,
           4583158.3])</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 ... 204.7 204.7</div><input id='attrs-9851f114-aa37-4756-9c7e-d6348476c00f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-9851f114-aa37-4756-9c7e-d6348476c00f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-44fd119b-3154-460e-b4e9-96afde74a6cd' class='xr-var-data-in' type='checkbox'><label for='data-44fd119b-3154-460e-b4e9-96afde74a6cd' 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>[203.  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, ..., 204.7, 204.7, 204.7])</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-2bd918d5-d8af-423f-bdea-e039fc48df85' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-2bd918d5-d8af-423f-bdea-e039fc48df85' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-c2479c98-96c4-461b-83ad-d11e176f3dd0' class='xr-var-data-in' type='checkbox'><label for='data-c2479c98-96c4-461b-83ad-d11e176f3dd0' 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])</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-f4b1922a-35c8-4aa8-bc09-0d7107d30450' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f4b1922a-35c8-4aa8-bc09-0d7107d30450' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-339667a7-bf44-4e9c-839b-d648060c1e71' class='xr-var-data-in' type='checkbox'><label for='data-339667a7-bf44-4e9c-839b-d648060c1e71' 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])</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-79cf4071-8009-4c23-97ef-8210925833f7' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-79cf4071-8009-4c23-97ef-8210925833f7' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-892e27fe-5cbd-4fc1-b405-82d1cf05747a' class='xr-var-data-in' type='checkbox'><label for='data-892e27fe-5cbd-4fc1-b405-82d1cf05747a' 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])</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-a68bdd84-5223-47df-8779-ee5ec9574d5f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-a68bdd84-5223-47df-8779-ee5ec9574d5f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-ebc146c4-15c6-41fc-9dd9-bf063451e065' class='xr-var-data-in' type='checkbox'><label for='data-ebc146c4-15c6-41fc-9dd9-bf063451e065' 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;], 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-bc7443fb-85b6-40c4-9c5a-e6261d14876c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-bc7443fb-85b6-40c4-9c5a-e6261d14876c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-466abd5b-6504-4d7f-afb7-26dd533261dc' class='xr-var-data-in' type='checkbox'><label for='data-466abd5b-6504-4d7f-afb7-26dd533261dc' 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;], 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-02cdb986-db86-440d-bc82-3d83b5801ca7' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-02cdb986-db86-440d-bc82-3d83b5801ca7' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-8ca4a4ac-2be5-41ed-a748-93cb04b06dcd' class='xr-var-data-in' type='checkbox'><label for='data-8ca4a4ac-2be5-41ed-a748-93cb04b06dcd' 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;], 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;NLK,NAA,NML4&#x27;</div><input id='attrs-0ad725bd-480f-465c-86d6-044417ba3745' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0ad725bd-480f-465c-86d6-044417ba3745' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-bc21f19a-c6ba-4b0e-a2c8-8e39b9ce783e' class='xr-var-data-in' type='checkbox'><label for='data-bc21f19a-c6ba-4b0e-a2c8-8e39b9ce783e' 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;NLK,NAA,NML4&#x27;, &#x27;NLK,NAA,NML4&#x27;, &#x27;NLK,NAA,NML4&#x27;], 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.0006387</div><input id='attrs-d5a65185-0dae-4fec-9301-c833fd2d4ad8' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d5a65185-0dae-4fec-9301-c833fd2d4ad8' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1128a301-6c74-4b31-8c2e-61d720b6bf1b' class='xr-var-data-in' type='checkbox'><label for='data-1128a301-6c74-4b31-8c2e-61d720b6bf1b' 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, ...,
           -3.25413284e-04, -1.80944958e-04,  6.38716884e-04])</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.002766</div><input id='attrs-91355af7-400f-4b22-84be-52101b4384b2' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-91355af7-400f-4b22-84be-52101b4384b2' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-50803ae7-25cc-4199-89cd-955b0a2f62e1' class='xr-var-data-in' type='checkbox'><label for='data-50803ae7-25cc-4199-89cd-955b0a2f62e1' 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.00240188,
           -0.00245251, -0.00276604])</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.002285</div><input id='attrs-15973787-a104-477d-acef-387012dab4f3' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-15973787-a104-477d-acef-387012dab4f3' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a6fec800-b778-479f-aac1-22b0a4155c57' class='xr-var-data-in' type='checkbox'><label for='data-a6fec800-b778-479f-aac1-22b0a4155c57' 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.00189319, 0.00195025,
           0.00228495])</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 ... -313.4</div><input id='attrs-f85d66fd-993a-4cb6-8d04-1d9c11ee929d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f85d66fd-993a-4cb6-8d04-1d9c11ee929d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9148fb7b-5e0d-45b1-a954-aa4efb35de46' class='xr-var-data-in' type='checkbox'><label for='data-9148fb7b-5e0d-45b1-a954-aa4efb35de46' 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>[-9213.6053292  41993.72920451]</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 , ...,  305.0583943 ,
           -704.72161339, -313.44811411])</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 ... -1.039e+03</div><input id='attrs-2b502255-46ca-45fb-b2dd-27d60929c69b' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-2b502255-46ca-45fb-b2dd-27d60929c69b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-54946fcc-9e45-41a0-8827-17f1324ae5a6' class='xr-var-data-in' type='checkbox'><label for='data-54946fcc-9e45-41a0-8827-17f1324ae5a6' 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>[-28866.88602563  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, ...,
           -1157.78321666, -1086.90513807, -1039.36957754])</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 ... -1.175e+04</div><input id='attrs-63b7e968-112e-404f-9406-c0eac39a2a1b' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-63b7e968-112e-404f-9406-c0eac39a2a1b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-74e438d1-d683-4703-96c0-4bf849d2a841' class='xr-var-data-in' type='checkbox'><label for='data-74e438d1-d683-4703-96c0-4bf849d2a841' 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>[-51555.87359302  -6487.16058919]</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, ...,
           -11122.12220024, -11071.25359215, -11747.28114096])</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.594e-05</div><input id='attrs-ab6f961e-1273-46c2-a3b4-595b4148479a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ab6f961e-1273-46c2-a3b4-595b4148479a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3d11c92d-5f6f-44fb-809e-25f0f854bc74' class='xr-var-data-in' type='checkbox'><label for='data-3d11c92d-5f6f-44fb-809e-25f0f854bc74' 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.26668184e-03]</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.33995727e-05, 1.38082618e-05, 1.59379275e-05])</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 ... 4.951e-05</div><input id='attrs-d1845ae1-c148-4c5d-96d5-40dda75dbddb' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d1845ae1-c148-4c5d-96d5-40dda75dbddb' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-32657d65-9007-470f-958c-002d2da12ccb' class='xr-var-data-in' type='checkbox'><label for='data-32657d65-9007-470f-958c-002d2da12ccb' 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 9.86257895e-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.21442213e-05, 2.30165182e-05, 4.95114374e-05])</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 ... 1.061e-05</div><input id='attrs-97420d43-7249-451a-9670-a042e0b7e812' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-97420d43-7249-451a-9670-a042e0b7e812' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-4a4f80b9-32b0-4d1a-86b9-19cf6fa20d42' class='xr-var-data-in' type='checkbox'><label for='data-4a4f80b9-32b0-4d1a-86b9-19cf6fa20d42' 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.63579705e-06 2.31582673e-04]</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, ...,
           7.70467610e-06, 8.06366763e-06, 1.06056164e-05])</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.311e-05</div><input id='attrs-93dd4c51-fd23-43f1-8965-f137aaf4b171' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-93dd4c51-fd23-43f1-8965-f137aaf4b171' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e66b3fef-f1d0-4252-a29c-757c32ee7eda' class='xr-var-data-in' type='checkbox'><label for='data-e66b3fef-f1d0-4252-a29c-757c32ee7eda' 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>[3.61944290e-07 1.66244566e-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, ...,
           5.29524192e-05, 5.66385634e-05, 6.31148964e-05])</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 ... 2.639e-05</div><input id='attrs-8e8ab850-b283-4920-8789-71be85ccbda4' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-8e8ab850-b283-4920-8789-71be85ccbda4' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-39d31a1e-c208-46c9-a4b5-a7460d02cb14' class='xr-var-data-in' type='checkbox'><label for='data-39d31a1e-c208-46c9-a4b5-a7460d02cb14' 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.94354710e-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, ...,
           2.31502222e-05, 2.51034663e-05, 2.63930241e-05])</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 ... 5.45e-05</div><input id='attrs-9bad26fe-f1d9-4616-bb94-58bdff196eba' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-9bad26fe-f1d9-4616-bb94-58bdff196eba' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-324853e8-bbb3-4025-8ba4-e9121533e1df' class='xr-var-data-in' type='checkbox'><label for='data-324853e8-bbb3-4025-8ba4-e9121533e1df' 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 3.03040044e-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, ...,
           4.33806077e-05, 5.05796373e-05, 5.45028212e-05])</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.4565 0.6029</div><input id='attrs-00ff6f7d-4a58-4672-a30d-c44dbb639aa0' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-00ff6f7d-4a58-4672-a30d-c44dbb639aa0' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-cfb7080e-9c6f-4634-80f4-454610f0293f' class='xr-var-data-in' type='checkbox'><label for='data-cfb7080e-9c6f-4634-80f4-454610f0293f' 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.14149016  3.14151023]</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.23787326,
            0.4565054 ,  0.60286768])</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.884 -2.952</div><input id='attrs-acaec365-3c65-4e81-88c4-2668d19dd16a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-acaec365-3c65-4e81-88c4-2668d19dd16a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-de2fb469-cd03-4e43-a3fb-b8709b38d9aa' class='xr-var-data-in' type='checkbox'><label for='data-de2fb469-cd03-4e43-a3fb-b8709b38d9aa' 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.14105317  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.93466743,
           -2.88357702, -2.95238555])</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 ... 1.006 1.041</div><input id='attrs-7c4554e3-91db-4e64-bf45-fcd3df8b3994' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-7c4554e3-91db-4e64-bf45-fcd3df8b3994' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-89118cc8-01ef-4424-86c9-3bff7c56bdf4' class='xr-var-data-in' type='checkbox'><label for='data-89118cc8-01ef-4424-86c9-3bff7c56bdf4' 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.14096073  3.14060535]</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, ..., 0.97774977, 1.00637596,
           1.04058286])</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.007475 0.01459</div><input id='attrs-b53d1d33-e99c-4905-a84a-700a0cc812e6' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b53d1d33-e99c-4905-a84a-700a0cc812e6' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-52963088-f0c7-4362-a356-2510503256b7' class='xr-var-data-in' type='checkbox'><label for='data-52963088-f0c7-4362-a356-2510503256b7' 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 11304.17727643]</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],
           ...,
           [ 5.42216106e+02,  3.94398647e+02,  1.86394959e+02, ...,
            -1.31700746e-02, -2.52933079e-03, -5.73508083e-04],
           [ 5.50908455e+02,  4.00897957e+02,  1.90141406e+02, ...,
             6.86820894e-02, -1.71182813e-02, -1.24195631e-02],
           [ 5.57938604e+02,  4.08406563e+02,  1.93130782e+02, ...,
             7.96330360e-02, -7.47520790e-03,  1.45865755e-02]])</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.03042 -0.002063</div><input id='attrs-79e6f474-d9a7-43be-b2dd-73b10a320960' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-79e6f474-d9a7-43be-b2dd-73b10a320960' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e7c5d2e9-6bba-4cc1-a7b0-bb03ac76664b' class='xr-var-data-in' type='checkbox'><label for='data-e7c5d2e9-6bba-4cc1-a7b0-bb03ac76664b' 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>[-5313.72228718  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],
           ...,
           [-4.52940684e+01, -6.65636045e+01, -2.97718636e+01, ...,
            -2.63797788e-02,  3.21954234e-02,  4.17171694e-02],
           [-1.94639446e+01, -5.07759286e+01, -2.40751019e+01, ...,
            -4.84998107e-02,  2.73853295e-03, -6.23133464e-03],
           [-1.18359366e+01, -4.44468235e+01, -2.04375364e+01, ...,
            -4.09910651e-02, -3.04249470e-02, -2.06257274e-03]])</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.0007453 6.37e-05</div><input id='attrs-4e68da84-ac4d-45fb-b903-dd95586b25f3' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-4e68da84-ac4d-45fb-b903-dd95586b25f3' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-dda482f0-e85e-4bd7-b264-35a5f8f51887' class='xr-var-data-in' type='checkbox'><label for='data-dda482f0-e85e-4bd7-b264-35a5f8f51887' 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>[-34244.4055349    2087.55855335]</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],
           ...,
           [ 5.76543241e+02,  5.17413334e+02,  3.10125809e+02, ...,
             1.90772693e-03,  2.70410755e-03, -2.26906861e-03],
           [ 5.80317593e+02,  5.17894175e+02,  3.10183801e+02, ...,
             3.34269069e-02,  4.58110280e-03,  1.07434655e-03],
           [ 6.02924244e+02,  5.34682760e+02,  3.17873075e+02, ...,
             1.52813563e-02,  7.45325268e-04,  6.36986235e-05]])</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 ... 25 25 25 25 25 25</div><input id='attrs-39734c5a-fc65-48fe-9268-f5e7803c2fc4' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-39734c5a-fc65-48fe-9268-f5e7803c2fc4' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-98b2bbbe-39d2-46fb-a064-a8af2f3565b1' class='xr-var-data-in' type='checkbox'><label for='data-98b2bbbe-39d2-46fb-a064-a8af2f3565b1' 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 25]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([ 1,  1,  1, ..., 25, 25, 25])</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-e131155e-ec18-471f-9994-bec50b9662ea' class='xr-section-summary-in' type='checkbox'  checked><label for='section-e131155e-ec18-471f-9994-bec50b9662ea' class='xr-section-summary' >Attributes: <span>(5)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><dl class='xr-attrs'><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 49-50

Save to NetCDF file

.. GENERATED FROM PYTHON SOURCE LINES 50-53

.. code-block:: Python

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








.. GENERATED FROM PYTHON SOURCE LINES 54-55

Reading back in

.. GENERATED FROM PYTHON SOURCE LINES 55-57

.. code-block:: Python

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








.. GENERATED FROM PYTHON SOURCE LINES 58-59

Plotting

.. GENERATED FROM PYTHON SOURCE LINES 59-66

.. 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_csv_loupe_to_netcdf_001.png
   :alt: spatial_ref = 0.0
   :srcset: /examples/Creating_GS_Files/images/sphx_glr_plot_csv_loupe_to_netcdf_001.png
   :class: sphx-glr-single-img






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

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


.. _sphx_glr_download_examples_Creating_GS_Files_plot_csv_loupe_to_netcdf.py:

.. only:: html

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

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

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

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

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

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

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


.. only:: html

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

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