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

.. only:: html

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

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

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

.. _sphx_glr_examples_Creating_GS_Files_plot_loupe_csv.py:


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

.. GENERATED FROM PYTHON SOURCE LINES 7-12

.. code-block:: Python

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








.. GENERATED FROM PYTHON SOURCE LINES 13-15

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

.. GENERATED FROM PYTHON SOURCE LINES 17-18

Initialize the Survey

.. GENERATED FROM PYTHON SOURCE LINES 18-34

.. code-block:: Python


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

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

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

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

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






.. raw:: html

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

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

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

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

    .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);
      border: 2px solid transparent !important;
    }

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

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

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

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

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

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

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

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

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

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

    .xr-section-summary,
    .xr-section-inline-details {
      padding-top: 4px;
      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);
      border-color: var(--xr-background-color-row-odd);
      margin-bottom: 0;
      padding-top: 2px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .xr-var-attrs-in:checked + label > .xr-icon-file-text2,
    .xr-var-data-in:checked + label > .xr-icon-database,
    .xr-index-data-in:checked + label > .xr-icon-database {
      color: var(--xr-font-color0);
      filter: drop-shadow(1px 1px 5px var(--xr-font-color2));
      stroke-width: 0.8px;
    }
    </style><pre class='xr-text-repr-fallback'>&lt;xarray.DatasetView&gt; Size: 2MB
    Dimensions:       (index: 2474, gate_times: 23)
    Coordinates:
        spatial_ref   float64 8B 0.0
      * index         (index) int32 10kB 0 1 2 3 4 5 ... 2469 2470 2471 2472 2473
        x             (index) float64 20kB 5.248e+05 5.248e+05 ... 5.246e+05
        y             (index) float64 20kB 4.583e+06 4.583e+06 ... 4.583e+06
        z             (index) float64 20kB 211.5 211.5 211.5 ... 211.0 211.1 211.1
      * gate_times    (gate_times) float64 184B 1.297e-05 1.495e-05 ... 0.002183
    Data variables: (12/45)
        fid           (index) object 20kB &#x27;1&#x27; &#x27;2&#x27; &#x27;3&#x27; &#x27;4&#x27; ... &#x27;2961&#x27; &#x27;2962&#x27; &#x27;2963&#x27;
        acq           (index) float64 20kB 1.0 1.0 1.0 1.0 1.0 ... 6.0 6.0 6.0 6.0
        acq_rdg       (index) float64 20kB 0.0 1.0 2.0 3.0 ... 424.0 425.0 426.0
        acq_time      (index) object 20kB &#x27;20230808T175252.504075397Z&#x27; ... &#x27;20230...
        time          (index) object 20kB &#x27;20230808T175253.000000000Z&#x27; ... &#x27;20230...
        ts            (index) float64 20kB 1.692e+09 1.692e+09 ... 1.692e+09
        ...            ...
        y_powerphase  (index) float64 20kB 1.006 1.07 1.008 ... -2.718 -2.558 -2.693
        z_powerphase  (index) float64 20kB 1.663 1.679 1.748 ... 1.081 0.9304 0.8736
        X_CH          (index, gate_times) float64 455kB 491.5 357.4 ... 0.001494
        Y_CH          (index, gate_times) float64 455kB -6.219 6.26 ... -0.0268
        Z_CH          (index, gate_times) float64 455kB 499.8 434.7 ... 0.01253
        line          (index) int64 20kB 1 1 1 1 1 1 1 1 1 1 ... 6 6 6 6 6 6 6 6 6 6
    Attributes:
        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-d2c5e2eb-51ee-43f7-aff9-364883e4b49e' class='xr-section-summary-in' type='checkbox'  ><label for='section-d2c5e2eb-51ee-43f7-aff9-364883e4b49e' 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,
        var(--pst-color-text-base rgba(0, 0, 0, 1))
      );
      --xr-font-color2: var(
        --jp-content-font-color2,
        var(--pst-color-text-base, rgba(0, 0, 0, 0.54))
      );
      --xr-font-color3: var(
        --jp-content-font-color3,
        var(--pst-color-text-base, rgba(0, 0, 0, 0.38))
      );
      --xr-border-color: var(
        --jp-border-color2,
        hsl(from var(--pst-color-on-background, white) h s calc(l - 10))
      );
      --xr-disabled-color: var(
        --jp-layout-color3,
        hsl(from var(--pst-color-on-background, white) h s calc(l - 40))
      );
      --xr-background-color: var(
        --jp-layout-color0,
        var(--pst-color-on-background, white)
      );
      --xr-background-color-row-even: var(
        --jp-layout-color1,
        hsl(from var(--pst-color-on-background, white) h s calc(l - 5))
      );
      --xr-background-color-row-odd: var(
        --jp-layout-color2,
        hsl(from var(--pst-color-on-background, white) h s calc(l - 15))
      );
    }

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

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

    .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);
      border: 2px solid transparent !important;
    }

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

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

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

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

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

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

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

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

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

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

    .xr-section-summary,
    .xr-section-inline-details {
      padding-top: 4px;
      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);
      border-color: var(--xr-background-color-row-odd);
      margin-bottom: 0;
      padding-top: 2px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .xr-var-attrs-in:checked + label > .xr-icon-file-text2,
    .xr-var-data-in:checked + label > .xr-icon-database,
    .xr-index-data-in:checked + label > .xr-icon-database {
      color: var(--xr-font-color0);
      filter: drop-shadow(1px 1px 5px var(--xr-font-color2));
      stroke-width: 0.8px;
    }
    </style><pre class='xr-text-repr-fallback'>&lt;xarray.DatasetView&gt; Size: 12kB
    Dimensions:                              (index: 2474, gate_times: 23, nv: 2,
                                              n_loop_vertices: 8, xyz: 3,
                                              n_transmitter: 1, waveform_time: 4,
                                              n_receiver: 3, n_component: 3)
    Coordinates:
      * index                                (index) int32 10kB 0 1 2 ... 2472 2473
      * gate_times                           (gate_times) float64 184B 1.297e-05 ...
      * nv                                   (nv) int64 16B 0 1
      * n_loop_vertices                      (n_loop_vertices) int64 64B 0 1 ... 6 7
      * xyz                                  (xyz) int64 24B 0 1 2
      * n_transmitter                        (n_transmitter) int64 8B 0
      * waveform_time                        (waveform_time) &lt;U32 512B &#x27;-0.002777...
      * n_receiver                           (n_receiver) int64 24B 0 1 2
      * n_component                          (n_component) int64 24B 0 1 2
    Data variables: (12/35)
        gate_times_bnds                      (gate_times, nv) float64 368B 1.098e...
        n_loop_vertices_bnds                 (n_loop_vertices, nv) float64 128B -...
        xyz_bnds                             (xyz, nv) float64 48B -0.5 0.5 ... 2.5
        transmitter_label                    (n_transmitter) &lt;U1 4B &#x27;z&#x27;
        transmitter_number_of_turns          (n_transmitter) int64 8B 13
        transmitter_coordinates              (n_transmitter, n_loop_vertices, xyz) float64 192B ...
        ...                                   ...
        component_txrx_dx                    (n_component) float64 24B -10.0 ... ...
        component_txrx_dy                    (n_component) float64 24B 0.0 0.0 0.0
        component_txrx_dz                    (n_component) float64 24B -0.75 ... ...
        component_data_type                  (n_component) &lt;U4 48B &#x27;dBdt&#x27; ... &#x27;dBdt&#x27;
        component_gate_times                 (n_component) &lt;U10 120B &#x27;gate_times&#x27;...
        sample_rate                          object 8B None
    Attributes:
        type:                    system
        mode:                    ground
        method:                  electromagnetic
        submethod:               time domain
        instrument:              loupe
        name:                    loupe_system
        data_normalized:         True
        reference_frame:         right-handed positive down
        sample_rate:             0.1
        digitization_frequency:  504000.0
        stacks:                  360
        powerline_frequency:     60.0</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>loupe_system</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-ea64b999-14a8-4398-8034-b6e5bb9f52da' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-ea64b999-14a8-4398-8034-b6e5bb9f52da' 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-bd6aa813-13dc-4b86-a80b-aedf980d8fa4' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-bd6aa813-13dc-4b86-a80b-aedf980d8fa4' class='xr-section-summary'  title='Expand/collapse section'>Dimensions:</label><div class='xr-section-inline-details'><ul class='xr-dim-list'><li><span class='xr-has-index'>index</span>: 2474</li><li><span class='xr-has-index'>gate_times</span>: 23</li><li><span class='xr-has-index'>nv</span>: 2</li><li><span class='xr-has-index'>n_loop_vertices</span>: 8</li><li><span class='xr-has-index'>xyz</span>: 3</li><li><span class='xr-has-index'>n_transmitter</span>: 1</li><li><span class='xr-has-index'>waveform_time</span>: 4</li><li><span class='xr-has-index'>n_receiver</span>: 3</li><li><span class='xr-has-index'>n_component</span>: 3</li></ul></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-ffdb9569-1cf2-4409-9832-7f06a81c9634' class='xr-section-summary-in' type='checkbox'  checked><label for='section-ffdb9569-1cf2-4409-9832-7f06a81c9634' 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-5d6928f1-6069-466f-ae41-77a638cfe9de' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-5d6928f1-6069-466f-ae41-77a638cfe9de' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-838e5ffd-79df-4d7b-80ea-fdb42fe706a4' class='xr-var-data-in' type='checkbox'><label for='data-838e5ffd-79df-4d7b-80ea-fdb42fe706a4' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>nv</dd><dt><span>long_name :</span></dt><dd>Number of vertices for bounding variables</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[0. 1.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([0, 1])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>n_loop_vertices</span></div><div class='xr-var-dims'>(n_loop_vertices)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>0 1 2 3 4 5 6 7</div><input id='attrs-5f0995e2-9cf9-4881-99f8-3bbd4bf498b5' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-5f0995e2-9cf9-4881-99f8-3bbd4bf498b5' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d0a974c1-9355-4c95-a73b-6faed0ad2a2f' class='xr-var-data-in' type='checkbox'><label for='data-d0a974c1-9355-4c95-a73b-6faed0ad2a2f' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>n_loop_vertices</dd><dt><span>long_name :</span></dt><dd>number of loop vertices</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[0. 7.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd><dt><span>bounds :</span></dt><dd>n_loop_vertices_bnds</dd></dl></div><div class='xr-var-data'><pre>array([0, 1, 2, 3, 4, 5, 6, 7])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>xyz</span></div><div class='xr-var-dims'>(xyz)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>0 1 2</div><input id='attrs-e7d47cfa-7ca7-4958-9e07-0c8c7a3cfbe6' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e7d47cfa-7ca7-4958-9e07-0c8c7a3cfbe6' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b0b8628e-4a74-41fb-93ed-ea2bf01e0909' class='xr-var-data-in' type='checkbox'><label for='data-b0b8628e-4a74-41fb-93ed-ea2bf01e0909' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>xyz</dd><dt><span>long_name :</span></dt><dd>coordinates of the loop vertices</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[0. 2.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd><dt><span>bounds :</span></dt><dd>xyz_bnds</dd></dl></div><div class='xr-var-data'><pre>array([0, 1, 2])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>n_transmitter</span></div><div class='xr-var-dims'>(n_transmitter)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>0</div><input id='attrs-8181b61f-97f1-4d6c-ac41-38af97b76a78' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-8181b61f-97f1-4d6c-ac41-38af97b76a78' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-cfceab0e-4898-41fd-9a49-1a093f3e7d01' class='xr-var-data-in' type='checkbox'><label for='data-cfceab0e-4898-41fd-9a49-1a093f3e7d01' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>n_transmitter</dd><dt><span>long_name :</span></dt><dd>Number of transmitters</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[0. 0.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([0])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>waveform_time</span></div><div class='xr-var-dims'>(waveform_time)</div><div class='xr-var-dtype'>&lt;U32</div><div class='xr-var-preview xr-preview'>&#x27;-0.00277778&#x27; ... &#x27;9e-06&#x27;</div><input id='attrs-082327dc-68ba-4519-86c7-ff96f62b381a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-082327dc-68ba-4519-86c7-ff96f62b381a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-97b1b5a1-b047-4f05-a435-8c5e63f3ec1d' class='xr-var-data-in' type='checkbox'><label for='data-97b1b5a1-b047-4f05-a435-8c5e63f3ec1d' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>label :</span></dt><dd>[&#x27;z&#x27;]</dd><dt><span>prefix :</span></dt><dd>transmitter</dd><dt><span>long_name :</span></dt><dd>waveform time</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>standard_name :</span></dt><dd>waveform_time</dd><dt><span>valid_range :</span></dt><dd>[-2.77778e-03  9.00000e-06]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;-0.00277778&#x27;, &#x27;-0.00276878&#x27;, &#x27;0.0&#x27;, &#x27;9e-06&#x27;], dtype=&#x27;&lt;U32&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>n_receiver</span></div><div class='xr-var-dims'>(n_receiver)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>0 1 2</div><input id='attrs-b81e90a2-4b64-4cc3-b57d-b7cf4b180d65' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b81e90a2-4b64-4cc3-b57d-b7cf4b180d65' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-2e222d64-76ff-458a-8f14-c9290a7e89f3' class='xr-var-data-in' type='checkbox'><label for='data-2e222d64-76ff-458a-8f14-c9290a7e89f3' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>n_receiver</dd><dt><span>long_name :</span></dt><dd>Number of receivers</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[0. 2.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([0, 1, 2])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>n_component</span></div><div class='xr-var-dims'>(n_component)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>0 1 2</div><input id='attrs-2aa6619a-1cc2-4d9a-9a61-3ec78bd117c8' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-2aa6619a-1cc2-4d9a-9a61-3ec78bd117c8' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-21659dd6-f4b6-4d38-ad29-3f2d74a5607b' class='xr-var-data-in' type='checkbox'><label for='data-21659dd6-f4b6-4d38-ad29-3f2d74a5607b' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>n_component</dd><dt><span>long_name :</span></dt><dd>Number of components</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[0. 2.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([0, 1, 2])</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-012f7981-0a81-4d46-b124-0b307fb27050' class='xr-section-summary-in' type='checkbox'  ><label for='section-012f7981-0a81-4d46-b124-0b307fb27050' class='xr-section-summary' >Data variables: <span>(35)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'><li class='xr-var-item'><div class='xr-var-name'><span>gate_times_bnds</span></div><div class='xr-var-dims'>(gate_times, nv)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.098e-05 1.495e-05 ... 0.002557</div><input id='attrs-01a4bbe3-62d8-44f3-85f9-446fd7629f49' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-01a4bbe3-62d8-44f3-85f9-446fd7629f49' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-946d6941-bd72-47a4-a70c-9cac25f52311' class='xr-var-data-in' type='checkbox'><label for='data-946d6941-bd72-47a4-a70c-9cac25f52311' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>gate_times_bounds</dd><dt><span>long_name :</span></dt><dd>receiver gate times cell boundaries</dd><dt><span>units :</span></dt><dd>seconds</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[1.09800e-05 2.55662e-03]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([[1.09800e-05, 1.49500e-05],
           [1.29700e-05, 1.69400e-05],
           [1.49500e-05, 1.89200e-05],
           [1.69400e-05, 2.09000e-05],
           [1.89200e-05, 2.28900e-05],
           [2.09000e-05, 2.88400e-05],
           [2.68600e-05, 3.47900e-05],
           [3.28100e-05, 4.47100e-05],
           [4.07500e-05, 5.66200e-05],
           [5.26500e-05, 7.24900e-05],
           [6.65400e-05, 9.03500e-05],
           [8.63800e-05, 1.18130e-04],
           [1.12170e-04, 1.55830e-04],
           [1.45900e-04, 2.01460e-04],
           [1.91540e-04, 2.66940e-04],
           [2.53050e-04, 3.52250e-04],
           [3.32410e-04, 4.67330e-04],
           [4.39560e-04, 6.22100e-04],
           [5.82410e-04, 8.22490e-04],
           [7.72890e-04, 1.09233e-03],
           [1.02487e-03, 1.44948e-03],
           [1.36019e-03, 1.92567e-03],
           [1.80860e-03, 2.55662e-03]])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>n_loop_vertices_bnds</span></div><div class='xr-var-dims'>(n_loop_vertices, nv)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-0.5 0.5 0.5 1.5 ... 6.5 6.5 7.5</div><input id='attrs-13a2fb78-e441-436d-be7c-d4e3bb19b0d0' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-13a2fb78-e441-436d-be7c-d4e3bb19b0d0' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a282b028-bda4-4de2-8c61-bbe796b4087d' class='xr-var-data-in' type='checkbox'><label for='data-a282b028-bda4-4de2-8c61-bbe796b4087d' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>n_loop_vertices_bounds</dd><dt><span>long_name :</span></dt><dd>number of loop vertices cell boundaries</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[-0.5  7.5]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([[-0.5,  0.5],
           [ 0.5,  1.5],
           [ 1.5,  2.5],
           [ 2.5,  3.5],
           [ 3.5,  4.5],
           [ 4.5,  5.5],
           [ 5.5,  6.5],
           [ 6.5,  7.5]])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>xyz_bnds</span></div><div class='xr-var-dims'>(xyz, nv)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-0.5 0.5 0.5 1.5 1.5 2.5</div><input id='attrs-147f3438-20b6-4e09-a7d5-aec33ddd85f8' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-147f3438-20b6-4e09-a7d5-aec33ddd85f8' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-54ef5fea-f645-43b5-95ab-6cf4bf711d9c' class='xr-var-data-in' type='checkbox'><label for='data-54ef5fea-f645-43b5-95ab-6cf4bf711d9c' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>xyz_bounds</dd><dt><span>long_name :</span></dt><dd>coordinates of the loop vertices cell boundaries</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[-0.5  2.5]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([[-0.5,  0.5],
           [ 0.5,  1.5],
           [ 1.5,  2.5]])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>transmitter_label</span></div><div class='xr-var-dims'>(n_transmitter)</div><div class='xr-var-dtype'>&lt;U1</div><div class='xr-var-preview xr-preview'>&#x27;z&#x27;</div><input id='attrs-26770b84-1ba6-4954-bfe1-ea6a54c567cf' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-26770b84-1ba6-4954-bfe1-ea6a54c567cf' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-de5493e8-4301-435e-a16c-cd0a2fdb84af' class='xr-var-data-in' type='checkbox'><label for='data-de5493e8-4301-435e-a16c-cd0a2fdb84af' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;z&#x27;], dtype=&#x27;&lt;U1&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>transmitter_number_of_turns</span></div><div class='xr-var-dims'>(n_transmitter)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>13</div><input id='attrs-99e8405c-feb6-4aed-9542-3c40a21a9131' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-99e8405c-feb6-4aed-9542-3c40a21a9131' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-c3bc4196-5e2b-48fb-90d8-b164d7331043' class='xr-var-data-in' type='checkbox'><label for='data-c3bc4196-5e2b-48fb-90d8-b164d7331043' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[13. 13.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([13])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>transmitter_coordinates</span></div><div class='xr-var-dims'>(n_transmitter, n_loop_vertices, xyz)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.33 0.14 0.0 ... 0.33 -0.14 0.0</div><input id='attrs-a5ac6ff3-1473-435f-a0ae-e3b89043a42b' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-a5ac6ff3-1473-435f-a0ae-e3b89043a42b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-0c24d0fb-cf26-47ef-8f43-e85d19f8115a' class='xr-var-data-in' type='checkbox'><label for='data-0c24d0fb-cf26-47ef-8f43-e85d19f8115a' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[-0.33  0.33]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([[[ 0.33,  0.14,  0.  ],
            [ 0.14,  0.33,  0.  ],
            [-0.14,  0.33,  0.  ],
            [-0.33,  0.14,  0.  ],
            [-0.33, -0.14,  0.  ],
            [-0.14, -0.33,  0.  ],
            [ 0.14, -0.33,  0.  ],
            [ 0.33, -0.14,  0.  ]]])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>transmitter_area</span></div><div class='xr-var-dims'>()</div><div class='xr-var-dtype'>object</div><div class='xr-var-preview xr-preview'>None</div><input id='attrs-e9d57945-4a30-4844-97e9-a6b4fcb85f9e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e9d57945-4a30-4844-97e9-a6b4fcb85f9e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-79308842-0738-462c-820b-45e95c2c81fc' class='xr-var-data-in' type='checkbox'><label for='data-79308842-0738-462c-820b-45e95c2c81fc' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>units :</span></dt><dd>m^2</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array(None, dtype=object)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>transmitter_waveform_type</span></div><div class='xr-var-dims'>(n_transmitter)</div><div class='xr-var-dtype'>&lt;U9</div><div class='xr-var-preview xr-preview'>&#x27;trapezoid&#x27;</div><input id='attrs-792efabf-eabf-4b0b-b92c-b153ff669bd9' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-792efabf-eabf-4b0b-b92c-b153ff669bd9' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a1bb08e6-f6ba-4f39-b005-3b4cc945ea15' class='xr-var-data-in' type='checkbox'><label for='data-a1bb08e6-f6ba-4f39-b005-3b4cc945ea15' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;trapezoid&#x27;], dtype=&#x27;&lt;U9&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>transmitter_waveform_current</span></div><div class='xr-var-dims'>(waveform_time)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.0 1.0 1.0 0.0</div><input id='attrs-cce8e094-a83e-4053-bf14-527ed7055c9d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-cce8e094-a83e-4053-bf14-527ed7055c9d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-95df3683-b411-496c-81b5-63518dcd7124' class='xr-var-data-in' type='checkbox'><label for='data-95df3683-b411-496c-81b5-63518dcd7124' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[0. 1.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([0., 1., 1., 0.])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>transmitter_current_scale_factor</span></div><div class='xr-var-dims'>(n_transmitter)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.0</div><input id='attrs-830394cd-09b4-4bff-884d-e8c7c3dc3037' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-830394cd-09b4-4bff-884d-e8c7c3dc3037' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b9e0a9f3-99ba-4fe4-8682-5e478c76ffe7' class='xr-var-data-in' type='checkbox'><label for='data-b9e0a9f3-99ba-4fe4-8682-5e478c76ffe7' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[1. 1.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([1.])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>transmitter_peak_current</span></div><div class='xr-var-dims'>(n_transmitter)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>20.0</div><input id='attrs-1d555dcb-c1ac-443b-bf47-2ca4d3b4f8b6' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-1d555dcb-c1ac-443b-bf47-2ca4d3b4f8b6' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-137e0e40-7506-4a63-9847-2bc4c87fbc8c' class='xr-var-data-in' type='checkbox'><label for='data-137e0e40-7506-4a63-9847-2bc4c87fbc8c' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[20. 20.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([20.])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>transmitter_moment</span></div><div class='xr-var-dims'>(n_transmitter)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>94.42</div><input id='attrs-3c380f8e-28c7-41f0-ae47-1b9ec0f9f6b5' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3c380f8e-28c7-41f0-ae47-1b9ec0f9f6b5' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-6c861c5e-78a4-4275-bbaa-9d7899aa0dfa' class='xr-var-data-in' type='checkbox'><label for='data-6c861c5e-78a4-4275-bbaa-9d7899aa0dfa' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[94.42 94.42]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([94.42])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>transmitter_base_frequency</span></div><div class='xr-var-dims'>(n_transmitter)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>90.0</div><input id='attrs-ac24b5b4-14e7-42b2-b4ca-6dc3d90f63cd' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ac24b5b4-14e7-42b2-b4ca-6dc3d90f63cd' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-78484803-6642-43fc-b83b-e426ecae075f' class='xr-var-data-in' type='checkbox'><label for='data-78484803-6642-43fc-b83b-e426ecae075f' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[90. 90.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([90.])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>transmitter_on_time</span></div><div class='xr-var-dims'>(n_transmitter)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.002769</div><input id='attrs-8d5c665c-72e4-4264-b237-cc808cdb964a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-8d5c665c-72e4-4264-b237-cc808cdb964a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9931d7b6-eb59-48c6-a8b4-3bfabdd892c4' class='xr-var-data-in' type='checkbox'><label for='data-9931d7b6-eb59-48c6-a8b4-3bfabdd892c4' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[0.00276878 0.00276878]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([0.00276878])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>transmitter_off_time</span></div><div class='xr-var-dims'>(n_transmitter)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.002787</div><input id='attrs-a2dfb01c-b8c8-453f-9f36-52529f909fb4' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-a2dfb01c-b8c8-453f-9f36-52529f909fb4' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f0889df8-ca28-422b-ba62-5085d98f283c' class='xr-var-data-in' type='checkbox'><label for='data-f0889df8-ca28-422b-ba62-5085d98f283c' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[0.00278678 0.00278678]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([0.00278678])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>transmitter_orientation</span></div><div class='xr-var-dims'>(n_transmitter)</div><div class='xr-var-dtype'>&lt;U1</div><div class='xr-var-preview xr-preview'>&#x27;z&#x27;</div><input id='attrs-b310d7b4-a0df-43a1-bf37-21d69c75c75a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b310d7b4-a0df-43a1-bf37-21d69c75c75a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-92513e09-22a4-4c46-bfc9-ebc4883b635e' class='xr-var-data-in' type='checkbox'><label for='data-92513e09-22a4-4c46-bfc9-ebc4883b635e' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;z&#x27;], dtype=&#x27;&lt;U1&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>transmitter_height</span></div><div class='xr-var-dims'>(n_transmitter)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.0</div><input id='attrs-9329406f-3ff6-4bdd-8b06-a64468c38568' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-9329406f-3ff6-4bdd-8b06-a64468c38568' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-976bfc4a-8d08-4ac4-bf54-2b33297c1c2c' class='xr-var-data-in' type='checkbox'><label for='data-976bfc4a-8d08-4ac4-bf54-2b33297c1c2c' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[1. 1.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([1.])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>receiver_label</span></div><div class='xr-var-dims'>(n_receiver)</div><div class='xr-var-dtype'>&lt;U1</div><div class='xr-var-preview xr-preview'>&#x27;x&#x27; &#x27;y&#x27; &#x27;z&#x27;</div><input id='attrs-9545e5d9-e93d-409e-ba57-4d0931a1eb5e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-9545e5d9-e93d-409e-ba57-4d0931a1eb5e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d1008762-a0c2-472d-be60-cb0c6c910dd8' class='xr-var-data-in' type='checkbox'><label for='data-d1008762-a0c2-472d-be60-cb0c6c910dd8' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;x&#x27;, &#x27;y&#x27;, &#x27;z&#x27;], dtype=&#x27;&lt;U1&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>receiver_orientation</span></div><div class='xr-var-dims'>(n_receiver)</div><div class='xr-var-dtype'>&lt;U1</div><div class='xr-var-preview xr-preview'>&#x27;x&#x27; &#x27;y&#x27; &#x27;z&#x27;</div><input id='attrs-bdd3594a-2518-468e-a572-96424e23a97d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-bdd3594a-2518-468e-a572-96424e23a97d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-c23652b1-7f50-4086-8063-187171e84baf' class='xr-var-data-in' type='checkbox'><label for='data-c23652b1-7f50-4086-8063-187171e84baf' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;x&#x27;, &#x27;y&#x27;, &#x27;z&#x27;], dtype=&#x27;&lt;U1&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>receiver_coil_low_pass_filter</span></div><div class='xr-var-dims'>(n_receiver)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1e+05 1e+05 1e+05</div><input id='attrs-5800e037-5ed6-4e4d-a7ed-87dd99f7e55f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-5800e037-5ed6-4e4d-a7ed-87dd99f7e55f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-6066af7e-e72a-4d9c-a456-ccc202cce3f8' class='xr-var-data-in' type='checkbox'><label for='data-6066af7e-e72a-4d9c-a456-ccc202cce3f8' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[100000. 100000.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([100000., 100000., 100000.])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>receiver_instrument_low_pass_filter</span></div><div class='xr-var-dims'>(n_receiver)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>2.5e+05 2.5e+05 2.5e+05</div><input id='attrs-d4700241-c4d0-4fe4-b57f-73bf7c9f4c68' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d4700241-c4d0-4fe4-b57f-73bf7c9f4c68' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d01d3e90-5498-45c7-8968-2d58f3d566f7' class='xr-var-data-in' type='checkbox'><label for='data-d01d3e90-5498-45c7-8968-2d58f3d566f7' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[250000. 250000.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([250000., 250000., 250000.])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>receiver_area</span></div><div class='xr-var-dims'>(n_receiver)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>200.0 200.0 200.0</div><input id='attrs-9f1a8c43-88cb-4ca0-8bea-c68435bec187' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-9f1a8c43-88cb-4ca0-8bea-c68435bec187' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-0d877dd2-d87b-42d8-a154-844d9c808042' class='xr-var-data-in' type='checkbox'><label for='data-0d877dd2-d87b-42d8-a154-844d9c808042' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[200. 200.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([200., 200., 200.])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>receiver_delay_time</span></div><div class='xr-var-dims'>(n_receiver)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>4.58e-06 4.58e-06 4.58e-06</div><input id='attrs-4e0d4bce-192e-423e-9f30-6a5070f8a9e7' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-4e0d4bce-192e-423e-9f30-6a5070f8a9e7' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-497bd880-a75d-4179-aa7d-4e13fbec54d2' class='xr-var-data-in' type='checkbox'><label for='data-497bd880-a75d-4179-aa7d-4e13fbec54d2' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[4.58e-06 4.58e-06]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([4.58e-06, 4.58e-06, 4.58e-06])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>receiver_height</span></div><div class='xr-var-dims'>(n_receiver)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.75 1.75 1.75</div><input id='attrs-c788dc61-240a-4b4c-b28b-a59765a709a2' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-c788dc61-240a-4b4c-b28b-a59765a709a2' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-4369b13c-f078-462c-8eb7-2c86e925295d' class='xr-var-data-in' type='checkbox'><label for='data-4369b13c-f078-462c-8eb7-2c86e925295d' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[1.75 1.75]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([1.75, 1.75, 1.75])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>receiver_gain</span></div><div class='xr-var-dims'>(n_receiver)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>10 10 10</div><input id='attrs-b225153f-b0e9-4b80-8f21-9f5f1dcc22a0' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b225153f-b0e9-4b80-8f21-9f5f1dcc22a0' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-967d68ba-1187-410e-9684-96f078cd8157' class='xr-var-data-in' type='checkbox'><label for='data-967d68ba-1187-410e-9684-96f078cd8157' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[10. 10.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([10, 10, 10])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>component_label</span></div><div class='xr-var-dims'>(n_component)</div><div class='xr-var-dtype'>&lt;U3</div><div class='xr-var-preview xr-preview'>&#x27;z_x&#x27; &#x27;z_y&#x27; &#x27;z_z&#x27;</div><input id='attrs-e9c06023-87e3-48fa-892b-f4fa61dc1c3f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e9c06023-87e3-48fa-892b-f4fa61dc1c3f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-85fc3e51-3968-4fc2-a749-509cd8b8ebf3' class='xr-var-data-in' type='checkbox'><label for='data-85fc3e51-3968-4fc2-a749-509cd8b8ebf3' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;z_x&#x27;, &#x27;z_y&#x27;, &#x27;z_z&#x27;], dtype=&#x27;&lt;U3&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>component_transmitters</span></div><div class='xr-var-dims'>(n_component)</div><div class='xr-var-dtype'>&lt;U1</div><div class='xr-var-preview xr-preview'>&#x27;z&#x27; &#x27;z&#x27; &#x27;z&#x27;</div><input id='attrs-f0b6ba20-87b9-407d-9f5c-ef7873baacb6' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f0b6ba20-87b9-407d-9f5c-ef7873baacb6' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-16fcc8fb-a212-4a75-ab53-aec6ea617420' class='xr-var-data-in' type='checkbox'><label for='data-16fcc8fb-a212-4a75-ab53-aec6ea617420' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;z&#x27;, &#x27;z&#x27;, &#x27;z&#x27;], dtype=&#x27;&lt;U1&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>component_receivers</span></div><div class='xr-var-dims'>(n_component)</div><div class='xr-var-dtype'>&lt;U1</div><div class='xr-var-preview xr-preview'>&#x27;x&#x27; &#x27;y&#x27; &#x27;z&#x27;</div><input id='attrs-634ee556-b683-4b0b-aa68-620ba99abaae' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-634ee556-b683-4b0b-aa68-620ba99abaae' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-5bf69b24-8f18-4af7-ad94-0a91440bb859' class='xr-var-data-in' type='checkbox'><label for='data-5bf69b24-8f18-4af7-ad94-0a91440bb859' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;x&#x27;, &#x27;y&#x27;, &#x27;z&#x27;], dtype=&#x27;&lt;U1&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>component_sample_rate</span></div><div class='xr-var-dims'>(n_component)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.0 1.0 1.0</div><input id='attrs-c2253c7f-2bfa-49cb-8a22-d190a8126d72' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-c2253c7f-2bfa-49cb-8a22-d190a8126d72' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-2c7f7814-4cc7-42fe-86ac-c46d535907ba' class='xr-var-data-in' type='checkbox'><label for='data-2c7f7814-4cc7-42fe-86ac-c46d535907ba' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[1. 1.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([1., 1., 1.])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>component_txrx_dx</span></div><div class='xr-var-dims'>(n_component)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-10.0 -10.0 -10.0</div><input id='attrs-4ff20106-28da-45a7-a35a-c601a89a0ba5' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-4ff20106-28da-45a7-a35a-c601a89a0ba5' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d3ce49f2-ceae-44c2-b48f-b9c98025acaf' class='xr-var-data-in' type='checkbox'><label for='data-d3ce49f2-ceae-44c2-b48f-b9c98025acaf' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[-10. -10.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([-10., -10., -10.])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>component_txrx_dy</span></div><div class='xr-var-dims'>(n_component)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.0 0.0 0.0</div><input id='attrs-ed151de5-8af5-4e42-b2e7-027313409bd3' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ed151de5-8af5-4e42-b2e7-027313409bd3' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-ee46106c-a585-4125-b5c2-53e4a55fbbc4' class='xr-var-data-in' type='checkbox'><label for='data-ee46106c-a585-4125-b5c2-53e4a55fbbc4' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[0. 0.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([0., 0., 0.])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>component_txrx_dz</span></div><div class='xr-var-dims'>(n_component)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-0.75 -0.75 -0.75</div><input id='attrs-c497bc40-0764-47f4-a48f-0eadda046836' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-c497bc40-0764-47f4-a48f-0eadda046836' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-db768b73-887d-4cb8-baff-0a40319887a9' class='xr-var-data-in' type='checkbox'><label for='data-db768b73-887d-4cb8-baff-0a40319887a9' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>valid_range :</span></dt><dd>[-0.75 -0.75]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([-0.75, -0.75, -0.75])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>component_data_type</span></div><div class='xr-var-dims'>(n_component)</div><div class='xr-var-dtype'>&lt;U4</div><div class='xr-var-preview xr-preview'>&#x27;dBdt&#x27; &#x27;dBdt&#x27; &#x27;dBdt&#x27;</div><input id='attrs-badc7870-ddb9-4fae-a82e-cd822d1b29ef' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-badc7870-ddb9-4fae-a82e-cd822d1b29ef' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-7cd400e0-96e1-48c5-a869-b3b00abd137c' class='xr-var-data-in' type='checkbox'><label for='data-7cd400e0-96e1-48c5-a869-b3b00abd137c' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;dBdt&#x27;, &#x27;dBdt&#x27;, &#x27;dBdt&#x27;], dtype=&#x27;&lt;U4&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>component_gate_times</span></div><div class='xr-var-dims'>(n_component)</div><div class='xr-var-dtype'>&lt;U10</div><div class='xr-var-preview xr-preview'>&#x27;gate_times&#x27; ... &#x27;gate_times&#x27;</div><input id='attrs-b7dfb67a-e9c8-490c-b71f-00e70286c639' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b7dfb67a-e9c8-490c-b71f-00e70286c639' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-ccadfb0a-c6bf-4bb6-affa-da5f50d9f563' class='xr-var-data-in' type='checkbox'><label for='data-ccadfb0a-c6bf-4bb6-affa-da5f50d9f563' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;gate_times&#x27;, &#x27;gate_times&#x27;, &#x27;gate_times&#x27;], dtype=&#x27;&lt;U10&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>sample_rate</span></div><div class='xr-var-dims'>()</div><div class='xr-var-dtype'>object</div><div class='xr-var-preview xr-preview'>None</div><input id='attrs-f89b8153-1b80-4800-8992-c07d10ea977b' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f89b8153-1b80-4800-8992-c07d10ea977b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-bab51e0c-cff7-4807-851c-24d47fae3dbd' class='xr-var-data-in' type='checkbox'><label for='data-bab51e0c-cff7-4807-851c-24d47fae3dbd' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>units :</span></dt><dd>s</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array(None, dtype=object)</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-fc05cb7f-1c9d-4749-bbcc-ae44228e5c82' class='xr-section-summary-in' type='checkbox'  ><label for='section-fc05cb7f-1c9d-4749-bbcc-ae44228e5c82' class='xr-section-summary' >Attributes: <span>(12)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><dl class='xr-attrs'><dt><span>type :</span></dt><dd>system</dd><dt><span>mode :</span></dt><dd>ground</dd><dt><span>method :</span></dt><dd>electromagnetic</dd><dt><span>submethod :</span></dt><dd>time domain</dd><dt><span>instrument :</span></dt><dd>loupe</dd><dt><span>name :</span></dt><dd>loupe_system</dd><dt><span>data_normalized :</span></dt><dd>True</dd><dt><span>reference_frame :</span></dt><dd>right-handed positive down</dd><dt><span>sample_rate :</span></dt><dd>0.1</dd><dt><span>digitization_frequency :</span></dt><dd>504000.0</dd><dt><span>stacks :</span></dt><dd>360</dd><dt><span>powerline_frequency :</span></dt><dd>60.0</dd></dl></div></li></ul></div></div></div></div></div></div></li><li class='xr-section-item'><input id='section-964d498c-3e0a-4723-b754-2e738684842d' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-964d498c-3e0a-4723-b754-2e738684842d' class='xr-section-summary'  title='Expand/collapse section'>Dimensions:</label><div class='xr-section-inline-details'><ul class='xr-dim-list'><li><span class='xr-has-index'>index</span>: 2474</li><li><span class='xr-has-index'>gate_times</span>: 23</li></ul></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-7259c151-d988-480a-9132-b08253859cfe' class='xr-section-summary-in' type='checkbox'  checked><label for='section-7259c151-d988-480a-9132-b08253859cfe' 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-28709ec9-e660-4a57-9c32-a77bd066f969' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-28709ec9-e660-4a57-9c32-a77bd066f969' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-c393e1ce-fb82-4aa0-9336-353304882736' class='xr-var-data-in' type='checkbox'><label for='data-c393e1ce-fb82-4aa0-9336-353304882736' 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 4 ... 2470 2471 2472 2473</div><input id='attrs-cea85f95-2bce-44cf-b2ed-e2d430722011' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-cea85f95-2bce-44cf-b2ed-e2d430722011' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b9a0a04a-842c-40b0-bd22-b2ad1fa88429' class='xr-var-data-in' type='checkbox'><label for='data-b9a0a04a-842c-40b0-bd22-b2ad1fa88429' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>index</dd><dt><span>long_name :</span></dt><dd>Index of individual data points</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[   0. 2473.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([   0,    1,    2, ..., 2471, 2472, 2473], shape=(2474,), dtype=int32)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>x</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>5.248e+05 5.248e+05 ... 5.246e+05</div><input id='attrs-6fdf9c0b-e2a3-40f6-bcec-bcc6d0dd87b0' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6fdf9c0b-e2a3-40f6-bcec-bcc6d0dd87b0' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1f6b95f0-a16d-4212-a038-1b9739667354' class='xr-var-data-in' type='checkbox'><label for='data-1f6b95f0-a16d-4212-a038-1b9739667354' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>projection_x_coordinate</dd><dt><span>long_name :</span></dt><dd>(m) Calculated reading position easting (in selected GRID)</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>axis :</span></dt><dd>X</dd><dt><span>valid_range :</span></dt><dd>[524640.4 524825.1]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([524825.1, 524825. , 524825. , ..., 524644.4, 524644.6, 524644.8],
          shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>y</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>4.583e+06 4.583e+06 ... 4.583e+06</div><input id='attrs-c02f77ba-4571-4a48-a4c9-d072aaff7b1b' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-c02f77ba-4571-4a48-a4c9-d072aaff7b1b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-16962fab-366b-4d54-a75c-4134093be072' class='xr-var-data-in' type='checkbox'><label for='data-16962fab-366b-4d54-a75c-4134093be072' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>projection_y_coordinate</dd><dt><span>long_name :</span></dt><dd>(m) Calculated reading position northing (in selected GRID)</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>axis :</span></dt><dd>Y</dd><dt><span>valid_range :</span></dt><dd>[4582888.5 4583204.6]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([4583153. , 4583153. , 4583153. , ..., 4583202.7, 4583203.7,
           4583204.6], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>z</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>211.5 211.5 211.5 ... 211.1 211.1</div><input id='attrs-2ea6dc0b-9ba6-48e5-9ed0-ec3e289d42d0' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-2ea6dc0b-9ba6-48e5-9ed0-ec3e289d42d0' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1dcc4c80-6644-459e-a560-fff1894d3d60' class='xr-var-data-in' type='checkbox'><label for='data-1dcc4c80-6644-459e-a560-fff1894d3d60' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>z</dd><dt><span>long_name :</span></dt><dd>(m) Calculated reading position height above MSL (in selected GRID)</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>axis :</span></dt><dd>Z</dd><dt><span>positive :</span></dt><dd>up</dd><dt><span>datum :</span></dt><dd>ground_surface</dd><dt><span>valid_range :</span></dt><dd>[210.1 215.1]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([211.5, 211.5, 211.5, ..., 211. , 211.1, 211.1], shape=(2474,))</pre></div></li><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-ca23657c-f36d-4053-bd6f-2178b78ff811' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ca23657c-f36d-4053-bd6f-2178b78ff811' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d84d5710-4a78-40a6-be91-b411e0f2c155' class='xr-var-data-in' type='checkbox'><label for='data-d84d5710-4a78-40a6-be91-b411e0f2c155' 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-8bf6e8c1-2a1f-43c6-9cc7-e5296d9f5424' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-8bf6e8c1-2a1f-43c6-9cc7-e5296d9f5424' 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-b62461f7-ac4b-4c38-93a4-24081b204d38' class='xr-section-summary-in' type='checkbox'  ><label for='section-b62461f7-ac4b-4c38-93a4-24081b204d38' class='xr-section-summary' >Data variables: <span>(45)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'><li class='xr-var-item'><div class='xr-var-name'><span>fid</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>object</div><div class='xr-var-preview xr-preview'>&#x27;1&#x27; &#x27;2&#x27; &#x27;3&#x27; ... &#x27;2962&#x27; &#x27;2963&#x27;</div><input id='attrs-3dbf4d73-b03a-4dc2-83f4-e8f43ce133b1' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3dbf4d73-b03a-4dc2-83f4-e8f43ce133b1' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d5ceb220-39f3-48c9-8acf-53c6adec6002' class='xr-var-data-in' type='checkbox'><label for='data-d5ceb220-39f3-48c9-8acf-53c6adec6002' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>fid</dd><dt><span>long_name :</span></dt><dd>Unique reading identifier</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;1&#x27;, &#x27;2&#x27;, &#x27;3&#x27;, ..., &#x27;2961&#x27;, &#x27;2962&#x27;, &#x27;2963&#x27;],
          shape=(2474,), dtype=object)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>acq</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.0 1.0 1.0 1.0 ... 6.0 6.0 6.0 6.0</div><input id='attrs-2eb86729-4630-4dda-9338-879a8e774ed1' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-2eb86729-4630-4dda-9338-879a8e774ed1' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-405585ea-fdc7-4120-b3d7-e5cd3e694717' class='xr-var-data-in' type='checkbox'><label for='data-405585ea-fdc7-4120-b3d7-e5cd3e694717' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>acq</dd><dt><span>long_name :</span></dt><dd>Acquire index, this is incremented each time the user presses the acquire button</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[1. 6.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([1., 1., 1., ..., 6., 6., 6.], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>acq_rdg</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.0 1.0 2.0 ... 424.0 425.0 426.0</div><input id='attrs-4e037228-fc7a-4e4d-8bc3-97ab572bf6fd' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-4e037228-fc7a-4e4d-8bc3-97ab572bf6fd' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-73ec79d6-cbcc-4ef6-a742-9813d6c7a571' class='xr-var-data-in' type='checkbox'><label for='data-73ec79d6-cbcc-4ef6-a742-9813d6c7a571' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>acq_rdg</dd><dt><span>long_name :</span></dt><dd>Reading index, for a particular acquire, reset to 0 for each acquire</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[  0. 508.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([  0.,   1.,   2., ..., 424., 425., 426.], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>acq_time</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>object</div><div class='xr-var-preview xr-preview'>&#x27;20230808T175252.504075397Z&#x27; ......</div><input id='attrs-a3aa8b67-42f1-4eb0-ad72-ad8510fb18f3' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-a3aa8b67-42f1-4eb0-ad72-ad8510fb18f3' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-44567d1f-51e8-4a9d-bbcb-b15688c4199a' class='xr-var-data-in' type='checkbox'><label for='data-44567d1f-51e8-4a9d-bbcb-b15688c4199a' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>acq_time</dd><dt><span>long_name :</span></dt><dd>(UTC ISO-8601) Time for when the raw data started to be acquired, matches raw file name</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;20230808T175252.504075397Z&#x27;, &#x27;20230808T175252.504075397Z&#x27;,
           &#x27;20230808T175252.504075397Z&#x27;, ..., &#x27;20230808T184718.299388889Z&#x27;,
           &#x27;20230808T184718.299388889Z&#x27;, &#x27;20230808T184718.299388889Z&#x27;],
          shape=(2474,), dtype=object)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>time</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>object</div><div class='xr-var-preview xr-preview'>&#x27;20230808T175253.000000000Z&#x27; ......</div><input id='attrs-c3b95a30-7f7d-4444-af21-ad7be70f0356' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-c3b95a30-7f7d-4444-af21-ad7be70f0356' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b0204694-a588-4789-9715-053c7345db26' class='xr-var-data-in' type='checkbox'><label for='data-b0204694-a588-4789-9715-053c7345db26' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>time</dd><dt><span>long_name :</span></dt><dd>(UTC ISO-8601) Time of the first sample in the stack</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;20230808T175253.000000000Z&#x27;, &#x27;20230808T175254.000000000Z&#x27;,
           &#x27;20230808T175255.000000000Z&#x27;, ..., &#x27;20230808T185423.000000000Z&#x27;,
           &#x27;20230808T185424.000000000Z&#x27;, &#x27;20230808T185425.000000000Z&#x27;],
          shape=(2474,), dtype=object)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ts</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.692e+09 1.692e+09 ... 1.692e+09</div><input id='attrs-b399f194-ec9b-4a45-8e3b-4f3c63869a32' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b399f194-ec9b-4a45-8e3b-4f3c63869a32' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-4a81b605-5fe2-4ca0-b932-6999444a0f0f' class='xr-var-data-in' type='checkbox'><label for='data-4a81b605-5fe2-4ca0-b932-6999444a0f0f' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>ts</dd><dt><span>long_name :</span></dt><dd>(UTC Linux) Time of the first sample in the stack</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[1.69151717e+09 1.69152086e+09]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([1.69151717e+09, 1.69151717e+09, 1.69151718e+09, ...,
           1.69152086e+09, 1.69152086e+09, 1.69152086e+09], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>east</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>5.248e+05 5.248e+05 ... 5.246e+05</div><input id='attrs-83963528-8758-49e5-8a41-48269381dfde' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-83963528-8758-49e5-8a41-48269381dfde' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-5f6791bb-6ea2-408d-b40d-e216e4562ed2' class='xr-var-data-in' type='checkbox'><label for='data-5f6791bb-6ea2-408d-b40d-e216e4562ed2' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>east</dd><dt><span>long_name :</span></dt><dd>(m) Calculated reading position easting (in selected GRID)</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>axis :</span></dt><dd>x</dd><dt><span>valid_range :</span></dt><dd>[524640.4 524825.1]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([524825.1, 524825. , 524825. , ..., 524644.4, 524644.6, 524644.8],
          shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>north</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>4.583e+06 4.583e+06 ... 4.583e+06</div><input id='attrs-64253e03-e7aa-487c-8f8f-e7af9ddac529' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-64253e03-e7aa-487c-8f8f-e7af9ddac529' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-c480f2ad-11d0-4f76-b831-6e12afbcd791' class='xr-var-data-in' type='checkbox'><label for='data-c480f2ad-11d0-4f76-b831-6e12afbcd791' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>north</dd><dt><span>long_name :</span></dt><dd>(m) Calculated reading position northing (in selected GRID)</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>axis :</span></dt><dd>y</dd><dt><span>valid_range :</span></dt><dd>[4582888.5 4583204.6]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([4583153. , 4583153. , 4583153. , ..., 4583202.7, 4583203.7,
           4583204.6], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>height</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>211.5 211.5 211.5 ... 211.1 211.1</div><input id='attrs-b4b2276b-5439-4946-aae0-0cd4887f0c03' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b4b2276b-5439-4946-aae0-0cd4887f0c03' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-50a2e801-b714-45e5-9f31-5d959d84ca55' class='xr-var-data-in' type='checkbox'><label for='data-50a2e801-b714-45e5-9f31-5d959d84ca55' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>height</dd><dt><span>long_name :</span></dt><dd>(m) Calculated reading position height above MSL (in selected GRID)</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>axis :</span></dt><dd>z</dd><dt><span>positive :</span></dt><dd>up</dd><dt><span>datum :</span></dt><dd>ground_surface</dd><dt><span>valid_range :</span></dt><dd>[210.1 215.1]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([211.5, 211.5, 211.5, ..., 211. , 211.1, 211.1], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>gps_time</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>object</div><div class='xr-var-preview xr-preview'>&#x27;20230808T175254.000000000Z&#x27; ......</div><input id='attrs-75d1b2af-f71a-4865-9d63-2ef9951947ab' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-75d1b2af-f71a-4865-9d63-2ef9951947ab' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-c23b170f-f0db-481d-9a7a-6d5b5be3833c' class='xr-var-data-in' type='checkbox'><label for='data-c23b170f-f0db-481d-9a7a-6d5b5be3833c' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>gps_time</dd><dt><span>long_name :</span></dt><dd>(UTC ISO-8601) Timestamp of GPS antenna position</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;20230808T175254.000000000Z&#x27;, &#x27;20230808T175255.000000000Z&#x27;,
           &#x27;20230808T175256.000000000Z&#x27;, ..., &#x27;20230808T185424.000000000Z&#x27;,
           &#x27;20230808T185425.000000000Z&#x27;, &#x27;20230808T185426.000000000Z&#x27;],
          shape=(2474,), dtype=object)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>gps_east</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>5.248e+05 5.248e+05 ... 5.246e+05</div><input id='attrs-2875638a-9efa-4a7d-a24f-43df9f32a955' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-2875638a-9efa-4a7d-a24f-43df9f32a955' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-726889dc-9326-4b4e-82f7-2118fba51b54' class='xr-var-data-in' type='checkbox'><label for='data-726889dc-9326-4b4e-82f7-2118fba51b54' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>gps_east</dd><dt><span>long_name :</span></dt><dd>(m) GPS antenna position easting (in selected GRID)</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[524639.3 524822.2]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([524822.2, 524822.1, 524822. , ..., 524645.7, 524646. , 524646.3],
          shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>gps_north</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>4.583e+06 4.583e+06 ... 4.583e+06</div><input id='attrs-9b7453df-130d-447c-b50f-ec01419f750f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-9b7453df-130d-447c-b50f-ec01419f750f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-2f9f0498-c7e8-436b-b094-5b8d11117d92' class='xr-var-data-in' type='checkbox'><label for='data-2f9f0498-c7e8-436b-b094-5b8d11117d92' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>gps_north</dd><dt><span>long_name :</span></dt><dd>(m) GPS antenna position northing (in selected GRID)</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[4582886.5 4583209.9]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([4583149. , 4583148.9, 4583148.9, ..., 4583208. , 4583209. ,
           4583209.9], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>gps_height</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>213.8 213.9 213.9 ... 211.6 211.6</div><input id='attrs-5a7d088f-0652-4763-a524-5005b65f1cb4' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-5a7d088f-0652-4763-a524-5005b65f1cb4' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-366f05f4-fb29-48b3-97bf-33943b275690' class='xr-var-data-in' type='checkbox'><label for='data-366f05f4-fb29-48b3-97bf-33943b275690' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>gps_height</dd><dt><span>long_name :</span></dt><dd>(m) GPS antenna position height above MSL (in selected GRID)</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[210.6 216.1]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([213.8, 213.9, 213.9, ..., 211.6, 211.6, 211.6], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>tx_east</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>5.248e+05 5.248e+05 ... 5.246e+05</div><input id='attrs-8b271da9-720c-402b-958c-43c1dfd3d6ed' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-8b271da9-720c-402b-958c-43c1dfd3d6ed' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3b8d6643-8c00-4914-aba5-5ca61e2bceb9' class='xr-var-data-in' type='checkbox'><label for='data-3b8d6643-8c00-4914-aba5-5ca61e2bceb9' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>tx_east</dd><dt><span>long_name :</span></dt><dd>(m) Calculated TX centre position easting (in selected GRID)</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[524639.3 524822.5]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([524822.5, 524822.5, 524822.4, ..., 524645.6, 524645.8, 524646.1],
          shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>tx_north</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>4.583e+06 4.583e+06 ... 4.583e+06</div><input id='attrs-ddb3c12c-f1d6-4c76-8ea1-f3b2f6850d98' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ddb3c12c-f1d6-4c76-8ea1-f3b2f6850d98' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-6a4d155d-01aa-4acc-b820-ed49797a639a' class='xr-var-data-in' type='checkbox'><label for='data-6a4d155d-01aa-4acc-b820-ed49797a639a' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>tx_north</dd><dt><span>long_name :</span></dt><dd>(m) Calculated TX centre position northing (in selected GRID)</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[4582887.  4583209.4]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([4583149. , 4583149. , 4583149. , ..., 4583207.5, 4583208.5,
           4583209.4], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>tx_height</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>213.5 213.4 213.3 ... 210.8 210.8</div><input id='attrs-3cfd7846-123c-432a-8020-a6829c0e9438' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3cfd7846-123c-432a-8020-a6829c0e9438' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f036fd71-f5b7-4dad-9963-29cd5f38d0bc' class='xr-var-data-in' type='checkbox'><label for='data-f036fd71-f5b7-4dad-9963-29cd5f38d0bc' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>tx_height</dd><dt><span>long_name :</span></dt><dd>(m) Calculated TX centre position height above MSL (in selected GRID)</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[209.8 215.3]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([213.5, 213.4, 213.3, ..., 210.8, 210.8, 210.8], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>rx_east</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>5.248e+05 5.248e+05 ... 5.246e+05</div><input id='attrs-0e26aeaa-787f-46ed-8b83-5b0028bc053d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0e26aeaa-787f-46ed-8b83-5b0028bc053d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9e918b8f-f3bc-482c-b9e1-000c558c78f9' class='xr-var-data-in' type='checkbox'><label for='data-9e918b8f-f3bc-482c-b9e1-000c558c78f9' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>rx_east</dd><dt><span>long_name :</span></dt><dd>(m) Calculated RX centre position easting (in selected GRID)</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[524639.4 524827.7]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([524827.7, 524827.6, 524827.6, ..., 524643.3, 524643.4, 524643.5],
          shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>rx_north</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>4.583e+06 4.583e+06 ... 4.583e+06</div><input id='attrs-0513c0c3-f91a-461c-8ecc-64cdab46f358' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0513c0c3-f91a-461c-8ecc-64cdab46f358' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e303ef80-165d-4f39-805a-78d8f7ab6d73' class='xr-var-data-in' type='checkbox'><label for='data-e303ef80-165d-4f39-805a-78d8f7ab6d73' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>rx_north</dd><dt><span>long_name :</span></dt><dd>(m) Calculated RX centre position northing (in selected GRID)</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[4582883.8 4583199.8]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([4583157. , 4583156.9, 4583156.9, ..., 4583197.8, 4583198.8,
           4583199.8], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>rx_height</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>209.6 209.6 209.6 ... 211.4 211.4</div><input id='attrs-4b6adbda-6091-4e8a-abdc-009c8745bf54' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-4b6adbda-6091-4e8a-abdc-009c8745bf54' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-82770262-0af5-4f16-92de-e4901adf874a' class='xr-var-data-in' type='checkbox'><label for='data-82770262-0af5-4f16-92de-e4901adf874a' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>rx_height</dd><dt><span>long_name :</span></dt><dd>(m) Calculated RX centre position height above MSL (in selected GRID)</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[209.6 215.5]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([209.6, 209.6, 209.6, ..., 211.3, 211.4, 211.4], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>x_adc</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.1 1.1 1.1 1.1 ... 1.1 1.1 1.1 1.1</div><input id='attrs-3878bc11-21cd-498b-aaa4-514ab9d6f6e7' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3878bc11-21cd-498b-aaa4-514ab9d6f6e7' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-457849ec-2f05-42e2-8d04-15aa76597490' class='xr-var-data-in' type='checkbox'><label for='data-457849ec-2f05-42e2-8d04-15aa76597490' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>x_adc</dd><dt><span>long_name :</span></dt><dd>(group.channel) Receiver hardware channel identification</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[1.1 1.1]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([1.1, 1.1, 1.1, ..., 1.1, 1.1, 1.1], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>y_adc</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.2 1.2 1.2 1.2 ... 1.2 1.2 1.2 1.2</div><input id='attrs-fb1301cb-7840-4f9a-948f-95433826b20f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-fb1301cb-7840-4f9a-948f-95433826b20f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-fbcb0ff2-e441-4163-bcf8-c2753a88f38d' class='xr-var-data-in' type='checkbox'><label for='data-fbcb0ff2-e441-4163-bcf8-c2753a88f38d' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>y_adc</dd><dt><span>long_name :</span></dt><dd>(group.channel) Receiver hardware channel identification</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[1.2 1.2]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([1.2, 1.2, 1.2, ..., 1.2, 1.2, 1.2], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>z_adc</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.3 1.3 1.3 1.3 ... 1.3 1.3 1.3 1.3</div><input id='attrs-d39344e9-aca9-4176-beb2-d66dd8088c21' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d39344e9-aca9-4176-beb2-d66dd8088c21' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-dc00772e-a745-4521-a4ec-8a9436b48e16' class='xr-var-data-in' type='checkbox'><label for='data-dc00772e-a745-4521-a4ec-8a9436b48e16' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>z_adc</dd><dt><span>long_name :</span></dt><dd>(group.channel) Receiver hardware channel identification</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[1.3 1.3]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([1.3, 1.3, 1.3, ..., 1.3, 1.3, 1.3], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>x_c</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>object</div><div class='xr-var-preview xr-preview'>&#x27;X&#x27; &#x27;X&#x27; &#x27;X&#x27; &#x27;X&#x27; ... &#x27;X&#x27; &#x27;X&#x27; &#x27;X&#x27; &#x27;X&#x27;</div><input id='attrs-a319bb22-273e-4607-b53b-56a212a522cd' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-a319bb22-273e-4607-b53b-56a212a522cd' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-97b3210e-dfbb-4f53-aa3f-4ca96023fba8' class='xr-var-data-in' type='checkbox'><label for='data-97b3210e-dfbb-4f53-aa3f-4ca96023fba8' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>x_c</dd><dt><span>long_name :</span></dt><dd>Sensor axis component</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;X&#x27;, &#x27;X&#x27;, &#x27;X&#x27;, ..., &#x27;X&#x27;, &#x27;X&#x27;, &#x27;X&#x27;], shape=(2474,), dtype=object)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>y_c</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>object</div><div class='xr-var-preview xr-preview'>&#x27;Y&#x27; &#x27;Y&#x27; &#x27;Y&#x27; &#x27;Y&#x27; ... &#x27;Y&#x27; &#x27;Y&#x27; &#x27;Y&#x27; &#x27;Y&#x27;</div><input id='attrs-bd4a651e-b0d8-4ec7-965a-0c2ca8d40e81' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-bd4a651e-b0d8-4ec7-965a-0c2ca8d40e81' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a692d2cb-50c5-4602-a0c4-19d729de1db8' class='xr-var-data-in' type='checkbox'><label for='data-a692d2cb-50c5-4602-a0c4-19d729de1db8' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>y_c</dd><dt><span>long_name :</span></dt><dd>Sensor axis component</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;Y&#x27;, &#x27;Y&#x27;, &#x27;Y&#x27;, ..., &#x27;Y&#x27;, &#x27;Y&#x27;, &#x27;Y&#x27;], shape=(2474,), dtype=object)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>z_c</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>object</div><div class='xr-var-preview xr-preview'>&#x27;Z&#x27; &#x27;Z&#x27; &#x27;Z&#x27; &#x27;Z&#x27; ... &#x27;Z&#x27; &#x27;Z&#x27; &#x27;Z&#x27; &#x27;Z&#x27;</div><input id='attrs-604ab1e4-8de8-4afc-b356-713251b54fd9' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-604ab1e4-8de8-4afc-b356-713251b54fd9' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-ff6425c4-5236-44b7-b7a4-0d3c2dfb63e9' class='xr-var-data-in' type='checkbox'><label for='data-ff6425c4-5236-44b7-b7a4-0d3c2dfb63e9' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>z_c</dd><dt><span>long_name :</span></dt><dd>Sensor axis component</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;Z&#x27;, &#x27;Z&#x27;, &#x27;Z&#x27;, ..., &#x27;Z&#x27;, &#x27;Z&#x27;, &#x27;Z&#x27;], shape=(2474,), dtype=object)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>vlf_filter</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>object</div><div class='xr-var-preview xr-preview'>&#x27;NML4,NAA,NLK&#x27; ... &#x27;NML4,NAA,NLK&#x27;</div><input id='attrs-c29a5864-e310-4e94-a5f1-d7c3c4141b70' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-c29a5864-e310-4e94-a5f1-d7c3c4141b70' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e50075f7-bf11-48c4-9f7b-ad04a84fb9e6' class='xr-var-data-in' type='checkbox'><label for='data-e50075f7-bf11-48c4-9f7b-ad04a84fb9e6' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>vlf_filter</dd><dt><span>long_name :</span></dt><dd>List of VLF filters applied to the data</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;NML4,NAA,NLK&#x27;, &#x27;NML4,NAA,NLK&#x27;, &#x27;NML4,NAA,NLK&#x27;, ...,
           &#x27;NML4,NAA,NLK&#x27;, &#x27;NML4,NAA,NLK&#x27;, &#x27;NML4,NAA,NLK&#x27;],
          shape=(2474,), dtype=object)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>x_dc_offset</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.0001225 -6.476e-05 ... 0.0003983</div><input id='attrs-c41cf277-e1cc-4f04-980c-409b9a40c601' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-c41cf277-e1cc-4f04-980c-409b9a40c601' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-cbc4e8dc-c1bf-4852-899c-1b5aa089a81d' class='xr-var-data-in' type='checkbox'><label for='data-cbc4e8dc-c1bf-4852-899c-1b5aa089a81d' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>x_dc_offset</dd><dt><span>long_name :</span></dt><dd>(V) Measured DC voltage offset of the receiver hardware channel</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[-0.00424875  0.00582003]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([ 1.22502012e-04, -6.47628917e-05,  3.71596925e-05, ...,
           -5.24712125e-04,  1.85908540e-05,  3.98293323e-04], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>y_dc_offset</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-0.001267 -0.001414 ... -0.002835</div><input id='attrs-fbf4220f-5ac5-4630-8a06-d16567512bd7' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-fbf4220f-5ac5-4630-8a06-d16567512bd7' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3e587121-da9d-45d0-a68e-bfad405bcaa3' class='xr-var-data-in' type='checkbox'><label for='data-3e587121-da9d-45d0-a68e-bfad405bcaa3' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>y_dc_offset</dd><dt><span>long_name :</span></dt><dd>(V) Measured DC voltage offset of the receiver hardware channel</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[-0.00596561  0.00258175]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([-0.00126698, -0.00141366, -0.00140542, ..., -0.00254054,
           -0.00226911, -0.00283487], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>z_dc_offset</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.001206 0.001324 ... 0.00212</div><input id='attrs-4799f955-f7be-4ca0-a8fc-30da7becb90a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-4799f955-f7be-4ca0-a8fc-30da7becb90a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-253cb6a2-c371-42c3-bb2e-928d92eea7a2' class='xr-var-data-in' type='checkbox'><label for='data-253cb6a2-c371-42c3-bb2e-928d92eea7a2' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>z_dc_offset</dd><dt><span>long_name :</span></dt><dd>(V) Measured DC voltage offset of the receiver hardware channel</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[-0.00133355  0.0054299 ]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([0.00120597, 0.0013237 , 0.00127483, ..., 0.00178339, 0.00204642,
           0.0021202 ], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>x_primary</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>5.749e+03 5.066e+03 ... 1.862e+03</div><input id='attrs-483261d5-ef94-43c6-8488-10d45c4e6005' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-483261d5-ef94-43c6-8488-10d45c4e6005' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a34cc061-3dfb-4450-8a82-003803ebef2a' class='xr-var-data-in' type='checkbox'><label for='data-a34cc061-3dfb-4450-8a82-003803ebef2a' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>x_primary</dd><dt><span>long_name :</span></dt><dd>(UNITS) Calculated primary field from the stack</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[-7340.56369004 38197.63482305]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([5748.6329444 , 5065.67632182, 4567.6176848 , ..., 1686.41533602,
           1577.76982472, 1862.37963227], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>y_primary</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-1.073e+03 -340.6 ... 733.2 884.4</div><input id='attrs-359cdf70-ca75-479f-8038-82cef6f22ebe' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-359cdf70-ca75-479f-8038-82cef6f22ebe' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-fa8800a1-0731-4b9b-8e79-c503ab6af9d8' class='xr-var-data-in' type='checkbox'><label for='data-fa8800a1-0731-4b9b-8e79-c503ab6af9d8' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>y_primary</dd><dt><span>long_name :</span></dt><dd>(UNITS) Calculated primary field from the stack</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[-8408.70352847 48999.10690608]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([-1072.76504299,  -340.64204659,  -154.80896945, ...,
             959.27368163,   733.2011728 ,   884.36768078], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>z_primary</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-1.035e+04 ... -9.573e+03</div><input id='attrs-62dd70da-0a0a-4a59-9f69-3a07d3b08628' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-62dd70da-0a0a-4a59-9f69-3a07d3b08628' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-442f0fdc-f32c-4efd-8f5f-873cba937b69' class='xr-var-data-in' type='checkbox'><label for='data-442f0fdc-f32c-4efd-8f5f-873cba937b69' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>z_primary</dd><dt><span>long_name :</span></dt><dd>(UNITS) Calculated primary field from the stack</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[-50720.92069094  -7060.07734103]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([-10354.9061196 , -10658.4502775 , -10871.73142006, ...,
            -8946.93568754,  -9249.66406757,  -9572.54815111], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>x_noise</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.925e-05 1.718e-05 ... 1.131e-05</div><input id='attrs-56da256a-536b-4913-859a-abcb1b8318b6' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-56da256a-536b-4913-859a-abcb1b8318b6' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3d13f3ea-2f5c-4251-8047-3ebdfdb85398' class='xr-var-data-in' type='checkbox'><label for='data-3d13f3ea-2f5c-4251-8047-3ebdfdb85398' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>x_noise</dd><dt><span>long_name :</span></dt><dd>(UNITS) Calculated offtime standard deviation amplitude</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[8.53896293e-06 1.30758177e-04]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([1.92478441e-05, 1.71837894e-05, 1.20049866e-05, ...,
           1.48871272e-05, 1.28631911e-05, 1.13137058e-05], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>y_noise</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>3.761e-05 3.352e-05 ... 2.042e-05</div><input id='attrs-905333f3-ba11-4c7a-a5a8-03d015828d38' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-905333f3-ba11-4c7a-a5a8-03d015828d38' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-2f07cab1-eaae-4653-8813-807f07d1610b' class='xr-var-data-in' type='checkbox'><label for='data-2f07cab1-eaae-4653-8813-807f07d1610b' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>y_noise</dd><dt><span>long_name :</span></dt><dd>(UNITS) Calculated offtime standard deviation amplitude</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[7.81948493e-06 1.43676881e-04]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([3.76140510e-05, 3.35244652e-05, 1.38487194e-05, ...,
           2.73998294e-05, 2.93794713e-05, 2.04197631e-05], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>z_noise</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>7.735e-06 7.632e-06 ... 7.101e-06</div><input id='attrs-83b5f619-4110-42da-b82f-073a714cedb5' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-83b5f619-4110-42da-b82f-073a714cedb5' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b5a20b0d-b4e8-407a-960c-dced702e1ae1' class='xr-var-data-in' type='checkbox'><label for='data-b5a20b0d-b4e8-407a-960c-dced702e1ae1' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>z_noise</dd><dt><span>long_name :</span></dt><dd>(UNITS) Calculated offtime standard deviation amplitude</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[5.66649012e-06 2.19859912e-05]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([7.73491566e-06, 7.63164543e-06, 6.24645382e-06, ...,
           8.04470222e-06, 7.81372909e-06, 7.10093547e-06], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>x_powerampl</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>4.447e-05 4.847e-05 ... 6.736e-05</div><input id='attrs-ea17208c-aa84-410c-b8f4-e0c494aa5055' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ea17208c-aa84-410c-b8f4-e0c494aa5055' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-66184ea8-caf0-4673-af62-43432554ee42' class='xr-var-data-in' type='checkbox'><label for='data-66184ea8-caf0-4673-af62-43432554ee42' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>x_powerampl</dd><dt><span>long_name :</span></dt><dd>(UNITS) Calculated power line amplitude</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[7.16398081e-07 1.21668703e-04]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([4.44674749e-05, 4.84675737e-05, 4.43066532e-05, ...,
           6.98973325e-05, 6.25726466e-05, 6.73598241e-05], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>y_powerampl</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>3.528e-05 4.035e-05 ... 4.107e-05</div><input id='attrs-45c93dc4-47e3-4931-9eec-1d394e81fa0e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-45c93dc4-47e3-4931-9eec-1d394e81fa0e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-26d1ee28-f02e-42f8-bd9b-b35b4e11ea73' class='xr-var-data-in' type='checkbox'><label for='data-26d1ee28-f02e-42f8-bd9b-b35b4e11ea73' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>y_powerampl</dd><dt><span>long_name :</span></dt><dd>(UNITS) Calculated power line amplitude</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[8.72665759e-07 1.21092706e-04]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([3.52802470e-05, 4.03539295e-05, 3.59883594e-05, ...,
           4.08483026e-05, 4.45154243e-05, 4.10658183e-05], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>z_powerampl</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>4.411e-05 4.739e-05 ... 6.548e-05</div><input id='attrs-6abffa40-5f43-4cf8-b4ff-2f2f4f4e8a19' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6abffa40-5f43-4cf8-b4ff-2f2f4f4e8a19' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e044ba70-8dda-459f-85fc-733324d75a15' class='xr-var-data-in' type='checkbox'><label for='data-e044ba70-8dda-459f-85fc-733324d75a15' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>z_powerampl</dd><dt><span>long_name :</span></dt><dd>(UNITS) Calculated power line amplitude</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[1.59290256e-05 1.00851298e-04]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([4.41124453e-05, 4.73859296e-05, 4.45698238e-05, ...,
           6.25196446e-05, 6.30792217e-05, 6.54775984e-05], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>x_powerphase</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-2.384 -2.266 ... 0.6481 0.6069</div><input id='attrs-29ac9f51-cf48-45c8-a4f8-61bbb62a977a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-29ac9f51-cf48-45c8-a4f8-61bbb62a977a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-91af3f86-a312-4e34-8086-dacc32044eb9' class='xr-var-data-in' type='checkbox'><label for='data-91af3f86-a312-4e34-8086-dacc32044eb9' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>x_powerphase</dd><dt><span>long_name :</span></dt><dd>(rad) Calculated power line phase</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[-3.13952093  3.14062356]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([-2.38386775, -2.26609236, -2.2974812 , ...,  0.82708581,
            0.64807687,  0.60691115], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>y_powerphase</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.006 1.07 1.008 ... -2.558 -2.693</div><input id='attrs-00885962-8db4-46b3-8fc7-41bc726fc1e5' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-00885962-8db4-46b3-8fc7-41bc726fc1e5' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-6c30f7e3-cd12-46e1-8c83-8b097c56d4e5' class='xr-var-data-in' type='checkbox'><label for='data-6c30f7e3-cd12-46e1-8c83-8b097c56d4e5' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>y_powerphase</dd><dt><span>long_name :</span></dt><dd>(rad) Calculated power line phase</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[-3.13653464  3.13973981]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([ 1.0058089 ,  1.06951257,  1.0079169 , ..., -2.71774442,
           -2.55791329, -2.69273716], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>z_powerphase</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.663 1.679 1.748 ... 0.9304 0.8736</div><input id='attrs-0ba95e39-caf9-4649-ba84-57c3f89bb022' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0ba95e39-caf9-4649-ba84-57c3f89bb022' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b3161aad-f49f-4fa9-b47f-d376b3b1b762' class='xr-var-data-in' type='checkbox'><label for='data-b3161aad-f49f-4fa9-b47f-d376b3b1b762' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>z_powerphase</dd><dt><span>long_name :</span></dt><dd>(rad) Calculated power line phase</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[-3.1374438   3.13980209]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([1.66258522, 1.67912437, 1.74751758, ..., 1.08099645, 0.93041364,
           0.87356582], shape=(2474,))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>X_CH</span></div><div class='xr-var-dims'>(index, gate_times)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>491.5 357.4 ... 0.01203 0.001494</div><input id='attrs-d6d7e53b-5663-4969-bdeb-09dffe9b0f5c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d6d7e53b-5663-4969-bdeb-09dffe9b0f5c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-770c3924-0781-4c6a-8a7f-91b4e5aded2d' class='xr-var-data-in' type='checkbox'><label for='data-770c3924-0781-4c6a-8a7f-91b4e5aded2d' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>x_ch</dd><dt><span>long_name :</span></dt><dd>(UNITS) Time channel windows data</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[-232.45210445 1342.5416746 ]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([[ 4.91452149e+02,  3.57444735e+02,  1.70748835e+02, ...,
            -1.63840100e-02,  9.59741855e-03, -4.61576917e-04],
           [ 4.84119969e+02,  3.50174919e+02,  1.65863356e+02, ...,
            -7.89618854e-03, -1.75374306e-04,  8.77812550e-03],
           [ 4.89865435e+02,  3.54931726e+02,  1.68517334e+02, ...,
             2.00930978e-02,  1.20076114e-02,  1.21367096e-02],
           ...,
           [ 6.06350715e+02,  4.69221895e+02,  2.35733369e+02, ...,
            -1.88727018e-02,  2.19282732e-02, -1.12125068e-02],
           [ 6.28190885e+02,  4.89688176e+02,  2.49615215e+02, ...,
            -3.40853044e-03, -9.14057373e-03,  8.78813646e-04],
           [ 6.20494158e+02,  4.79895816e+02,  2.42782373e+02, ...,
            -1.01020753e-02,  1.20319373e-02,  1.49391277e-03]],
          shape=(2474, 23))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>Y_CH</span></div><div class='xr-var-dims'>(index, gate_times)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-6.219 6.26 ... 0.02448 -0.0268</div><input id='attrs-6cbbdde5-41a6-4417-adfa-03ddc415f03e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6cbbdde5-41a6-4417-adfa-03ddc415f03e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a6e24027-9669-4630-91e8-a631fe586772' class='xr-var-data-in' type='checkbox'><label for='data-a6e24027-9669-4630-91e8-a631fe586772' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>y_ch</dd><dt><span>long_name :</span></dt><dd>(UNITS) Time channel windows data</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[-671.69123565 3745.61482216]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([[-6.21863076e+00,  6.25999264e+00,  9.56963428e+00, ...,
             2.97073856e-02,  3.83601715e-02,  1.62472346e-02],
           [-2.51476677e+00,  8.29366205e+00,  9.96589274e+00, ...,
             2.91719560e-02,  6.02595529e-02,  1.57731374e-02],
           [-4.74262943e+00,  5.24536477e+00,  7.75696030e+00, ...,
            -8.35364178e-03,  3.39979473e-02,  2.60233977e-02],
           ...,
           [ 3.09063349e+01, -2.39323686e+01, -2.19494663e+01, ...,
            -1.87308078e-02,  8.83365510e-02,  1.65316913e-02],
           [ 5.61396173e+01, -4.98772404e+00, -1.28747873e+01, ...,
            -3.12896972e-02, -1.36777100e-02, -3.16649451e-03],
           [ 5.14997597e+01, -6.53499680e+00, -1.35259271e+01, ...,
            -5.36811706e-02,  2.44820150e-02, -2.67986952e-02]],
          shape=(2474, 23))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>Z_CH</span></div><div class='xr-var-dims'>(index, gate_times)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>499.8 434.7 ... 0.01548 0.01253</div><input id='attrs-def42159-518c-4585-ae33-d66bc3bd6cf8' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-def42159-518c-4585-ae33-d66bc3bd6cf8' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-8cfbe3c6-315b-4836-a840-b370687e80b1' class='xr-var-data-in' type='checkbox'><label for='data-8cfbe3c6-315b-4836-a840-b370687e80b1' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>z_ch</dd><dt><span>long_name :</span></dt><dd>(UNITS) Time channel windows data</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[-17020.57927343   1260.66757955]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([[ 4.99768836e+02,  4.34719896e+02,  2.69763029e+02, ...,
             2.04351268e-03, -4.22064192e-03,  2.66078607e-03],
           [ 5.27219757e+02,  4.54222803e+02,  2.78963512e+02, ...,
            -6.16011541e-03, -4.98895610e-03,  1.09400172e-02],
           [ 5.28663002e+02,  4.56264082e+02,  2.80124553e+02, ...,
             1.49719267e-02,  3.57381153e-04,  2.50150137e-02],
           ...,
           [ 6.31191702e+02,  5.94172502e+02,  3.72933693e+02, ...,
            -6.57088371e-04, -5.55307094e-03, -6.70596632e-03],
           [ 6.01306744e+02,  5.68467074e+02,  3.59779858e+02, ...,
             1.66703024e-02, -8.36090578e-03,  4.76010970e-04],
           [ 6.15910524e+02,  5.77090899e+02,  3.64394331e+02, ...,
             9.67030048e-03,  1.54826824e-02,  1.25302578e-02]],
          shape=(2474, 23))</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>line</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>1 1 1 1 1 1 1 1 ... 6 6 6 6 6 6 6 6</div><input id='attrs-38c9a313-293a-4713-9a3b-a6063b878635' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-38c9a313-293a-4713-9a3b-a6063b878635' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-c357a67d-339e-4799-82da-72d25a696350' class='xr-var-data-in' type='checkbox'><label for='data-c357a67d-339e-4799-82da-72d25a696350' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>not_defined</dd><dt><span>long_name :</span></dt><dd>not_defined</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[1. 6.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([1, 1, 1, ..., 6, 6, 6], shape=(2474,))</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-91a76442-ffe0-497c-a35c-3f7aebbdcc0b' class='xr-section-summary-in' type='checkbox'  checked><label for='section-91a76442-ffe0-497c-a35c-3f7aebbdcc0b' 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 35-36

Save to NetCDF file

.. GENERATED FROM PYTHON SOURCE LINES 36-39

.. code-block:: Python

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








.. GENERATED FROM PYTHON SOURCE LINES 40-41

Reading back in

.. GENERATED FROM PYTHON SOURCE LINES 41-43

.. code-block:: Python

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








.. GENERATED FROM PYTHON SOURCE LINES 44-45

Plotting

.. GENERATED FROM PYTHON SOURCE LINES 45-52

.. code-block:: Python

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

    plt.show()


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






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

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


.. _sphx_glr_download_examples_Creating_GS_Files_plot_loupe_csv.py:

.. only:: html

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

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

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

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

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

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

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


.. only:: html

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

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