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

.. only:: html

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

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

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

.. _sphx_glr_examples_Creating_GS_Files_plot_csv_loupe.py:


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

.. GENERATED FROM PYTHON SOURCE LINES 7-12

.. code-block:: Python

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








.. GENERATED FROM PYTHON SOURCE LINES 13-15

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

.. GENERATED FROM PYTHON SOURCE LINES 17-18

Initialize the Survey

.. GENERATED FROM PYTHON SOURCE LINES 18-34

.. code-block:: Python


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

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

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

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

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






.. raw:: html

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .xr-var-attrs-in:checked + label > .xr-icon-file-text2,
    .xr-var-data-in:checked + label > .xr-icon-database,
    .xr-index-data-in:checked + label > .xr-icon-database {
      color: var(--xr-font-color0);
      filter: drop-shadow(1px 1px 5px var(--xr-font-color2));
      stroke-width: 0.8px;
    }
    </style><pre class='xr-text-repr-fallback'>&lt;xarray.DataTree &#x27;raw_data&#x27;&gt;
    Group: /survey/data/raw_data
    │   Dimensions:       (index: 2474, gate_times: 23)
    │   Coordinates:
    │     * index         (index) int32 10kB 0 1 2 3 4 5 ... 2469 2470 2471 2472 2473
    │     * gate_times    (gate_times) float64 184B 1.297e-05 1.495e-05 ... 0.002183
    │       spatial_ref   float64 8B 0.0
    │       x             (index) float64 20kB 5.248e+05 5.248e+05 ... 5.246e+05
    │       y             (index) float64 20kB 4.583e+06 4.583e+06 ... 4.583e+06
    │       z             (index) float64 20kB 211.5 211.5 211.5 ... 211.0 211.1 211.1
    │   Data variables: (12/45)
    │       fid           (index) object 20kB &#x27;1&#x27; &#x27;2&#x27; &#x27;3&#x27; &#x27;4&#x27; ... &#x27;2961&#x27; &#x27;2962&#x27; &#x27;2963&#x27;
    │       acq           (index) float64 20kB 1.0 1.0 1.0 1.0 1.0 ... 6.0 6.0 6.0 6.0
    │       acq_rdg       (index) float64 20kB 0.0 1.0 2.0 3.0 ... 424.0 425.0 426.0
    │       acq_time      (index) object 20kB &#x27;20230808T175252.504075397Z&#x27; ... &#x27;20230...
    │       time          (index) object 20kB &#x27;20230808T175253.000000000Z&#x27; ... &#x27;20230...
    │       ts            (index) float64 20kB 1.692e+09 1.692e+09 ... 1.692e+09
    │       ...            ...
    │       y_powerphase  (index) float64 20kB 1.006 1.07 1.008 ... -2.718 -2.558 -2.693
    │       z_powerphase  (index) float64 20kB 1.663 1.679 1.748 ... 1.081 0.9304 0.8736
    │       X_CH          (index, gate_times) float64 455kB 491.5 357.4 ... 0.001494
    │       Y_CH          (index, gate_times) float64 455kB -6.219 6.26 ... -0.0268
    │       Z_CH          (index, gate_times) float64 455kB 499.8 434.7 ... 0.01253
    │       line          (index) int64 20kB 1 1 1 1 1 1 1 1 1 1 ... 6 6 6 6 6 6 6 6 6 6
    │   Attributes:
    │       uuid:        fcf8ea08-1ceb-4a05-a9f9-5110dad67524
    │       content:     raw data
    │       comment:     This dataset includes minimally processed (raw) AEM data
    │       type:        data
    │       method:      electromagnetic
    │       instrument:  loupe
    └── Group: /survey/data/raw_data/loupe_system
            Dimensions:                              (gate_times: 23, nv: 2,
                                                      n_loop_vertices: 8, xyz: 3,
                                                      n_transmitter: 1, waveform_time: 4,
                                                      n_receiver: 3, n_component: 3)
            Coordinates:
              * nv                                   (nv) int64 16B 0 1
              * n_loop_vertices                      (n_loop_vertices) int64 64B 0 1 ... 6 7
              * xyz                                  (xyz) int64 24B 0 1 2
              * n_transmitter                        (n_transmitter) int64 8B 0
              * waveform_time                        (waveform_time) &lt;U32 512B &#x27;-0.002777...
              * n_receiver                           (n_receiver) int64 24B 0 1 2
              * n_component                          (n_component) int64 24B 0 1 2
            Data variables: (12/35)
                gate_times_bnds                      (gate_times, nv) float64 368B -9.238...
                n_loop_vertices_bnds                 (n_loop_vertices, nv) float64 128B -...
                xyz_bnds                             (xyz, nv) float64 48B -0.5 0.5 ... 2.5
                transmitter_label                    (n_transmitter) &lt;U1 4B &#x27;z&#x27;
                transmitter_number_of_turns          (n_transmitter) int64 8B 13
                transmitter_coordinates              (n_transmitter, n_loop_vertices, xyz) float64 192B ...
                ...                                   ...
                component_txrx_dx                    (n_component) float64 24B -10.0 ... ...
                component_txrx_dy                    (n_component) float64 24B 0.0 0.0 0.0
                component_txrx_dz                    (n_component) float64 24B -0.75 ... ...
                component_data_type                  (n_component) &lt;U4 48B &#x27;dBdt&#x27; ... &#x27;dBdt&#x27;
                component_gate_times                 (n_component) &lt;U10 120B &#x27;gate_times&#x27;...
                sample_rate                          object 8B None
            Attributes: (12/13)
                type:                    system
                mode:                    ground
                method:                  electromagnetic
                submethod:               time domain
                instrument:              loupe
                uuid:                    e456af4b-196a-4483-a615-f078c18cbf87
                ...                      ...
                data_normalized:         True
                reference_frame:         right-handed positive down
                sample_rate:             0.1
                digitization_frequency:  504000.0
                stacks:                  360
                powerline_frequency:     60.0</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>xarray.DataTree</div><div class='xr-obj-name'>&#x27;raw_data&#x27;</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-7c2a56cb-b8f4-4783-b955-2ad1ad18000e' class='xr-section-summary-in' type='checkbox'  ><label for='section-7c2a56cb-b8f4-4783-b955-2ad1ad18000e' class='xr-section-summary' >Groups: <span>(1)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><div style='display: inline-grid; grid-template-columns: 100%; grid-column: 1 / -1'><div class='xr-group-box'><div class='xr-group-box-vline' style='height: 1.2em'></div><div class='xr-group-box-hline'></div><div class='xr-group-box-contents'><div class='xr-header'><div class='xr-group-name'>/survey/data/raw_data/loupe_system</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-6040ba88-38f1-42ba-aa0f-fdcfc50ddf1d' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-6040ba88-38f1-42ba-aa0f-fdcfc50ddf1d' 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-e4705dde-311b-4847-b43d-bee6625516a5' class='xr-section-summary-in' type='checkbox'  checked><label for='section-e4705dde-311b-4847-b43d-bee6625516a5' 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-e68e04b7-25b2-4e83-b9ef-0fe51e7eb0f6' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e68e04b7-25b2-4e83-b9ef-0fe51e7eb0f6' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-c655aadd-2b24-4f5c-b26a-054ed22ed5ec' class='xr-var-data-in' type='checkbox'><label for='data-c655aadd-2b24-4f5c-b26a-054ed22ed5ec' title='Show/Hide data repr'><svg 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-0fd37fe4-cd39-4427-8520-aec96e207408' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0fd37fe4-cd39-4427-8520-aec96e207408' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-cbf8395b-6e54-4107-9a4c-0057edbf4cdb' class='xr-var-data-in' type='checkbox'><label for='data-cbf8395b-6e54-4107-9a4c-0057edbf4cdb' title='Show/Hide data repr'><svg 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-f50cf17b-59d3-47cc-80de-78ea1c806743' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f50cf17b-59d3-47cc-80de-78ea1c806743' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-50ba6e9e-d736-4627-a7f9-c62d10fd895e' class='xr-var-data-in' type='checkbox'><label for='data-50ba6e9e-d736-4627-a7f9-c62d10fd895e' title='Show/Hide data repr'><svg 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-c9b2a0e4-c30c-49fa-873d-86a2b0f89c24' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-c9b2a0e4-c30c-49fa-873d-86a2b0f89c24' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d0259475-d1c4-49a8-89fd-525059a3a172' class='xr-var-data-in' type='checkbox'><label for='data-d0259475-d1c4-49a8-89fd-525059a3a172' title='Show/Hide data repr'><svg 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-723d6583-7fe4-4377-b93e-9c25450b01cb' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-723d6583-7fe4-4377-b93e-9c25450b01cb' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a7259e62-883d-43f5-a7bd-e688879a9fcc' class='xr-var-data-in' type='checkbox'><label for='data-a7259e62-883d-43f5-a7bd-e688879a9fcc' title='Show/Hide data repr'><svg 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-067be3da-f473-4772-88a4-61d4faa4be54' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-067be3da-f473-4772-88a4-61d4faa4be54' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-94456481-ab4e-4b25-a742-db4ea45c2213' class='xr-var-data-in' type='checkbox'><label for='data-94456481-ab4e-4b25-a742-db4ea45c2213' title='Show/Hide data repr'><svg 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-d4daf463-83a1-495a-bd36-81b0168d9dc2' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d4daf463-83a1-495a-bd36-81b0168d9dc2' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9bab29a5-7b2b-4025-9b51-303b8490a241' class='xr-var-data-in' type='checkbox'><label for='data-9bab29a5-7b2b-4025-9b51-303b8490a241' title='Show/Hide data repr'><svg 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-e1f4e85f-0494-451a-98f1-8f9e178b4b13' class='xr-section-summary-in' type='checkbox'  ><label for='section-e1f4e85f-0494-451a-98f1-8f9e178b4b13' 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'>-9.238e-07 2.685e-05 ... 0.002196</div><input id='attrs-a30846b2-5cd7-41b2-aff9-89bdf2d6375d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-a30846b2-5cd7-41b2-aff9-89bdf2d6375d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-efcc14b9-f0ae-4dde-a5cd-a9aee5600c76' class='xr-var-data-in' type='checkbox'><label for='data-efcc14b9-f0ae-4dde-a5cd-a9aee5600c76' title='Show/Hide data repr'><svg 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>[-9.23750000e-07  2.19648875e-03]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([[-9.23750000e-07,  2.68537500e-05],[ 1.06625000e-06,  2.88437500e-05],[ 3.04625000e-06,  3.08237500e-05],[ 5.03125000e-06,  3.28087500e-05],[ 7.01625000e-06,  3.47937500e-05],[ 1.09812500e-05,  3.87587500e-05],[ 1.69362500e-05,  4.47137500e-05],[ 2.48712500e-05,  5.26487500e-05],[ 3.47962500e-05,  6.25737500e-05],[ 4.86812500e-05,  7.64587500e-05],[ 6.45562500e-05,  9.23337500e-05],[ 8.83712500e-05,  1.16148750e-04],[ 1.20111250e-04,  1.47888750e-04],[ 1.59791250e-04,  1.87568750e-04],[ 2.15351250e-04,  2.43128750e-04],[ 2.88761250e-04,  3.16538750e-04],[ 3.85981250e-04,  4.13758750e-04],[ 5.16941250e-04,  5.44718750e-04],[ 6.88561250e-04,  7.16338750e-04],[ 9.18721250e-04,  9.46498750e-04],[ 1.22331125e-03,  1.25108875e-03],[ 1.62901125e-03,  1.65678875e-03],[ 2.16871125e-03,  2.19648875e-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-484ae0da-1946-408a-80e1-6e9f11d28880' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-484ae0da-1946-408a-80e1-6e9f11d28880' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-262cfe4f-bc1b-4e9c-93dd-f0596f045f52' class='xr-var-data-in' type='checkbox'><label for='data-262cfe4f-bc1b-4e9c-93dd-f0596f045f52' title='Show/Hide data repr'><svg 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-b1ad3fc7-fbec-4280-b719-af6af44a971f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b1ad3fc7-fbec-4280-b719-af6af44a971f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-c2fe0fd9-92d5-427d-ad74-a4a48081c989' class='xr-var-data-in' type='checkbox'><label for='data-c2fe0fd9-92d5-427d-ad74-a4a48081c989' title='Show/Hide data repr'><svg 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-68c9b48a-3cb8-4851-940b-c2ef8b8671e9' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-68c9b48a-3cb8-4851-940b-c2ef8b8671e9' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-2c71de09-6e68-4fc1-8b0f-49fc0598bc56' class='xr-var-data-in' type='checkbox'><label for='data-2c71de09-6e68-4fc1-8b0f-49fc0598bc56' title='Show/Hide data repr'><svg 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-f427c514-f902-4563-86a6-5312177ad4f2' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f427c514-f902-4563-86a6-5312177ad4f2' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-4113ce97-ca30-4f32-b77b-97d1f854fdcf' class='xr-var-data-in' type='checkbox'><label for='data-4113ce97-ca30-4f32-b77b-97d1f854fdcf' title='Show/Hide data repr'><svg 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-e2702c70-f787-4547-b81d-b3d40d32fae2' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e2702c70-f787-4547-b81d-b3d40d32fae2' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-17aff837-2e4a-4f50-b83c-b4e75fae605c' class='xr-var-data-in' type='checkbox'><label for='data-17aff837-2e4a-4f50-b83c-b4e75fae605c' title='Show/Hide data repr'><svg 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-7d6a0183-78b7-4db1-84b7-9c8a679c8b99' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-7d6a0183-78b7-4db1-84b7-9c8a679c8b99' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-8908c760-2937-47fe-b2c9-50d1c968a383' class='xr-var-data-in' type='checkbox'><label for='data-8908c760-2937-47fe-b2c9-50d1c968a383' title='Show/Hide data repr'><svg 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-2e79b74e-da66-4460-9954-6c6fa1b71ad5' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-2e79b74e-da66-4460-9954-6c6fa1b71ad5' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-cfce4b6e-3cbd-4e15-b9ca-daadfd40af8e' class='xr-var-data-in' type='checkbox'><label for='data-cfce4b6e-3cbd-4e15-b9ca-daadfd40af8e' title='Show/Hide data repr'><svg 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-52859779-579d-4ec9-b6c2-7c002beaaee7' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-52859779-579d-4ec9-b6c2-7c002beaaee7' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-c842149c-8a51-4c74-a1fd-8c34b79e7f5b' class='xr-var-data-in' type='checkbox'><label for='data-c842149c-8a51-4c74-a1fd-8c34b79e7f5b' title='Show/Hide data repr'><svg 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-5b9b0bf0-259c-494c-b3e7-cd5a1645bf5d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-5b9b0bf0-259c-494c-b3e7-cd5a1645bf5d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3526ba1f-7b6d-4baa-9212-a5eec546ff5f' class='xr-var-data-in' type='checkbox'><label for='data-3526ba1f-7b6d-4baa-9212-a5eec546ff5f' title='Show/Hide data repr'><svg 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-234e0745-9d0a-4ab2-9b73-86ea12e325dd' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-234e0745-9d0a-4ab2-9b73-86ea12e325dd' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-0cce9893-8156-4e3b-83d1-c163d1585805' class='xr-var-data-in' type='checkbox'><label for='data-0cce9893-8156-4e3b-83d1-c163d1585805' title='Show/Hide data repr'><svg 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-8f51311e-8a6b-4f07-8364-712b76c4e6fc' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-8f51311e-8a6b-4f07-8364-712b76c4e6fc' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d5f4c0d2-3c57-4f86-a3e6-d5993407b109' class='xr-var-data-in' type='checkbox'><label for='data-d5f4c0d2-3c57-4f86-a3e6-d5993407b109' title='Show/Hide data repr'><svg 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-c56ec980-6822-48d7-905c-ec461d89ca0c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-c56ec980-6822-48d7-905c-ec461d89ca0c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3cc5047b-c3eb-4c67-826a-5fbf6979114e' class='xr-var-data-in' type='checkbox'><label for='data-3cc5047b-c3eb-4c67-826a-5fbf6979114e' title='Show/Hide data repr'><svg 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-8aecc885-c74f-43ae-8ea5-e869ad24f4d3' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-8aecc885-c74f-43ae-8ea5-e869ad24f4d3' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-fba1c841-d7d0-4c19-81c8-4d1aa04eaf43' class='xr-var-data-in' type='checkbox'><label for='data-fba1c841-d7d0-4c19-81c8-4d1aa04eaf43' title='Show/Hide data repr'><svg 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-8b5173ef-547d-4a4a-a584-ca293a891ff9' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-8b5173ef-547d-4a4a-a584-ca293a891ff9' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-524d384c-9145-47c4-b136-5ee844851e4a' class='xr-var-data-in' type='checkbox'><label for='data-524d384c-9145-47c4-b136-5ee844851e4a' title='Show/Hide data repr'><svg 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-9502a4ae-ad9f-4f95-928d-47d93fe40a2f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-9502a4ae-ad9f-4f95-928d-47d93fe40a2f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d0cd256a-c6e7-4beb-8978-6db5bdc0a8cc' class='xr-var-data-in' type='checkbox'><label for='data-d0cd256a-c6e7-4beb-8978-6db5bdc0a8cc' title='Show/Hide data repr'><svg 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-8224a568-d6b3-4647-a05c-14c5722945cf' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-8224a568-d6b3-4647-a05c-14c5722945cf' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-569b6eb4-5462-41bd-aaee-54aa781a6790' class='xr-var-data-in' type='checkbox'><label for='data-569b6eb4-5462-41bd-aaee-54aa781a6790' title='Show/Hide data repr'><svg 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-fd1945ce-f208-4bc9-a406-8ce40642e5df' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-fd1945ce-f208-4bc9-a406-8ce40642e5df' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-58bcff80-3d53-44fe-aba4-dcd9795dad7c' class='xr-var-data-in' type='checkbox'><label for='data-58bcff80-3d53-44fe-aba4-dcd9795dad7c' title='Show/Hide data repr'><svg 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-0e54ac9c-a0f2-44d2-9f08-b46a8efdd2a4' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0e54ac9c-a0f2-44d2-9f08-b46a8efdd2a4' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-35b4e467-ae14-468b-9c6f-3db98a66ee63' class='xr-var-data-in' type='checkbox'><label for='data-35b4e467-ae14-468b-9c6f-3db98a66ee63' title='Show/Hide data repr'><svg 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-7949db8c-33da-41f0-beb3-58180b36e689' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-7949db8c-33da-41f0-beb3-58180b36e689' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-76d7a5d1-d3c1-440a-9f06-ca976b95c4fe' class='xr-var-data-in' type='checkbox'><label for='data-76d7a5d1-d3c1-440a-9f06-ca976b95c4fe' title='Show/Hide data repr'><svg 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-0eed9845-d5d7-4a9f-9e15-2384ef670e95' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0eed9845-d5d7-4a9f-9e15-2384ef670e95' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-78e2a54d-eb13-4d6b-93f4-45e676da30af' class='xr-var-data-in' type='checkbox'><label for='data-78e2a54d-eb13-4d6b-93f4-45e676da30af' title='Show/Hide data repr'><svg 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-0d8c0737-4282-4a47-afa8-3fd039b83c83' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0d8c0737-4282-4a47-afa8-3fd039b83c83' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-ed1f2416-b27e-4bba-a7ab-c22674fdbc82' class='xr-var-data-in' type='checkbox'><label for='data-ed1f2416-b27e-4bba-a7ab-c22674fdbc82' title='Show/Hide data repr'><svg 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-4f37d889-4a51-49c7-bb38-a62ffd83235c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-4f37d889-4a51-49c7-bb38-a62ffd83235c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e12843b0-6701-4e1c-b6d3-947c58486e27' class='xr-var-data-in' type='checkbox'><label for='data-e12843b0-6701-4e1c-b6d3-947c58486e27' title='Show/Hide data repr'><svg 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-e575f3a6-c589-41a9-90e3-d64cc5a12586' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e575f3a6-c589-41a9-90e3-d64cc5a12586' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3043de9b-3b3c-41f8-b1f7-c14aeb6ef075' class='xr-var-data-in' type='checkbox'><label for='data-3043de9b-3b3c-41f8-b1f7-c14aeb6ef075' title='Show/Hide data repr'><svg 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-fe0faacb-1bd6-4ebd-840d-3665e1e0bbb6' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-fe0faacb-1bd6-4ebd-840d-3665e1e0bbb6' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-fa3b0125-60d6-49f9-86a9-5cafebd8267b' class='xr-var-data-in' type='checkbox'><label for='data-fa3b0125-60d6-49f9-86a9-5cafebd8267b' title='Show/Hide data repr'><svg 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-f774652a-8d48-4010-9854-34805a402255' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f774652a-8d48-4010-9854-34805a402255' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-379d7f1e-7587-4654-b4f9-63338a0f0579' class='xr-var-data-in' type='checkbox'><label for='data-379d7f1e-7587-4654-b4f9-63338a0f0579' title='Show/Hide data repr'><svg 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-6add86fc-7cce-410e-a97b-c53756820fce' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6add86fc-7cce-410e-a97b-c53756820fce' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a642a766-7f6a-49d5-9380-706122ca5b53' class='xr-var-data-in' type='checkbox'><label for='data-a642a766-7f6a-49d5-9380-706122ca5b53' title='Show/Hide data repr'><svg 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-e778c681-db10-40b9-97d8-edd113bdb004' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e778c681-db10-40b9-97d8-edd113bdb004' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d3da38d6-e4ef-48fd-ab89-3132d98cee71' class='xr-var-data-in' type='checkbox'><label for='data-d3da38d6-e4ef-48fd-ab89-3132d98cee71' title='Show/Hide data repr'><svg 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-48e38f33-0d42-4401-a041-f65d7e1105a9' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-48e38f33-0d42-4401-a041-f65d7e1105a9' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1855e9f8-57f0-48fc-b3ad-bb2922926b43' class='xr-var-data-in' type='checkbox'><label for='data-1855e9f8-57f0-48fc-b3ad-bb2922926b43' title='Show/Hide data repr'><svg 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-3226d4a3-29f6-403b-84a3-894ee16ac913' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3226d4a3-29f6-403b-84a3-894ee16ac913' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-55ba1ef6-817f-4769-aa93-87d79de0ff38' class='xr-var-data-in' type='checkbox'><label for='data-55ba1ef6-817f-4769-aa93-87d79de0ff38' title='Show/Hide data repr'><svg 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-bbc4ffbc-51a3-471d-ad43-32f291505793' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-bbc4ffbc-51a3-471d-ad43-32f291505793' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-90cc6f07-8d64-40ca-97a0-4c2d5063ab36' class='xr-var-data-in' type='checkbox'><label for='data-90cc6f07-8d64-40ca-97a0-4c2d5063ab36' title='Show/Hide data repr'><svg 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-118ca6fc-5aa2-4123-9a1b-60d9c15f8c18' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-118ca6fc-5aa2-4123-9a1b-60d9c15f8c18' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-df559e0b-e1da-4b0b-a62a-6e35cc215931' class='xr-var-data-in' type='checkbox'><label for='data-df559e0b-e1da-4b0b-a62a-6e35cc215931' title='Show/Hide data repr'><svg 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-3aa4045a-c523-4334-bb92-a8f68fc59678' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3aa4045a-c523-4334-bb92-a8f68fc59678' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9b307631-92a6-47f0-ab0d-c21056cf5217' class='xr-var-data-in' type='checkbox'><label for='data-9b307631-92a6-47f0-ab0d-c21056cf5217' title='Show/Hide data repr'><svg 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-5398922d-d3a2-4424-8d4d-0f028211bfa9' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-5398922d-d3a2-4424-8d4d-0f028211bfa9' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e0760534-3927-4ef4-9676-34f6d0eee032' class='xr-var-data-in' type='checkbox'><label for='data-e0760534-3927-4ef4-9676-34f6d0eee032' title='Show/Hide data repr'><svg 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-a58a00f2-d8ac-4a3a-9ad1-4ccf23b229ac' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-a58a00f2-d8ac-4a3a-9ad1-4ccf23b229ac' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-fdf98c13-1b8e-4afa-b1f9-7896fa5eae74' class='xr-var-data-in' type='checkbox'><label for='data-fdf98c13-1b8e-4afa-b1f9-7896fa5eae74' title='Show/Hide data repr'><svg 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-ce4cdd00-7b3f-44ba-b57d-6015eea78d6f' class='xr-section-summary-in' type='checkbox'  ><label for='section-ce4cdd00-7b3f-44ba-b57d-6015eea78d6f' class='xr-section-summary' >Attributes: <span>(13)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><dl class='xr-attrs'><dt><span>type :</span></dt><dd>system</dd><dt><span>mode :</span></dt><dd>ground</dd><dt><span>method :</span></dt><dd>electromagnetic</dd><dt><span>submethod :</span></dt><dd>time domain</dd><dt><span>instrument :</span></dt><dd>loupe</dd><dt><span>uuid :</span></dt><dd>e456af4b-196a-4483-a615-f078c18cbf87</dd><dt><span>name :</span></dt><dd>loupe_system</dd><dt><span>data_normalized :</span></dt><dd>True</dd><dt><span>reference_frame :</span></dt><dd>right-handed positive down</dd><dt><span>sample_rate :</span></dt><dd>0.1</dd><dt><span>digitization_frequency :</span></dt><dd>504000.0</dd><dt><span>stacks :</span></dt><dd>360</dd><dt><span>powerline_frequency :</span></dt><dd>60.0</dd></dl></div></li></ul></div></div></div></div></li><li class='xr-section-item'><input id='section-a9145f52-8e65-4853-9eb1-f937d1cabc22' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-a9145f52-8e65-4853-9eb1-f937d1cabc22' 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-87c54142-7510-4511-9d26-e4140121be19' class='xr-section-summary-in' type='checkbox'  checked><label for='section-87c54142-7510-4511-9d26-e4140121be19' class='xr-section-summary' >Coordinates: <span>(6)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>index</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>int32</div><div class='xr-var-preview xr-preview'>0 1 2 3 4 ... 2470 2471 2472 2473</div><input id='attrs-6939466e-bc44-4f55-8b1f-b3ebc0dd6204' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6939466e-bc44-4f55-8b1f-b3ebc0dd6204' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-62c50112-425e-434a-b23f-14ba9e9715b9' class='xr-var-data-in' type='checkbox'><label for='data-62c50112-425e-434a-b23f-14ba9e9715b9' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>index</dd><dt><span>long_name :</span></dt><dd>Index of individual data points</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[   0. 2473.]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([   0,    1,    2, ..., 2471, 2472, 2473], shape=(2474,), dtype=int32)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>gate_times</span></div><div class='xr-var-dims'>(gate_times)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.297e-05 1.495e-05 ... 0.002183</div><input id='attrs-b6a3258b-c294-4ed3-a7cf-cc6ee883d1ee' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b6a3258b-c294-4ed3-a7cf-cc6ee883d1ee' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-30379aba-276c-4bc0-8df1-bea9efb8b981' class='xr-var-data-in' type='checkbox'><label for='data-30379aba-276c-4bc0-8df1-bea9efb8b981' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>gate_times</dd><dt><span>long_name :</span></dt><dd>receiver gate times</dd><dt><span>units :</span></dt><dd>seconds</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>valid_range :</span></dt><dd>[1.2965e-05 2.1826e-03]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd><dt><span>bounds :</span></dt><dd>gate_times_bnds</dd></dl></div><div class='xr-var-data'><pre>array([1.2965e-05, 1.4955e-05, 1.6935e-05, 1.8920e-05, 2.0905e-05, 2.4870e-05,
           3.0825e-05, 3.8760e-05, 4.8685e-05, 6.2570e-05, 7.8445e-05, 1.0226e-04,
           1.3400e-04, 1.7368e-04, 2.2924e-04, 3.0265e-04, 3.9987e-04, 5.3083e-04,
           7.0245e-04, 9.3261e-04, 1.2372e-03, 1.6429e-03, 2.1826e-03])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>spatial_ref</span></div><div class='xr-var-dims'>()</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.0</div><input id='attrs-67dd6d84-cbc9-43f8-aa6a-647767b555ee' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-67dd6d84-cbc9-43f8-aa6a-647767b555ee' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-64d03123-9538-4f71-b1c6-49986ada9e06' class='xr-var-data-in' type='checkbox'><label for='data-64d03123-9538-4f71-b1c6-49986ada9e06' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>crs_wkt :</span></dt><dd>PROJCRS[&quot;WGS 84 / UTM zone 16N&quot;,BASEGEOGCRS[&quot;WGS 84&quot;,ENSEMBLE[&quot;World Geodetic System 1984 ensemble&quot;,MEMBER[&quot;World Geodetic System 1984 (Transit)&quot;],MEMBER[&quot;World Geodetic System 1984 (G730)&quot;],MEMBER[&quot;World Geodetic System 1984 (G873)&quot;],MEMBER[&quot;World Geodetic System 1984 (G1150)&quot;],MEMBER[&quot;World Geodetic System 1984 (G1674)&quot;],MEMBER[&quot;World Geodetic System 1984 (G1762)&quot;],MEMBER[&quot;World Geodetic System 1984 (G2139)&quot;],MEMBER[&quot;World Geodetic System 1984 (G2296)&quot;],ELLIPSOID[&quot;WGS 84&quot;,6378137,298.257223563,LENGTHUNIT[&quot;metre&quot;,1]],ENSEMBLEACCURACY[2.0]],PRIMEM[&quot;Greenwich&quot;,0,ANGLEUNIT[&quot;degree&quot;,0.0174532925199433]],ID[&quot;EPSG&quot;,4326]],CONVERSION[&quot;UTM zone 16N&quot;,METHOD[&quot;Transverse Mercator&quot;,ID[&quot;EPSG&quot;,9807]],PARAMETER[&quot;Latitude of natural origin&quot;,0,ANGLEUNIT[&quot;degree&quot;,0.0174532925199433],ID[&quot;EPSG&quot;,8801]],PARAMETER[&quot;Longitude of natural origin&quot;,-87,ANGLEUNIT[&quot;degree&quot;,0.0174532925199433],ID[&quot;EPSG&quot;,8802]],PARAMETER[&quot;Scale factor at natural origin&quot;,0.9996,SCALEUNIT[&quot;unity&quot;,1],ID[&quot;EPSG&quot;,8805]],PARAMETER[&quot;False easting&quot;,500000,LENGTHUNIT[&quot;metre&quot;,1],ID[&quot;EPSG&quot;,8806]],PARAMETER[&quot;False northing&quot;,0,LENGTHUNIT[&quot;metre&quot;,1],ID[&quot;EPSG&quot;,8807]]],CS[Cartesian,2],AXIS[&quot;(E)&quot;,east,ORDER[1],LENGTHUNIT[&quot;metre&quot;,1]],AXIS[&quot;(N)&quot;,north,ORDER[2],LENGTHUNIT[&quot;metre&quot;,1]],USAGE[SCOPE[&quot;Navigation and medium accuracy spatial referencing.&quot;],AREA[&quot;Between 90°W and 84°W, northern hemisphere between equator and 84°N, onshore and offshore. Belize. Canada - Manitoba; Nunavut; Ontario. Costa Rica. Cuba. Ecuador - Galapagos. El Salvador. Guatemala. Honduras. Mexico. Nicaragua. United States (USA).&quot;],BBOX[0,-90,84,-84]],ID[&quot;EPSG&quot;,32616]]</dd><dt><span>semi_major_axis :</span></dt><dd>6378137.0</dd><dt><span>semi_minor_axis :</span></dt><dd>6356752.314245179</dd><dt><span>inverse_flattening :</span></dt><dd>298.257223563</dd><dt><span>reference_ellipsoid_name :</span></dt><dd>WGS 84</dd><dt><span>longitude_of_prime_meridian :</span></dt><dd>0.0</dd><dt><span>prime_meridian_name :</span></dt><dd>Greenwich</dd><dt><span>geographic_crs_name :</span></dt><dd>WGS 84</dd><dt><span>horizontal_datum_name :</span></dt><dd>World Geodetic System 1984 ensemble</dd><dt><span>projected_crs_name :</span></dt><dd>WGS 84 / UTM zone 16N</dd><dt><span>grid_mapping_name :</span></dt><dd>transverse_mercator</dd><dt><span>latitude_of_projection_origin :</span></dt><dd>0.0</dd><dt><span>longitude_of_central_meridian :</span></dt><dd>-87.0</dd><dt><span>false_easting :</span></dt><dd>500000.0</dd><dt><span>false_northing :</span></dt><dd>0.0</dd><dt><span>scale_factor_at_central_meridian :</span></dt><dd>0.9996</dd><dt><span>authority :</span></dt><dd>EPSG</dd><dt><span>wkid :</span></dt><dd>32616</dd></dl></div><div class='xr-var-data'><pre>array(0.)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>x</span></div><div class='xr-var-dims'>(index)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>5.248e+05 5.248e+05 ... 5.246e+05</div><input id='attrs-a0ad4bfc-acb8-4a3a-86ac-2aa800e3803c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-a0ad4bfc-acb8-4a3a-86ac-2aa800e3803c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-0fbecdff-e01d-4a16-a630-153589b2380b' class='xr-var-data-in' type='checkbox'><label for='data-0fbecdff-e01d-4a16-a630-153589b2380b' title='Show/Hide data repr'><svg 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-994ffdc2-7be9-4bdd-b188-644cc03a7053' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-994ffdc2-7be9-4bdd-b188-644cc03a7053' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9d385c99-2f1e-4b80-a919-f7b0325de3b2' class='xr-var-data-in' type='checkbox'><label for='data-9d385c99-2f1e-4b80-a919-f7b0325de3b2' title='Show/Hide data repr'><svg 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-68d1dab9-bb15-4bb9-9c84-c2695481c071' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-68d1dab9-bb15-4bb9-9c84-c2695481c071' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-7ea24f50-dcf1-47ae-a56e-c3905ab57b10' class='xr-var-data-in' type='checkbox'><label for='data-7ea24f50-dcf1-47ae-a56e-c3905ab57b10' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>standard_name :</span></dt><dd>z</dd><dt><span>long_name :</span></dt><dd>(m) Calculated reading position height above MSL (in selected GRID)</dd><dt><span>null_value :</span></dt><dd>not_defined</dd><dt><span>units :</span></dt><dd>not_defined</dd><dt><span>axis :</span></dt><dd>Z</dd><dt><span>positive :</span></dt><dd>up</dd><dt><span>datum :</span></dt><dd>ground_surface</dd><dt><span>valid_range :</span></dt><dd>[210.1 215.1]</dd><dt><span>grid_mapping :</span></dt><dd>spatial_ref</dd></dl></div><div class='xr-var-data'><pre>array([211.5, 211.5, 211.5, ..., 211. , 211.1, 211.1], shape=(2474,))</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-1d4ace8d-f1c1-4845-a611-f32d03d9e7b1' class='xr-section-summary-in' type='checkbox'  ><label for='section-1d4ace8d-f1c1-4845-a611-f32d03d9e7b1' 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-69bcd493-5df4-4c86-97cd-6fac6a080a99' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-69bcd493-5df4-4c86-97cd-6fac6a080a99' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9aad5904-b5dc-4a0e-9e11-d50f921239ee' class='xr-var-data-in' type='checkbox'><label for='data-9aad5904-b5dc-4a0e-9e11-d50f921239ee' title='Show/Hide data repr'><svg 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-8066584c-128b-4f0f-90d4-69b396ffb693' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-8066584c-128b-4f0f-90d4-69b396ffb693' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-6d044190-d80f-4e6b-94e5-4362d5780e9a' class='xr-var-data-in' type='checkbox'><label for='data-6d044190-d80f-4e6b-94e5-4362d5780e9a' title='Show/Hide data repr'><svg 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-7f516019-8769-4823-a5ef-aac974164e04' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-7f516019-8769-4823-a5ef-aac974164e04' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-13acae8a-c593-4746-a2dd-218b97a3aa80' class='xr-var-data-in' type='checkbox'><label for='data-13acae8a-c593-4746-a2dd-218b97a3aa80' title='Show/Hide data repr'><svg 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-85efcfc7-db1b-48ed-807c-dfeb1bd76560' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-85efcfc7-db1b-48ed-807c-dfeb1bd76560' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-de6e971a-704d-46cc-b2ae-95817d000929' class='xr-var-data-in' type='checkbox'><label for='data-de6e971a-704d-46cc-b2ae-95817d000929' title='Show/Hide data repr'><svg 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-632e61ef-5a2d-42e1-9f73-b14a25d64624' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-632e61ef-5a2d-42e1-9f73-b14a25d64624' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3a7b4fdc-460b-4d58-a5b5-22e9f0d59c2e' class='xr-var-data-in' type='checkbox'><label for='data-3a7b4fdc-460b-4d58-a5b5-22e9f0d59c2e' title='Show/Hide data repr'><svg 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-84564dfe-79de-483f-a7b2-416dcfa0e28d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-84564dfe-79de-483f-a7b2-416dcfa0e28d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3a060efd-f9f3-495e-ab07-cf1d19c4e940' class='xr-var-data-in' type='checkbox'><label for='data-3a060efd-f9f3-495e-ab07-cf1d19c4e940' title='Show/Hide data repr'><svg 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-58261b35-5d70-405d-a587-4e4a3121b8c3' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-58261b35-5d70-405d-a587-4e4a3121b8c3' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-0fd815c8-fe53-412d-8a6d-67d8dd8c2af7' class='xr-var-data-in' type='checkbox'><label for='data-0fd815c8-fe53-412d-8a6d-67d8dd8c2af7' title='Show/Hide data repr'><svg 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-3e89968a-165f-4f5c-b7c1-fb1f61d3fbf6' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3e89968a-165f-4f5c-b7c1-fb1f61d3fbf6' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1b59dd7d-95ce-4165-a11c-b5e6c5ab5848' class='xr-var-data-in' type='checkbox'><label for='data-1b59dd7d-95ce-4165-a11c-b5e6c5ab5848' title='Show/Hide data repr'><svg 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-0c00727b-8987-4f2e-8a10-24de0be93818' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0c00727b-8987-4f2e-8a10-24de0be93818' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-2e94578c-2ab0-4be6-8f8a-0be766f95cff' class='xr-var-data-in' type='checkbox'><label for='data-2e94578c-2ab0-4be6-8f8a-0be766f95cff' title='Show/Hide data repr'><svg 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-58bb5d3d-ac21-4f71-a6d7-45b975c07370' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-58bb5d3d-ac21-4f71-a6d7-45b975c07370' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1987f0bd-5081-40dc-953b-2caa48091ef3' class='xr-var-data-in' type='checkbox'><label for='data-1987f0bd-5081-40dc-953b-2caa48091ef3' title='Show/Hide data repr'><svg 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-8c318aaf-efe6-4e13-9356-2d6b6af964cf' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-8c318aaf-efe6-4e13-9356-2d6b6af964cf' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f1e8d025-dcc2-4237-9fe3-b9225a040b25' class='xr-var-data-in' type='checkbox'><label for='data-f1e8d025-dcc2-4237-9fe3-b9225a040b25' title='Show/Hide data repr'><svg 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-8ccfbbff-c501-45b6-a6fe-f97c407d2bb6' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-8ccfbbff-c501-45b6-a6fe-f97c407d2bb6' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3fa1ec1e-cb4b-4ab6-ae38-0ec48a7c9166' class='xr-var-data-in' type='checkbox'><label for='data-3fa1ec1e-cb4b-4ab6-ae38-0ec48a7c9166' title='Show/Hide data repr'><svg 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-3cc1357b-5300-4160-aba7-9d978d7a0fe5' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3cc1357b-5300-4160-aba7-9d978d7a0fe5' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-169044ef-cfe6-4070-9ad3-dc3373cee86e' class='xr-var-data-in' type='checkbox'><label for='data-169044ef-cfe6-4070-9ad3-dc3373cee86e' title='Show/Hide data repr'><svg 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-0bad11af-9326-466b-be16-ce3596f81636' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0bad11af-9326-466b-be16-ce3596f81636' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-51c5469a-0f71-4807-9937-f79f58490bbc' class='xr-var-data-in' type='checkbox'><label for='data-51c5469a-0f71-4807-9937-f79f58490bbc' title='Show/Hide data repr'><svg 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-079eef72-a3af-465f-bad9-06c1bc845e6b' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-079eef72-a3af-465f-bad9-06c1bc845e6b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9b34b977-c0fa-4ce2-a115-91e5be0b9232' class='xr-var-data-in' type='checkbox'><label for='data-9b34b977-c0fa-4ce2-a115-91e5be0b9232' title='Show/Hide data repr'><svg 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-a643cdbd-d3f1-4382-bd53-88a75ab921fb' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-a643cdbd-d3f1-4382-bd53-88a75ab921fb' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-984d221c-f4b3-45c5-bd28-2459cc928c29' class='xr-var-data-in' type='checkbox'><label for='data-984d221c-f4b3-45c5-bd28-2459cc928c29' title='Show/Hide data repr'><svg 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-5bb0ba14-143b-48dd-883d-23fc24d1beea' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-5bb0ba14-143b-48dd-883d-23fc24d1beea' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-512468a1-ba11-4f0f-9fa3-0220d45bdc94' class='xr-var-data-in' type='checkbox'><label for='data-512468a1-ba11-4f0f-9fa3-0220d45bdc94' title='Show/Hide data repr'><svg 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-31168988-dc2d-4b2e-a239-e463c9dd0e76' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-31168988-dc2d-4b2e-a239-e463c9dd0e76' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e21905f8-94a8-4247-a407-f5fb2875307e' class='xr-var-data-in' type='checkbox'><label for='data-e21905f8-94a8-4247-a407-f5fb2875307e' title='Show/Hide data repr'><svg 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-6821181c-7079-49d7-bfab-018ec9fc71f3' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6821181c-7079-49d7-bfab-018ec9fc71f3' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-6de12ba9-d976-4f7b-a626-c9354349ceb0' class='xr-var-data-in' type='checkbox'><label for='data-6de12ba9-d976-4f7b-a626-c9354349ceb0' title='Show/Hide data repr'><svg 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-b3bb9c7f-27a7-4a0d-869d-71a670fa4bb4' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b3bb9c7f-27a7-4a0d-869d-71a670fa4bb4' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-658ca0f1-fa2c-48b3-b28d-2682f9690182' class='xr-var-data-in' type='checkbox'><label for='data-658ca0f1-fa2c-48b3-b28d-2682f9690182' title='Show/Hide data repr'><svg 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-a9e1c534-69d4-4e9c-8df1-65cf5b04c5fa' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-a9e1c534-69d4-4e9c-8df1-65cf5b04c5fa' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-5816d6de-d56f-46ed-b0cd-41d4f477bebc' class='xr-var-data-in' type='checkbox'><label for='data-5816d6de-d56f-46ed-b0cd-41d4f477bebc' title='Show/Hide data repr'><svg 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-855b47ce-dbfd-49d9-a2cc-7ec7f25731fa' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-855b47ce-dbfd-49d9-a2cc-7ec7f25731fa' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-c370aca8-1d88-48cc-a229-5f8809e67500' class='xr-var-data-in' type='checkbox'><label for='data-c370aca8-1d88-48cc-a229-5f8809e67500' title='Show/Hide data repr'><svg 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-0c1d0a6d-c818-40d6-ab94-b5426463817a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0c1d0a6d-c818-40d6-ab94-b5426463817a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-8fdae8fa-6768-4d4f-9ba1-dc23223aeb23' class='xr-var-data-in' type='checkbox'><label for='data-8fdae8fa-6768-4d4f-9ba1-dc23223aeb23' title='Show/Hide data repr'><svg 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-7b6cd5ad-d8ce-46e3-ba35-ff613677b0ec' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-7b6cd5ad-d8ce-46e3-ba35-ff613677b0ec' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-98ff2dc8-765c-46c5-872b-17401026d073' class='xr-var-data-in' type='checkbox'><label for='data-98ff2dc8-765c-46c5-872b-17401026d073' title='Show/Hide data repr'><svg 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-e2cc6fd8-7035-420b-8862-104f5e0453ad' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e2cc6fd8-7035-420b-8862-104f5e0453ad' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b5b29dba-8f8f-4553-ae8e-240cc6dd330a' class='xr-var-data-in' type='checkbox'><label for='data-b5b29dba-8f8f-4553-ae8e-240cc6dd330a' title='Show/Hide data repr'><svg 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-82798b49-b371-43b6-b992-bf42a710a024' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-82798b49-b371-43b6-b992-bf42a710a024' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-0e96460d-f480-4ce2-91d7-12d10d62db33' class='xr-var-data-in' type='checkbox'><label for='data-0e96460d-f480-4ce2-91d7-12d10d62db33' title='Show/Hide data repr'><svg 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-962a89c2-b960-4c00-bf0b-a6c930b07702' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-962a89c2-b960-4c00-bf0b-a6c930b07702' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e71b3f1e-51de-4332-b32d-528255dfd6ea' class='xr-var-data-in' type='checkbox'><label for='data-e71b3f1e-51de-4332-b32d-528255dfd6ea' title='Show/Hide data repr'><svg 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-e420eeb0-e940-4e2a-96d4-865f5c4b8348' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e420eeb0-e940-4e2a-96d4-865f5c4b8348' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e962ca76-c88f-40ab-a561-df14afb2a0ce' class='xr-var-data-in' type='checkbox'><label for='data-e962ca76-c88f-40ab-a561-df14afb2a0ce' title='Show/Hide data repr'><svg 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-c22b742d-ce4c-40a4-9c7a-fc15efbc6ead' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-c22b742d-ce4c-40a4-9c7a-fc15efbc6ead' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-bfe226ab-2711-4c7b-addd-a61d84dc48a7' class='xr-var-data-in' type='checkbox'><label for='data-bfe226ab-2711-4c7b-addd-a61d84dc48a7' title='Show/Hide data repr'><svg 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-3eedf9f6-2c2a-459b-9483-8c445fc51da2' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3eedf9f6-2c2a-459b-9483-8c445fc51da2' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-cae27748-04ca-45d1-8717-bfdf35e6d0c6' class='xr-var-data-in' type='checkbox'><label for='data-cae27748-04ca-45d1-8717-bfdf35e6d0c6' title='Show/Hide data repr'><svg 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-d1566eb6-d52f-4357-9404-9f6a3e6800f6' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d1566eb6-d52f-4357-9404-9f6a3e6800f6' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-68d65b4e-1b42-4d6d-ac95-1332ae3631b6' class='xr-var-data-in' type='checkbox'><label for='data-68d65b4e-1b42-4d6d-ac95-1332ae3631b6' title='Show/Hide data repr'><svg 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-0eab7281-04a4-4ac5-9d66-db87d0b79113' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0eab7281-04a4-4ac5-9d66-db87d0b79113' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3f0c219d-037c-46d3-84df-c9a3a6bd9bab' class='xr-var-data-in' type='checkbox'><label for='data-3f0c219d-037c-46d3-84df-c9a3a6bd9bab' title='Show/Hide data repr'><svg 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-f3edc00d-3008-4d9d-9718-37aec7662ff3' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f3edc00d-3008-4d9d-9718-37aec7662ff3' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-10732de5-a75c-4ad5-b8ef-48980dbffdb0' class='xr-var-data-in' type='checkbox'><label for='data-10732de5-a75c-4ad5-b8ef-48980dbffdb0' title='Show/Hide data repr'><svg 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-76f2b76c-2966-46a1-b54c-2d6ce4dca5cd' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-76f2b76c-2966-46a1-b54c-2d6ce4dca5cd' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-7291b801-b131-41ea-9018-a5c03161c529' class='xr-var-data-in' type='checkbox'><label for='data-7291b801-b131-41ea-9018-a5c03161c529' title='Show/Hide data repr'><svg 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-ade7bc62-7d53-41bf-b8bd-b9d5090e63f0' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ade7bc62-7d53-41bf-b8bd-b9d5090e63f0' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-60bc097c-1f23-4c7d-b60f-e7273d9c8fab' class='xr-var-data-in' type='checkbox'><label for='data-60bc097c-1f23-4c7d-b60f-e7273d9c8fab' title='Show/Hide data repr'><svg 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-03d10fde-59c7-4fee-a606-44fdc375f447' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-03d10fde-59c7-4fee-a606-44fdc375f447' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-7dad5f28-519e-44c1-aff7-d775fdc411c7' class='xr-var-data-in' type='checkbox'><label for='data-7dad5f28-519e-44c1-aff7-d775fdc411c7' title='Show/Hide data repr'><svg 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-7d475a09-cf5a-47fc-a6d9-f215d7d41bff' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-7d475a09-cf5a-47fc-a6d9-f215d7d41bff' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-29579a11-fe17-49e3-bba3-5d6cc836c74d' class='xr-var-data-in' type='checkbox'><label for='data-29579a11-fe17-49e3-bba3-5d6cc836c74d' title='Show/Hide data repr'><svg 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-184e9123-6b58-4739-a9ce-91ed0d4fb122' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-184e9123-6b58-4739-a9ce-91ed0d4fb122' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-fac56ec2-651a-4e8d-b5c1-c2a0b701adee' class='xr-var-data-in' type='checkbox'><label for='data-fac56ec2-651a-4e8d-b5c1-c2a0b701adee' title='Show/Hide data repr'><svg 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-8c761c3a-d230-47c7-9f5e-71cf25d8034c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-8c761c3a-d230-47c7-9f5e-71cf25d8034c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-0d5f55dc-d5d5-4ebc-9faa-fad9b1c4c90a' class='xr-var-data-in' type='checkbox'><label for='data-0d5f55dc-d5d5-4ebc-9faa-fad9b1c4c90a' title='Show/Hide data repr'><svg 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-bc73eff6-b668-4c5e-a197-70bdd04d9f44' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-bc73eff6-b668-4c5e-a197-70bdd04d9f44' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-2500015d-dac5-4450-9167-8e20d102e4f1' class='xr-var-data-in' type='checkbox'><label for='data-2500015d-dac5-4450-9167-8e20d102e4f1' title='Show/Hide data repr'><svg 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-649fdecf-027c-45fb-a4a6-d2f7bca2b7ec' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-649fdecf-027c-45fb-a4a6-d2f7bca2b7ec' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-7dd9369c-7d3b-482a-99bb-e00cc5c223e4' class='xr-var-data-in' type='checkbox'><label for='data-7dd9369c-7d3b-482a-99bb-e00cc5c223e4' title='Show/Hide data repr'><svg 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-853b6fc2-591c-407d-ae71-59f893475bb6' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-853b6fc2-591c-407d-ae71-59f893475bb6' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-47ab03c3-9d41-4460-a924-5f50a16dd805' class='xr-var-data-in' type='checkbox'><label for='data-47ab03c3-9d41-4460-a924-5f50a16dd805' title='Show/Hide data repr'><svg 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-fd4efb0e-229a-4ad1-88a1-1d152895636e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-fd4efb0e-229a-4ad1-88a1-1d152895636e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-0dae5a17-38b2-4700-a67e-33cc28634393' class='xr-var-data-in' type='checkbox'><label for='data-0dae5a17-38b2-4700-a67e-33cc28634393' title='Show/Hide data repr'><svg 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-ad8fad4b-ccee-4648-b4c4-b5c1339a6974' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ad8fad4b-ccee-4648-b4c4-b5c1339a6974' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-7086611e-3091-4470-ab99-fb5c47d22619' class='xr-var-data-in' type='checkbox'><label for='data-7086611e-3091-4470-ab99-fb5c47d22619' title='Show/Hide data repr'><svg 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-52cfcb56-4c0e-4db0-85e5-afdac54d753e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-52cfcb56-4c0e-4db0-85e5-afdac54d753e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-6168bf5e-6950-4de7-bf2c-11007fabdeab' class='xr-var-data-in' type='checkbox'><label for='data-6168bf5e-6950-4de7-bf2c-11007fabdeab' title='Show/Hide data repr'><svg 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-0c5504d1-82cf-4ac3-9e34-dacf2846dc97' class='xr-section-summary-in' type='checkbox'  checked><label for='section-0c5504d1-82cf-4ac3-9e34-dacf2846dc97' class='xr-section-summary' >Attributes: <span>(6)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><dl class='xr-attrs'><dt><span>uuid :</span></dt><dd>fcf8ea08-1ceb-4a05-a9f9-5110dad67524</dd><dt><span>content :</span></dt><dd>raw data</dd><dt><span>comment :</span></dt><dd>This dataset includes minimally processed (raw) AEM data</dd><dt><span>type :</span></dt><dd>data</dd><dt><span>method :</span></dt><dd>electromagnetic</dd><dt><span>instrument :</span></dt><dd>loupe</dd></dl></div></li></ul></div></div>
    </div>
    <br />
    <br />

.. GENERATED FROM PYTHON SOURCE LINES 35-36

Save to NetCDF file

.. GENERATED FROM PYTHON SOURCE LINES 36-39

.. code-block:: Python

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





.. rst-class:: sphx-glr-script-out

 .. code-block:: none

    uuid
    title
    institution
    source
    history
    references
    comment
    summary
    content
    created_by
    conventions
    type
    _FillValue
    survey_type
    survey_area_name
    state
    country
    acquisition_start
    acquisition_end
    survey_attributes_units
    coordinates
    _FillValue
    electromagnetic_system
    serial_number
    receiver_software_version
    receiver_calibration
    electromagnetic_installation
    vlf_stations
    vlf_frequency
    vlf_coordinates
    coordinates
    _FillValue
    crs_wkt
    semi_major_axis
    semi_minor_axis
    inverse_flattening
    reference_ellipsoid_name
    longitude_of_prime_meridian
    prime_meridian_name
    geographic_crs_name
    horizontal_datum_name
    projected_crs_name
    grid_mapping_name
    latitude_of_projection_origin
    longitude_of_central_meridian
    false_easting
    false_northing
    scale_factor_at_central_meridian
    authority
    wkid
    type
    _FillValue
    crs_wkt
    semi_major_axis
    semi_minor_axis
    inverse_flattening
    reference_ellipsoid_name
    longitude_of_prime_meridian
    prime_meridian_name
    geographic_crs_name
    horizontal_datum_name
    projected_crs_name
    grid_mapping_name
    latitude_of_projection_origin
    longitude_of_central_meridian
    false_easting
    false_northing
    scale_factor_at_central_meridian
    authority
    wkid
    uuid
    content
    comment
    type
    method
    instrument
    standard_name
    long_name
    null_value
    units
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    standard_name
    long_name
    null_value
    units
    grid_mapping
    coordinates
    standard_name
    long_name
    null_value
    units
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    axis
    valid_range
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    axis
    valid_range
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    axis
    positive
    datum
    valid_range
    grid_mapping
    coordinates
    standard_name
    long_name
    null_value
    units
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    standard_name
    long_name
    null_value
    units
    grid_mapping
    coordinates
    standard_name
    long_name
    null_value
    units
    grid_mapping
    coordinates
    standard_name
    long_name
    null_value
    units
    grid_mapping
    coordinates
    standard_name
    long_name
    null_value
    units
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    _FillValue
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    standard_name
    long_name
    null_value
    units
    valid_range
    grid_mapping
    coordinates
    _FillValue
    crs_wkt
    semi_major_axis
    semi_minor_axis
    inverse_flattening
    reference_ellipsoid_name
    longitude_of_prime_meridian
    prime_meridian_name
    geographic_crs_name
    horizontal_datum_name
    projected_crs_name
    grid_mapping_name
    latitude_of_projection_origin
    longitude_of_central_meridian
    false_easting
    false_northing
    scale_factor_at_central_meridian
    authority
    wkid
    standard_name
    long_name
    units
    null_value
    valid_range
    grid_mapping
    _FillValue
    standard_name
    long_name
    null_value
    units
    axis
    valid_range
    grid_mapping
    _FillValue
    standard_name
    long_name
    null_value
    units
    axis
    valid_range
    grid_mapping
    _FillValue
    standard_name
    long_name
    null_value
    units
    axis
    positive
    datum
    valid_range
    grid_mapping
    _FillValue
    standard_name
    long_name
    units
    null_value
    valid_range
    grid_mapping
    bounds
    type
    mode
    method
    submethod
    instrument
    uuid
    name
    data_normalized
    reference_frame
    sample_rate
    digitization_frequency
    stacks
    powerline_frequency
    _FillValue
    standard_name
    long_name
    units
    null_value
    valid_range
    grid_mapping
    _FillValue
    standard_name
    long_name
    null_value
    valid_range
    grid_mapping
    _FillValue
    standard_name
    long_name
    null_value
    valid_range
    grid_mapping
    grid_mapping
    valid_range
    grid_mapping
    _FillValue
    valid_range
    grid_mapping
    units
    grid_mapping
    grid_mapping
    _FillValue
    valid_range
    grid_mapping
    _FillValue
    valid_range
    grid_mapping
    _FillValue
    valid_range
    grid_mapping
    _FillValue
    valid_range
    grid_mapping
    _FillValue
    valid_range
    grid_mapping
    _FillValue
    valid_range
    grid_mapping
    _FillValue
    valid_range
    grid_mapping
    grid_mapping
    _FillValue
    valid_range
    grid_mapping
    grid_mapping
    grid_mapping
    _FillValue
    valid_range
    grid_mapping
    _FillValue
    valid_range
    grid_mapping
    _FillValue
    valid_range
    grid_mapping
    _FillValue
    valid_range
    grid_mapping
    _FillValue
    valid_range
    grid_mapping
    valid_range
    grid_mapping
    grid_mapping
    grid_mapping
    grid_mapping
    _FillValue
    valid_range
    grid_mapping
    _FillValue
    valid_range
    grid_mapping
    _FillValue
    valid_range
    grid_mapping
    _FillValue
    valid_range
    grid_mapping
    grid_mapping
    grid_mapping
    units
    grid_mapping
    standard_name
    long_name
    units
    null_value
    valid_range
    grid_mapping
    standard_name
    long_name
    units
    null_value
    valid_range
    grid_mapping
    bounds
    standard_name
    long_name
    units
    null_value
    valid_range
    grid_mapping
    bounds
    standard_name
    long_name
    units
    null_value
    valid_range
    grid_mapping
    label
    prefix
    long_name
    null_value
    units
    standard_name
    valid_range
    grid_mapping
    standard_name
    long_name
    units
    null_value
    valid_range
    grid_mapping
    standard_name
    long_name
    units
    null_value
    valid_range
    grid_mapping




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






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

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


.. _sphx_glr_download_examples_Creating_GS_Files_plot_csv_loupe.py:

.. only:: html

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

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

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

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

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

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

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


.. only:: html

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

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