{
 "cells": [
  {
   "cell_type": "markdown",
   "id": "03cfc89b-5ee1-49c2-8bc9-ca88c00eb63b",
   "metadata": {},
   "source": [
    "# examples"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 1,
   "id": "9f901d61-adf5-4ad2-a721-b92fb8555642",
   "metadata": {},
   "outputs": [],
   "source": [
    "# import dependencies\n",
    "import xradarsat2"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 2,
   "id": "84c1a31d-c27c-4614-8a39-f4dca2801bf6",
   "metadata": {},
   "outputs": [],
   "source": [
    "# Specify the directory that contains the level 1 files\n",
    "folder_path = \"/home/datawork-cersat-public/cache/project/sarwing/data/RS2/L1/VV_VH/2020/234/RS2_OK123649_PK1086794_DK1033082_SCWA_20200821_133300_VV_VH_SGF\""
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 3,
   "id": "90fb68ff-2c19-4432-8d95-98159ee546a8",
   "metadata": {},
   "outputs": [
    {
     "data": {
      "text/html": [
       "<div><svg style=\"position: absolute; width: 0; height: 0; overflow: hidden\">\n",
       "<defs>\n",
       "<symbol id=\"icon-database\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "<symbol id=\"icon-file-text2\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "</defs>\n",
       "</svg>\n",
       "<style>/* CSS stylesheet for displaying xarray objects in jupyterlab.\n",
       " *\n",
       " */\n",
       "\n",
       ":root {\n",
       "  --xr-font-color0: var(--jp-content-font-color0, rgba(0, 0, 0, 1));\n",
       "  --xr-font-color2: var(--jp-content-font-color2, rgba(0, 0, 0, 0.54));\n",
       "  --xr-font-color3: var(--jp-content-font-color3, rgba(0, 0, 0, 0.38));\n",
       "  --xr-border-color: var(--jp-border-color2, #e0e0e0);\n",
       "  --xr-disabled-color: var(--jp-layout-color3, #bdbdbd);\n",
       "  --xr-background-color: var(--jp-layout-color0, white);\n",
       "  --xr-background-color-row-even: var(--jp-layout-color1, white);\n",
       "  --xr-background-color-row-odd: var(--jp-layout-color2, #eeeeee);\n",
       "}\n",
       "\n",
       "html[theme=dark],\n",
       "body[data-theme=dark],\n",
       "body.vscode-dark {\n",
       "  --xr-font-color0: rgba(255, 255, 255, 1);\n",
       "  --xr-font-color2: rgba(255, 255, 255, 0.54);\n",
       "  --xr-font-color3: rgba(255, 255, 255, 0.38);\n",
       "  --xr-border-color: #1F1F1F;\n",
       "  --xr-disabled-color: #515151;\n",
       "  --xr-background-color: #111111;\n",
       "  --xr-background-color-row-even: #111111;\n",
       "  --xr-background-color-row-odd: #313131;\n",
       "}\n",
       "\n",
       ".xr-wrap {\n",
       "  display: block !important;\n",
       "  min-width: 300px;\n",
       "  max-width: 700px;\n",
       "}\n",
       "\n",
       ".xr-text-repr-fallback {\n",
       "  /* fallback to plain text repr when CSS is not injected (untrusted notebook) */\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-header {\n",
       "  padding-top: 6px;\n",
       "  padding-bottom: 6px;\n",
       "  margin-bottom: 4px;\n",
       "  border-bottom: solid 1px var(--xr-border-color);\n",
       "}\n",
       "\n",
       ".xr-header > div,\n",
       ".xr-header > ul {\n",
       "  display: inline;\n",
       "  margin-top: 0;\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-obj-type,\n",
       ".xr-array-name {\n",
       "  margin-left: 2px;\n",
       "  margin-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-obj-type {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-sections {\n",
       "  padding-left: 0 !important;\n",
       "  display: grid;\n",
       "  grid-template-columns: 150px auto auto 1fr 20px 20px;\n",
       "}\n",
       "\n",
       ".xr-section-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-section-item input {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-item input + label {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label {\n",
       "  cursor: pointer;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label:hover {\n",
       "  color: var(--xr-font-color0);\n",
       "}\n",
       "\n",
       ".xr-section-summary {\n",
       "  grid-column: 1;\n",
       "  color: var(--xr-font-color2);\n",
       "  font-weight: 500;\n",
       "}\n",
       "\n",
       ".xr-section-summary > span {\n",
       "  display: inline-block;\n",
       "  padding-left: 0.5em;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in + label:before {\n",
       "  display: inline-block;\n",
       "  content: '►';\n",
       "  font-size: 11px;\n",
       "  width: 15px;\n",
       "  text-align: center;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label:before {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label:before {\n",
       "  content: '▼';\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label > span {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-summary,\n",
       ".xr-section-inline-details {\n",
       "  padding-top: 4px;\n",
       "  padding-bottom: 4px;\n",
       "}\n",
       "\n",
       ".xr-section-inline-details {\n",
       "  grid-column: 2 / -1;\n",
       "}\n",
       "\n",
       ".xr-section-details {\n",
       "  display: none;\n",
       "  grid-column: 1 / -1;\n",
       "  margin-bottom: 5px;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked ~ .xr-section-details {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-array-wrap {\n",
       "  grid-column: 1 / -1;\n",
       "  display: grid;\n",
       "  grid-template-columns: 20px auto;\n",
       "}\n",
       "\n",
       ".xr-array-wrap > label {\n",
       "  grid-column: 1;\n",
       "  vertical-align: top;\n",
       "}\n",
       "\n",
       ".xr-preview {\n",
       "  color: var(--xr-font-color3);\n",
       "}\n",
       "\n",
       ".xr-array-preview,\n",
       ".xr-array-data {\n",
       "  padding: 0 5px !important;\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-array-data,\n",
       ".xr-array-in:checked ~ .xr-array-preview {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-array-in:checked ~ .xr-array-data,\n",
       ".xr-array-preview {\n",
       "  display: inline-block;\n",
       "}\n",
       "\n",
       ".xr-dim-list {\n",
       "  display: inline-block !important;\n",
       "  list-style: none;\n",
       "  padding: 0 !important;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list li {\n",
       "  display: inline-block;\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list:before {\n",
       "  content: '(';\n",
       "}\n",
       "\n",
       ".xr-dim-list:after {\n",
       "  content: ')';\n",
       "}\n",
       "\n",
       ".xr-dim-list li:not(:last-child):after {\n",
       "  content: ',';\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-has-index {\n",
       "  font-weight: bold;\n",
       "}\n",
       "\n",
       ".xr-var-list,\n",
       ".xr-var-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-var-item > div,\n",
       ".xr-var-item label,\n",
       ".xr-var-item > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-even);\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-var-item > .xr-var-name:hover span {\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-var-list > li:nth-child(odd) > div,\n",
       ".xr-var-list > li:nth-child(odd) > label,\n",
       ".xr-var-list > li:nth-child(odd) > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-odd);\n",
       "}\n",
       "\n",
       ".xr-var-name {\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-var-dims {\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-var-dtype {\n",
       "  grid-column: 3;\n",
       "  text-align: right;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-preview {\n",
       "  grid-column: 4;\n",
       "}\n",
       "\n",
       ".xr-index-preview {\n",
       "  grid-column: 2 / 5;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-name,\n",
       ".xr-var-dims,\n",
       ".xr-var-dtype,\n",
       ".xr-preview,\n",
       ".xr-attrs dt {\n",
       "  white-space: nowrap;\n",
       "  overflow: hidden;\n",
       "  text-overflow: ellipsis;\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-var-name:hover,\n",
       ".xr-var-dims:hover,\n",
       ".xr-var-dtype:hover,\n",
       ".xr-attrs dt:hover {\n",
       "  overflow: visible;\n",
       "  width: auto;\n",
       "  z-index: 1;\n",
       "}\n",
       "\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  display: none;\n",
       "  background-color: var(--xr-background-color) !important;\n",
       "  padding-bottom: 5px !important;\n",
       "}\n",
       "\n",
       ".xr-var-attrs-in:checked ~ .xr-var-attrs,\n",
       ".xr-var-data-in:checked ~ .xr-var-data,\n",
       ".xr-index-data-in:checked ~ .xr-index-data {\n",
       "  display: block;\n",
       "}\n",
       "\n",
       ".xr-var-data > table {\n",
       "  float: right;\n",
       "}\n",
       "\n",
       ".xr-var-name span,\n",
       ".xr-var-data,\n",
       ".xr-index-name div,\n",
       ".xr-index-data,\n",
       ".xr-attrs {\n",
       "  padding-left: 25px !important;\n",
       "}\n",
       "\n",
       ".xr-attrs,\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  grid-column: 1 / -1;\n",
       "}\n",
       "\n",
       "dl.xr-attrs {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  display: grid;\n",
       "  grid-template-columns: 125px auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt,\n",
       ".xr-attrs dd {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  float: left;\n",
       "  padding-right: 10px;\n",
       "  width: auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt {\n",
       "  font-weight: normal;\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-attrs dt:hover span {\n",
       "  display: inline-block;\n",
       "  background: var(--xr-background-color);\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-attrs dd {\n",
       "  grid-column: 2;\n",
       "  white-space: pre-wrap;\n",
       "  word-break: break-all;\n",
       "}\n",
       "\n",
       ".xr-icon-database,\n",
       ".xr-icon-file-text2,\n",
       ".xr-no-icon {\n",
       "  display: inline-block;\n",
       "  vertical-align: middle;\n",
       "  width: 1em;\n",
       "  height: 1.5em !important;\n",
       "  stroke-width: 0;\n",
       "  stroke: currentColor;\n",
       "  fill: currentColor;\n",
       "}\n",
       "</style><pre class='xr-text-repr-fallback'>&lt;xarray.DatasetView&gt;\n",
       "Dimensions:  ()\n",
       "Data variables:\n",
       "    *empty*\n",
       "Attributes:\n",
       "    product_path:           /home/datawork-cersat-public/cache/project/sarwin...\n",
       "    satellite:              RADARSAT-2\n",
       "    inputDatasetId:         /Fred/RSAT-2/525985P\n",
       "    rawDataStartTime:       2020-08-21T13:33:00.289027\n",
       "    satelliteHeight_units:  m\n",
       "    satelliteHeight:        793996.3316241935</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>datatree.DataTree</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-cb32730f-e36d-475b-9131-aee12801668c' class='xr-section-summary-in' type='checkbox'  ><label for='section-cb32730f-e36d-475b-9131-aee12801668c' class='xr-section-summary' >Groups: <span>(5)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><div style='display: inline-grid; grid-template-columns: 100%'><div style='display: inline-grid;'><div style='grid-column-start: 1;border-right: 0.2em solid;border-color: var(--xr-border-color);height: 100%;width: 0px;'></div><div style='grid-column-start: 2;grid-row-start: 1;height: 1em;width: 20px;border-bottom: 0.2em solid;border-color: var(--xr-border-color);'></div><div style='grid-column-start: 3;'><ul class='xr-sections'><div><svg style=\"position: absolute; width: 0; height: 0; overflow: hidden\">\n",
       "<defs>\n",
       "<symbol id=\"icon-database\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "<symbol id=\"icon-file-text2\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "</defs>\n",
       "</svg>\n",
       "<style>/* CSS stylesheet for displaying xarray objects in jupyterlab.\n",
       " *\n",
       " */\n",
       "\n",
       ":root {\n",
       "  --xr-font-color0: var(--jp-content-font-color0, rgba(0, 0, 0, 1));\n",
       "  --xr-font-color2: var(--jp-content-font-color2, rgba(0, 0, 0, 0.54));\n",
       "  --xr-font-color3: var(--jp-content-font-color3, rgba(0, 0, 0, 0.38));\n",
       "  --xr-border-color: var(--jp-border-color2, #e0e0e0);\n",
       "  --xr-disabled-color: var(--jp-layout-color3, #bdbdbd);\n",
       "  --xr-background-color: var(--jp-layout-color0, white);\n",
       "  --xr-background-color-row-even: var(--jp-layout-color1, white);\n",
       "  --xr-background-color-row-odd: var(--jp-layout-color2, #eeeeee);\n",
       "}\n",
       "\n",
       "html[theme=dark],\n",
       "body[data-theme=dark],\n",
       "body.vscode-dark {\n",
       "  --xr-font-color0: rgba(255, 255, 255, 1);\n",
       "  --xr-font-color2: rgba(255, 255, 255, 0.54);\n",
       "  --xr-font-color3: rgba(255, 255, 255, 0.38);\n",
       "  --xr-border-color: #1F1F1F;\n",
       "  --xr-disabled-color: #515151;\n",
       "  --xr-background-color: #111111;\n",
       "  --xr-background-color-row-even: #111111;\n",
       "  --xr-background-color-row-odd: #313131;\n",
       "}\n",
       "\n",
       ".xr-wrap {\n",
       "  display: block !important;\n",
       "  min-width: 300px;\n",
       "  max-width: 700px;\n",
       "}\n",
       "\n",
       ".xr-text-repr-fallback {\n",
       "  /* fallback to plain text repr when CSS is not injected (untrusted notebook) */\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-header {\n",
       "  padding-top: 6px;\n",
       "  padding-bottom: 6px;\n",
       "  margin-bottom: 4px;\n",
       "  border-bottom: solid 1px var(--xr-border-color);\n",
       "}\n",
       "\n",
       ".xr-header > div,\n",
       ".xr-header > ul {\n",
       "  display: inline;\n",
       "  margin-top: 0;\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-obj-type,\n",
       ".xr-array-name {\n",
       "  margin-left: 2px;\n",
       "  margin-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-obj-type {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-sections {\n",
       "  padding-left: 0 !important;\n",
       "  display: grid;\n",
       "  grid-template-columns: 150px auto auto 1fr 20px 20px;\n",
       "}\n",
       "\n",
       ".xr-section-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-section-item input {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-item input + label {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label {\n",
       "  cursor: pointer;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label:hover {\n",
       "  color: var(--xr-font-color0);\n",
       "}\n",
       "\n",
       ".xr-section-summary {\n",
       "  grid-column: 1;\n",
       "  color: var(--xr-font-color2);\n",
       "  font-weight: 500;\n",
       "}\n",
       "\n",
       ".xr-section-summary > span {\n",
       "  display: inline-block;\n",
       "  padding-left: 0.5em;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in + label:before {\n",
       "  display: inline-block;\n",
       "  content: '►';\n",
       "  font-size: 11px;\n",
       "  width: 15px;\n",
       "  text-align: center;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label:before {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label:before {\n",
       "  content: '▼';\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label > span {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-summary,\n",
       ".xr-section-inline-details {\n",
       "  padding-top: 4px;\n",
       "  padding-bottom: 4px;\n",
       "}\n",
       "\n",
       ".xr-section-inline-details {\n",
       "  grid-column: 2 / -1;\n",
       "}\n",
       "\n",
       ".xr-section-details {\n",
       "  display: none;\n",
       "  grid-column: 1 / -1;\n",
       "  margin-bottom: 5px;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked ~ .xr-section-details {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-array-wrap {\n",
       "  grid-column: 1 / -1;\n",
       "  display: grid;\n",
       "  grid-template-columns: 20px auto;\n",
       "}\n",
       "\n",
       ".xr-array-wrap > label {\n",
       "  grid-column: 1;\n",
       "  vertical-align: top;\n",
       "}\n",
       "\n",
       ".xr-preview {\n",
       "  color: var(--xr-font-color3);\n",
       "}\n",
       "\n",
       ".xr-array-preview,\n",
       ".xr-array-data {\n",
       "  padding: 0 5px !important;\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-array-data,\n",
       ".xr-array-in:checked ~ .xr-array-preview {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-array-in:checked ~ .xr-array-data,\n",
       ".xr-array-preview {\n",
       "  display: inline-block;\n",
       "}\n",
       "\n",
       ".xr-dim-list {\n",
       "  display: inline-block !important;\n",
       "  list-style: none;\n",
       "  padding: 0 !important;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list li {\n",
       "  display: inline-block;\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list:before {\n",
       "  content: '(';\n",
       "}\n",
       "\n",
       ".xr-dim-list:after {\n",
       "  content: ')';\n",
       "}\n",
       "\n",
       ".xr-dim-list li:not(:last-child):after {\n",
       "  content: ',';\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-has-index {\n",
       "  font-weight: bold;\n",
       "}\n",
       "\n",
       ".xr-var-list,\n",
       ".xr-var-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-var-item > div,\n",
       ".xr-var-item label,\n",
       ".xr-var-item > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-even);\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-var-item > .xr-var-name:hover span {\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-var-list > li:nth-child(odd) > div,\n",
       ".xr-var-list > li:nth-child(odd) > label,\n",
       ".xr-var-list > li:nth-child(odd) > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-odd);\n",
       "}\n",
       "\n",
       ".xr-var-name {\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-var-dims {\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-var-dtype {\n",
       "  grid-column: 3;\n",
       "  text-align: right;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-preview {\n",
       "  grid-column: 4;\n",
       "}\n",
       "\n",
       ".xr-index-preview {\n",
       "  grid-column: 2 / 5;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-name,\n",
       ".xr-var-dims,\n",
       ".xr-var-dtype,\n",
       ".xr-preview,\n",
       ".xr-attrs dt {\n",
       "  white-space: nowrap;\n",
       "  overflow: hidden;\n",
       "  text-overflow: ellipsis;\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-var-name:hover,\n",
       ".xr-var-dims:hover,\n",
       ".xr-var-dtype:hover,\n",
       ".xr-attrs dt:hover {\n",
       "  overflow: visible;\n",
       "  width: auto;\n",
       "  z-index: 1;\n",
       "}\n",
       "\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  display: none;\n",
       "  background-color: var(--xr-background-color) !important;\n",
       "  padding-bottom: 5px !important;\n",
       "}\n",
       "\n",
       ".xr-var-attrs-in:checked ~ .xr-var-attrs,\n",
       ".xr-var-data-in:checked ~ .xr-var-data,\n",
       ".xr-index-data-in:checked ~ .xr-index-data {\n",
       "  display: block;\n",
       "}\n",
       "\n",
       ".xr-var-data > table {\n",
       "  float: right;\n",
       "}\n",
       "\n",
       ".xr-var-name span,\n",
       ".xr-var-data,\n",
       ".xr-index-name div,\n",
       ".xr-index-data,\n",
       ".xr-attrs {\n",
       "  padding-left: 25px !important;\n",
       "}\n",
       "\n",
       ".xr-attrs,\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  grid-column: 1 / -1;\n",
       "}\n",
       "\n",
       "dl.xr-attrs {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  display: grid;\n",
       "  grid-template-columns: 125px auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt,\n",
       ".xr-attrs dd {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  float: left;\n",
       "  padding-right: 10px;\n",
       "  width: auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt {\n",
       "  font-weight: normal;\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-attrs dt:hover span {\n",
       "  display: inline-block;\n",
       "  background: var(--xr-background-color);\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-attrs dd {\n",
       "  grid-column: 2;\n",
       "  white-space: pre-wrap;\n",
       "  word-break: break-all;\n",
       "}\n",
       "\n",
       ".xr-icon-database,\n",
       ".xr-icon-file-text2,\n",
       ".xr-no-icon {\n",
       "  display: inline-block;\n",
       "  vertical-align: middle;\n",
       "  width: 1em;\n",
       "  height: 1.5em !important;\n",
       "  stroke-width: 0;\n",
       "  stroke: currentColor;\n",
       "  fill: currentColor;\n",
       "}\n",
       "</style><pre class='xr-text-repr-fallback'>&lt;xarray.DatasetView&gt;\n",
       "Dimensions:    (timeStamp: 11)\n",
       "Coordinates:\n",
       "  * timeStamp  (timeStamp) datetime64[ns] 2020-08-21T13:32:59.965779 ... 2020...\n",
       "Data variables:\n",
       "    yaw        (timeStamp) float64 3.62 3.634 3.647 3.657 ... 3.713 3.721 3.731\n",
       "    roll       (timeStamp) float64 -29.8 -29.8 -29.8 -29.8 ... -29.8 -29.8 -29.8\n",
       "    pitch      (timeStamp) float64 0.00105 0.0002288 ... -0.0002198 0.0002899\n",
       "    xPosition  (timeStamp) float64 -2.264e+06 -2.283e+06 ... -2.45e+06\n",
       "    yPosition  (timeStamp) float64 -6.252e+06 -6.267e+06 ... -6.386e+06\n",
       "    zPosition  (timeStamp) float64 2.681e+06 2.629e+06 ... 2.205e+06 2.151e+06\n",
       "    xVelocity  (timeStamp) float64 -2.523e+03 -2.507e+03 ... -2.348e+03\n",
       "    yVelocity  (timeStamp) float64 -2.024e+03 -1.97e+03 ... -1.476e+03\n",
       "    zVelocity  (timeStamp) float64 -6.824e+03 -6.846e+03 ... -7.024e+03\n",
       "Attributes:\n",
       "    attitudeDataSource:      Downlink\n",
       "    attitudeOffsetsApplied:  true\n",
       "    Description:             Attitude Information Data Store. Orbit Informati...</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>orbitAndAttitude</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-e8e7aac2-630d-4b1e-8002-7b536d97d8eb' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-e8e7aac2-630d-4b1e-8002-7b536d97d8eb' class='xr-section-summary'  title='Expand/collapse section'>Groups: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><div style='display: inline-grid; grid-template-columns: 100%'></div></div></li><li class='xr-section-item'><input id='section-fdd7e0cf-3339-428b-94ff-0691dd9dd37a' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-fdd7e0cf-3339-428b-94ff-0691dd9dd37a' 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'>timeStamp</span>: 11</li></ul></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-5a78ee91-1eb0-4490-bc11-d55a043065c6' class='xr-section-summary-in' type='checkbox'  checked><label for='section-5a78ee91-1eb0-4490-bc11-d55a043065c6' class='xr-section-summary' >Coordinates: <span>(1)</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'>timeStamp</span></div><div class='xr-var-dims'>(timeStamp)</div><div class='xr-var-dtype'>datetime64[ns]</div><div class='xr-var-preview xr-preview'>2020-08-21T13:32:59.965779 ... 2...</div><input id='attrs-0edb868a-508b-443f-8c0c-4d24fc70955e' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-0edb868a-508b-443f-8c0c-4d24fc70955e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-21390f73-f684-4320-9933-3a3cfb675324' class='xr-var-data-in' type='checkbox'><label for='data-21390f73-f684-4320-9933-3a3cfb675324' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></dl></div><div class='xr-var-data'><pre>array([&#x27;2020-08-21T13:32:59.965779000&#x27;, &#x27;2020-08-21T13:33:07.608590000&#x27;,\n",
       "       &#x27;2020-08-21T13:33:15.251400000&#x27;, &#x27;2020-08-21T13:33:22.894211000&#x27;,\n",
       "       &#x27;2020-08-21T13:33:30.537021000&#x27;, &#x27;2020-08-21T13:33:38.179832000&#x27;,\n",
       "       &#x27;2020-08-21T13:33:45.822642000&#x27;, &#x27;2020-08-21T13:33:53.465452000&#x27;,\n",
       "       &#x27;2020-08-21T13:34:01.108263000&#x27;, &#x27;2020-08-21T13:34:08.751074000&#x27;,\n",
       "       &#x27;2020-08-21T13:34:16.393884000&#x27;], dtype=&#x27;datetime64[ns]&#x27;)</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-c151687b-0bab-496d-9d9e-3149c3bdfa1d' class='xr-section-summary-in' type='checkbox'  checked><label for='section-c151687b-0bab-496d-9d9e-3149c3bdfa1d' class='xr-section-summary' >Data variables: <span>(9)</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>yaw</span></div><div class='xr-var-dims'>(timeStamp)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>3.62 3.634 3.647 ... 3.721 3.731</div><input id='attrs-ca543cb7-c65e-4377-b9a2-a5a6d52a844d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ca543cb7-c65e-4377-b9a2-a5a6d52a844d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-57b5d8f8-f173-484d-bcb3-fc00a4d5ea81' class='xr-var-data-in' type='checkbox'><label for='data-57b5d8f8-f173-484d-bcb3-fc00a4d5ea81' title='Show/Hide data repr'><svg 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>deg</dd><dt><span>xpath :</span></dt><dd>/product/sourceAttributes/orbitAndAttitude/attitudeInformation/attitudeAngles/yaw</dd><dt><span>Description :</span></dt><dd>Spacecraft yaw angle (units = deg). Positive for nose right rotation about the z axis (i.e. clockwise when looking along the z axis). When Right-Looking, a small positive yaw generally means that the SAR antenna is pointing slightly backwards. When Left-Looking, a small positive yaw generally means it is pointing slightly forwards.</dd></dl></div><div class='xr-var-data'><pre>array([3.62049778, 3.63365899, 3.64652961, 3.65702093, 3.67243187,\n",
       "       3.68081034, 3.6905809 , 3.70261566, 3.7134148 , 3.72126462,\n",
       "       3.73117966])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>roll</span></div><div class='xr-var-dims'>(timeStamp)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-29.8 -29.8 -29.8 ... -29.8 -29.8</div><input id='attrs-3486402d-258d-47d5-9827-81f04403ccc0' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3486402d-258d-47d5-9827-81f04403ccc0' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-965270c7-d4b0-4861-b2b0-ea4305226ff7' class='xr-var-data-in' type='checkbox'><label for='data-965270c7-d4b0-4861-b2b0-ea4305226ff7' title='Show/Hide data repr'><svg 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>deg</dd><dt><span>xpath :</span></dt><dd>/product/sourceAttributes/orbitAndAttitude/attitudeInformation/attitudeAngles/roll</dd><dt><span>Description :</span></dt><dd>Spacecraft roll angle (units = deg). Positive for left side up rotation about the x axis (i.e. clockwise when looking along the x axis). Roll is negative for Right-Looking and positive for Left-Looking.</dd></dl></div><div class='xr-var-data'><pre>array([-29.79890423, -29.80361317, -29.8010257 , -29.80103688,\n",
       "       -29.80344879, -29.7999625 , -29.80098175, -29.8012263 ,\n",
       "       -29.79569133, -29.80060407, -29.80360114])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pitch</span></div><div class='xr-var-dims'>(timeStamp)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.00105 0.0002288 ... 0.0002899</div><input id='attrs-85ad5e37-6c7a-4696-8165-a79cd2f5f8bc' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-85ad5e37-6c7a-4696-8165-a79cd2f5f8bc' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-aeae468e-963f-46dc-b865-a8c1f40d0466' class='xr-var-data-in' type='checkbox'><label for='data-aeae468e-963f-46dc-b865-a8c1f40d0466' title='Show/Hide data repr'><svg 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>deg</dd><dt><span>xpath :</span></dt><dd>/product/sourceAttributes/orbitAndAttitude/attitudeInformation/attitudeAngles/pitch</dd><dt><span>Description :</span></dt><dd>Spacecraft pitch angle (units = deg). Positive for nose up rotation about the y axis (i.e. clockwise when looking along the y axis).</dd></dl></div><div class='xr-var-data'><pre>array([ 1.05034540e-03,  2.28787239e-04, -8.64985941e-05,  1.06547621e-03,\n",
       "       -3.20427131e-03, -1.58235328e-03, -1.11302229e-03, -1.34512395e-03,\n",
       "       -1.48608164e-03, -2.19826353e-04,  2.89850744e-04])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>xPosition</span></div><div class='xr-var-dims'>(timeStamp)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-2.264e+06 -2.283e+06 ... -2.45e+06</div><input id='attrs-91f7c4e2-14de-4e51-b0cd-3dcf8ec87412' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-91f7c4e2-14de-4e51-b0cd-3dcf8ec87412' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1cc57e7f-fb57-4b25-96f3-d665da399e9f' class='xr-var-data-in' type='checkbox'><label for='data-1cc57e7f-fb57-4b25-96f3-d665da399e9f' title='Show/Hide data repr'><svg 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</dd><dt><span>xpath :</span></dt><dd>/product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/stateVector/xPosition</dd><dt><span>Description :</span></dt><dd>(units = m)</dd></dl></div><div class='xr-var-data'><pre>array([-2263609.14207332, -2282829.32769217, -2301922.70252158,\n",
       "       -2320887.60680403, -2339722.37750286, -2358425.37920876,\n",
       "       -2376994.95872088, -2395429.48096627, -2413727.32091636,\n",
       "       -2431886.8584209 , -2449906.47878358])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>yPosition</span></div><div class='xr-var-dims'>(timeStamp)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-6.252e+06 ... -6.386e+06</div><input id='attrs-c0207266-6eb2-4e20-a0fe-89b1a1f1e7d5' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-c0207266-6eb2-4e20-a0fe-89b1a1f1e7d5' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-6e95a5e3-a3bb-4b6b-834e-52093e5f7e51' class='xr-var-data-in' type='checkbox'><label for='data-6e95a5e3-a3bb-4b6b-834e-52093e5f7e51' title='Show/Hide data repr'><svg 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</dd><dt><span>xpath :</span></dt><dd>/product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/stateVector/yPosition</dd><dt><span>Description :</span></dt><dd>(units = m)</dd></dl></div><div class='xr-var-data'><pre>array([-6252116.77098198, -6267377.87400214, -6282223.42531529,\n",
       "       -6296652.63569106, -6310664.73842626, -6324259.00412853,\n",
       "       -6337434.72013708, -6350191.20891913, -6362527.82021551,\n",
       "       -6374443.93068184, -6385938.94422785])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>zPosition</span></div><div class='xr-var-dims'>(timeStamp)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>2.681e+06 2.629e+06 ... 2.151e+06</div><input id='attrs-5550aeff-a055-48be-9908-47d2e83be640' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-5550aeff-a055-48be-9908-47d2e83be640' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-2c80763d-16be-40d9-a2ae-f72f9d67f2cb' class='xr-var-data-in' type='checkbox'><label for='data-2c80763d-16be-40d9-a2ae-f72f9d67f2cb' title='Show/Hide data repr'><svg 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</dd><dt><span>xpath :</span></dt><dd>/product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/stateVector/zPosition</dd><dt><span>Description :</span></dt><dd>(units = m)</dd></dl></div><div class='xr-var-data'><pre>array([2680758.81370294, 2628520.89240576, 2576116.4102974 ,\n",
       "       2523548.67445082, 2470821.03030166, 2417936.78650863,\n",
       "       2364899.31914961, 2311711.98674188, 2258378.15257799,\n",
       "       2204901.20490021, 2151284.53973749])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>xVelocity</span></div><div class='xr-var-dims'>(timeStamp)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-2.523e+03 ... -2.348e+03</div><input id='attrs-ab305ae9-61a1-4d12-b831-5338291c325c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ab305ae9-61a1-4d12-b831-5338291c325c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-5a65a7e6-e87a-4cc6-b87d-d0ef14d05046' class='xr-var-data-in' type='checkbox'><label for='data-5a65a7e6-e87a-4cc6-b87d-d0ef14d05046' title='Show/Hide data repr'><svg 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/s</dd><dt><span>xpath :</span></dt><dd>/product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/stateVector/xVelocity</dd><dt><span>Description :</span></dt><dd>(units = m/s)</dd></dl></div><div class='xr-var-data'><pre>array([-2523.02895273, -2506.54654236, -2489.84582924, -2472.92775964,\n",
       "       -2455.79330131, -2438.44342473, -2420.87913653, -2403.10145415,\n",
       "       -2385.11140925, -2366.91005817, -2348.49847354])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>yVelocity</span></div><div class='xr-var-dims'>(timeStamp)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-2.024e+03 -1.97e+03 ... -1.476e+03</div><input id='attrs-195a440d-e0fb-4faf-ba9d-c6bbb2ca6c59' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-195a440d-e0fb-4faf-ba9d-c6bbb2ca6c59' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-14e2afb3-cc23-464f-abea-0ac6c6ab9415' class='xr-var-data-in' type='checkbox'><label for='data-14e2afb3-cc23-464f-abea-0ac6c6ab9415' title='Show/Hide data repr'><svg 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/s</dd><dt><span>xpath :</span></dt><dd>/product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/stateVector/yVelocity</dd><dt><span>Description :</span></dt><dd>(units = m/s)</dd></dl></div><div class='xr-var-data'><pre>array([-2023.94216785, -1969.62393044, -1915.20019793, -1860.67465177,\n",
       "       -1806.05100536, -1751.33292846, -1696.52415635, -1641.62840103,\n",
       "       -1586.64937544, -1531.59081074, -1476.45644241])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>zVelocity</span></div><div class='xr-var-dims'>(timeStamp)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-6.824e+03 ... -7.024e+03</div><input id='attrs-31bb7133-ef21-44cc-a194-6937963c8f00' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-31bb7133-ef21-44cc-a194-6937963c8f00' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-6b1bd259-95a7-4cb8-a6be-475aa22b2d37' class='xr-var-data-in' type='checkbox'><label for='data-6b1bd259-95a7-4cb8-a6be-475aa22b2d37' title='Show/Hide data repr'><svg 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/s</dd><dt><span>xpath :</span></dt><dd>/product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/stateVector/zVelocity</dd><dt><span>Description :</span></dt><dd>(units = m/s)</dd></dl></div><div class='xr-var-data'><pre>array([-6823.8681275 , -6845.87928881, -6867.45667764, -6888.59892215,\n",
       "       -6909.30466278, -6929.57258937, -6949.4013952 , -6968.78981521,\n",
       "       -6987.73660902, -7006.24056657, -7024.30050348])</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-c50bf7bb-2460-4a2f-940e-69ee700177a5' class='xr-section-summary-in' type='checkbox'  checked><label for='section-c50bf7bb-2460-4a2f-940e-69ee700177a5' class='xr-section-summary' >Attributes: <span>(3)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><dl class='xr-attrs'><dt><span>attitudeDataSource :</span></dt><dd>Downlink</dd><dt><span>attitudeOffsetsApplied :</span></dt><dd>true</dd><dt><span>Description :</span></dt><dd>Attitude Information Data Store. Orbit Information Data Store. State Vector Data Store. Earth Centered Rotating (ECR) coordinates.</dd></dl></div></li></ul></div></div></ul></div></div><div style='display: inline-grid;'><div style='grid-column-start: 1;border-right: 0.2em solid;border-color: var(--xr-border-color);height: 100%;width: 0px;'></div><div style='grid-column-start: 2;grid-row-start: 1;height: 1em;width: 20px;border-bottom: 0.2em solid;border-color: var(--xr-border-color);'></div><div style='grid-column-start: 3;'><ul class='xr-sections'><div><svg style=\"position: absolute; width: 0; height: 0; overflow: hidden\">\n",
       "<defs>\n",
       "<symbol id=\"icon-database\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "<symbol id=\"icon-file-text2\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "</defs>\n",
       "</svg>\n",
       "<style>/* CSS stylesheet for displaying xarray objects in jupyterlab.\n",
       " *\n",
       " */\n",
       "\n",
       ":root {\n",
       "  --xr-font-color0: var(--jp-content-font-color0, rgba(0, 0, 0, 1));\n",
       "  --xr-font-color2: var(--jp-content-font-color2, rgba(0, 0, 0, 0.54));\n",
       "  --xr-font-color3: var(--jp-content-font-color3, rgba(0, 0, 0, 0.38));\n",
       "  --xr-border-color: var(--jp-border-color2, #e0e0e0);\n",
       "  --xr-disabled-color: var(--jp-layout-color3, #bdbdbd);\n",
       "  --xr-background-color: var(--jp-layout-color0, white);\n",
       "  --xr-background-color-row-even: var(--jp-layout-color1, white);\n",
       "  --xr-background-color-row-odd: var(--jp-layout-color2, #eeeeee);\n",
       "}\n",
       "\n",
       "html[theme=dark],\n",
       "body[data-theme=dark],\n",
       "body.vscode-dark {\n",
       "  --xr-font-color0: rgba(255, 255, 255, 1);\n",
       "  --xr-font-color2: rgba(255, 255, 255, 0.54);\n",
       "  --xr-font-color3: rgba(255, 255, 255, 0.38);\n",
       "  --xr-border-color: #1F1F1F;\n",
       "  --xr-disabled-color: #515151;\n",
       "  --xr-background-color: #111111;\n",
       "  --xr-background-color-row-even: #111111;\n",
       "  --xr-background-color-row-odd: #313131;\n",
       "}\n",
       "\n",
       ".xr-wrap {\n",
       "  display: block !important;\n",
       "  min-width: 300px;\n",
       "  max-width: 700px;\n",
       "}\n",
       "\n",
       ".xr-text-repr-fallback {\n",
       "  /* fallback to plain text repr when CSS is not injected (untrusted notebook) */\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-header {\n",
       "  padding-top: 6px;\n",
       "  padding-bottom: 6px;\n",
       "  margin-bottom: 4px;\n",
       "  border-bottom: solid 1px var(--xr-border-color);\n",
       "}\n",
       "\n",
       ".xr-header > div,\n",
       ".xr-header > ul {\n",
       "  display: inline;\n",
       "  margin-top: 0;\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-obj-type,\n",
       ".xr-array-name {\n",
       "  margin-left: 2px;\n",
       "  margin-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-obj-type {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-sections {\n",
       "  padding-left: 0 !important;\n",
       "  display: grid;\n",
       "  grid-template-columns: 150px auto auto 1fr 20px 20px;\n",
       "}\n",
       "\n",
       ".xr-section-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-section-item input {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-item input + label {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label {\n",
       "  cursor: pointer;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label:hover {\n",
       "  color: var(--xr-font-color0);\n",
       "}\n",
       "\n",
       ".xr-section-summary {\n",
       "  grid-column: 1;\n",
       "  color: var(--xr-font-color2);\n",
       "  font-weight: 500;\n",
       "}\n",
       "\n",
       ".xr-section-summary > span {\n",
       "  display: inline-block;\n",
       "  padding-left: 0.5em;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in + label:before {\n",
       "  display: inline-block;\n",
       "  content: '►';\n",
       "  font-size: 11px;\n",
       "  width: 15px;\n",
       "  text-align: center;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label:before {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label:before {\n",
       "  content: '▼';\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label > span {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-summary,\n",
       ".xr-section-inline-details {\n",
       "  padding-top: 4px;\n",
       "  padding-bottom: 4px;\n",
       "}\n",
       "\n",
       ".xr-section-inline-details {\n",
       "  grid-column: 2 / -1;\n",
       "}\n",
       "\n",
       ".xr-section-details {\n",
       "  display: none;\n",
       "  grid-column: 1 / -1;\n",
       "  margin-bottom: 5px;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked ~ .xr-section-details {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-array-wrap {\n",
       "  grid-column: 1 / -1;\n",
       "  display: grid;\n",
       "  grid-template-columns: 20px auto;\n",
       "}\n",
       "\n",
       ".xr-array-wrap > label {\n",
       "  grid-column: 1;\n",
       "  vertical-align: top;\n",
       "}\n",
       "\n",
       ".xr-preview {\n",
       "  color: var(--xr-font-color3);\n",
       "}\n",
       "\n",
       ".xr-array-preview,\n",
       ".xr-array-data {\n",
       "  padding: 0 5px !important;\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-array-data,\n",
       ".xr-array-in:checked ~ .xr-array-preview {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-array-in:checked ~ .xr-array-data,\n",
       ".xr-array-preview {\n",
       "  display: inline-block;\n",
       "}\n",
       "\n",
       ".xr-dim-list {\n",
       "  display: inline-block !important;\n",
       "  list-style: none;\n",
       "  padding: 0 !important;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list li {\n",
       "  display: inline-block;\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list:before {\n",
       "  content: '(';\n",
       "}\n",
       "\n",
       ".xr-dim-list:after {\n",
       "  content: ')';\n",
       "}\n",
       "\n",
       ".xr-dim-list li:not(:last-child):after {\n",
       "  content: ',';\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-has-index {\n",
       "  font-weight: bold;\n",
       "}\n",
       "\n",
       ".xr-var-list,\n",
       ".xr-var-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-var-item > div,\n",
       ".xr-var-item label,\n",
       ".xr-var-item > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-even);\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-var-item > .xr-var-name:hover span {\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-var-list > li:nth-child(odd) > div,\n",
       ".xr-var-list > li:nth-child(odd) > label,\n",
       ".xr-var-list > li:nth-child(odd) > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-odd);\n",
       "}\n",
       "\n",
       ".xr-var-name {\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-var-dims {\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-var-dtype {\n",
       "  grid-column: 3;\n",
       "  text-align: right;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-preview {\n",
       "  grid-column: 4;\n",
       "}\n",
       "\n",
       ".xr-index-preview {\n",
       "  grid-column: 2 / 5;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-name,\n",
       ".xr-var-dims,\n",
       ".xr-var-dtype,\n",
       ".xr-preview,\n",
       ".xr-attrs dt {\n",
       "  white-space: nowrap;\n",
       "  overflow: hidden;\n",
       "  text-overflow: ellipsis;\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-var-name:hover,\n",
       ".xr-var-dims:hover,\n",
       ".xr-var-dtype:hover,\n",
       ".xr-attrs dt:hover {\n",
       "  overflow: visible;\n",
       "  width: auto;\n",
       "  z-index: 1;\n",
       "}\n",
       "\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  display: none;\n",
       "  background-color: var(--xr-background-color) !important;\n",
       "  padding-bottom: 5px !important;\n",
       "}\n",
       "\n",
       ".xr-var-attrs-in:checked ~ .xr-var-attrs,\n",
       ".xr-var-data-in:checked ~ .xr-var-data,\n",
       ".xr-index-data-in:checked ~ .xr-index-data {\n",
       "  display: block;\n",
       "}\n",
       "\n",
       ".xr-var-data > table {\n",
       "  float: right;\n",
       "}\n",
       "\n",
       ".xr-var-name span,\n",
       ".xr-var-data,\n",
       ".xr-index-name div,\n",
       ".xr-index-data,\n",
       ".xr-attrs {\n",
       "  padding-left: 25px !important;\n",
       "}\n",
       "\n",
       ".xr-attrs,\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  grid-column: 1 / -1;\n",
       "}\n",
       "\n",
       "dl.xr-attrs {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  display: grid;\n",
       "  grid-template-columns: 125px auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt,\n",
       ".xr-attrs dd {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  float: left;\n",
       "  padding-right: 10px;\n",
       "  width: auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt {\n",
       "  font-weight: normal;\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-attrs dt:hover span {\n",
       "  display: inline-block;\n",
       "  background: var(--xr-background-color);\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-attrs dd {\n",
       "  grid-column: 2;\n",
       "  white-space: pre-wrap;\n",
       "  word-break: break-all;\n",
       "}\n",
       "\n",
       ".xr-icon-database,\n",
       ".xr-icon-file-text2,\n",
       ".xr-no-icon {\n",
       "  display: inline-block;\n",
       "  vertical-align: middle;\n",
       "  width: 1em;\n",
       "  height: 1.5em !important;\n",
       "  stroke-width: 0;\n",
       "  stroke: currentColor;\n",
       "  fill: currentColor;\n",
       "}\n",
       "</style><pre class='xr-text-repr-fallback'>&lt;xarray.DatasetView&gt;\n",
       "Dimensions:    (line: 11, pixel: 11)\n",
       "Coordinates:\n",
       "  * line       (line) int64 0 1018 2037 3056 4074 5093 6112 7130 8149 9168 10187\n",
       "  * pixel      (pixel) int64 0 1044 2088 3133 4177 ... 6266 7310 8355 9399 10444\n",
       "Data variables:\n",
       "    latitude   (line, pixel) float64 23.47 23.38 23.3 ... 18.24 18.14 18.04\n",
       "    longitude  (line, pixel) float64 -117.3 -116.8 -116.3 ... -113.8 -113.3\n",
       "    height     (line, pixel) float64 0.0 0.0 0.0 0.0 0.0 ... 0.0 0.0 0.0 0.0 0.0\n",
       "Attributes: (12/13)\n",
       "    productFormat:                               GeoTIFF\n",
       "    outputMediaInterleaving:                     BSQ\n",
       "    rasterAttributes_dataType:                   Magnitude Detected\n",
       "    rasterAttributes_bitsPerSample_dataStream:   Magnitude\n",
       "    rasterAttributes_bitsPerSample_value:        16\n",
       "    rasterAttributes_numberOfSamplesPerLine:     10445\n",
       "    ...                                          ...\n",
       "    rasterAttributes_sampledPixelSpacing_units:  m\n",
       "    rasterAttributes_sampledPixelSpacing_value:  50.0\n",
       "    rasterAttributes_sampledLineSpacing_units:   m\n",
       "    rasterAttributes_sampledLineSpacing_value:   50.0\n",
       "    rasterAttributes_lineTimeOrdering:           Increasing\n",
       "    rasterAttributes_pixelTimeOrdering:          Decreasing</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>geolocationGrid</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-2bbfd135-d701-4f66-ae5f-000f7bc32983' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-2bbfd135-d701-4f66-ae5f-000f7bc32983' class='xr-section-summary'  title='Expand/collapse section'>Groups: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><div style='display: inline-grid; grid-template-columns: 100%'></div></div></li><li class='xr-section-item'><input id='section-b97589ec-3529-47e7-8fb8-70252cd0d243' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-b97589ec-3529-47e7-8fb8-70252cd0d243' 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'>line</span>: 11</li><li><span class='xr-has-index'>pixel</span>: 11</li></ul></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-0ae5d2a8-6975-48b8-b0c6-e299dcc80a0f' class='xr-section-summary-in' type='checkbox'  checked><label for='section-0ae5d2a8-6975-48b8-b0c6-e299dcc80a0f' class='xr-section-summary' >Coordinates: <span>(2)</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'>line</span></div><div class='xr-var-dims'>(line)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>0 1018 2037 ... 8149 9168 10187</div><input id='attrs-6673eeec-c0c5-43f2-9d3e-5e922fa56f09' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6673eeec-c0c5-43f2-9d3e-5e922fa56f09' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-136e1e2c-8c4f-42cb-a99a-12b598daa567' class='xr-var-data-in' type='checkbox'><label for='data-136e1e2c-8c4f-42cb-a99a-12b598daa567' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>rasterAttributes_sampledLineSpacing_units :</span></dt><dd>m</dd><dt><span>rasterAttributes_sampledLineSpacing_value :</span></dt><dd>50.0</dd></dl></div><div class='xr-var-data'><pre>array([    0,  1018,  2037,  3056,  4074,  5093,  6112,  7130,  8149,  9168,\n",
       "       10187])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>pixel</span></div><div class='xr-var-dims'>(pixel)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>0 1044 2088 ... 8355 9399 10444</div><input id='attrs-d44c5d42-8bf5-4cbe-a49a-8aca583da78c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d44c5d42-8bf5-4cbe-a49a-8aca583da78c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-533662d9-94a0-451c-acb3-fb0c1860e1b4' class='xr-var-data-in' type='checkbox'><label for='data-533662d9-94a0-451c-acb3-fb0c1860e1b4' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>rasterAttributes_sampledPixelSpacing_units :</span></dt><dd>m</dd><dt><span>rasterAttributes_sampledPixelSpacing_value :</span></dt><dd>50.0</dd></dl></div><div class='xr-var-data'><pre>array([    0,  1044,  2088,  3133,  4177,  5222,  6266,  7310,  8355,  9399,\n",
       "       10444])</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-a657e92a-3ec0-41ad-b96a-8c9acdec3d23' class='xr-section-summary-in' type='checkbox'  checked><label for='section-a657e92a-3ec0-41ad-b96a-8c9acdec3d23' class='xr-section-summary' >Data variables: <span>(3)</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>latitude</span></div><div class='xr-var-dims'>(line, pixel)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>23.47 23.38 23.3 ... 18.14 18.04</div><input id='attrs-4a9673b3-43bf-4049-a6eb-b05a6c2ef59c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-4a9673b3-43bf-4049-a6eb-b05a6c2ef59c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a71318c6-d0f2-4047-a4b1-5eef55a86b58' class='xr-var-data-in' type='checkbox'><label for='data-a71318c6-d0f2-4047-a4b1-5eef55a86b58' title='Show/Hide data repr'><svg 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>deg</dd><dt><span>xpath :</span></dt><dd>/product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/geodeticCoordinate/latitude</dd><dt><span>Description :</span></dt><dd>Geodetic latitude (units = deg)</dd></dl></div><div class='xr-var-data'><pre>array([[23.46702587, 23.38408317, 23.29952541, 23.2133558 , 23.1255863 ,\n",
       "        23.03623205, 22.94530657, 22.8528176 , 22.75876515, 22.66314534,\n",
       "        22.56596683],\n",
       "       [23.01706995, 22.93377836, 22.84890662, 22.76245783, 22.67444386,\n",
       "        22.58487977, 22.49377899, 22.40114913, 22.30699011, 22.21129798,\n",
       "        22.11408139],\n",
       "       [22.56708802, 22.48344613, 22.39825874, 22.31152882, 22.22326815,\n",
       "        22.13349168, 22.04221272, 21.94943876, 21.85516955, 21.75940096,\n",
       "        21.66214147],\n",
       "       [22.11707085, 22.03307742, 21.94757295, 21.86056028, 21.77205112,\n",
       "        21.68206035, 21.59060118, 21.49768099, 21.40329946, 21.30745238,\n",
       "        21.21014825],\n",
       "       [21.66702922, 21.58268287, 21.49685967, 21.40956236, 21.32080254,\n",
       "        21.230595  , 21.13895286, 21.04588334, 20.95138598, 20.85545644,\n",
       "        20.75810301],\n",
       "       [21.21695433, 21.13225385, 21.04611053, 20.95852699, 20.86951478,\n",
       "        20.7790886 , 20.68726147, 20.59404055, 20.49942528, 20.40341123,\n",
       "        20.30600672],\n",
       "       [20.76685581, 20.68179985, 20.59533481, 20.50746321, 20.41819651,\n",
       "        20.32754933, 20.23553459, 20.14215932, 20.04742281, 19.95132051,\n",
       "        19.85386056],\n",
       "       [20.31672659, 20.23131396, 20.14452583, 20.05636462, 19.96684173,\n",
       "        19.87597171, 19.78376739, 19.69023572, 19.5953759 , 19.49918331,\n",
       "        19.40166609],\n",
       "       [19.86657475, 19.78080412, 19.69369136, 19.60523877, 19.51545767,\n",
       "        19.42436255, 19.33196614, 19.23827526, 19.14328901, 19.04700261,\n",
       "        18.94942408],\n",
       "       [19.41639455, 19.33026473, 19.24282596, 19.15408047, 19.0640395 ,\n",
       "        18.97271747, 18.88012703, 18.78627493, 18.69116016, 18.5947779 ,\n",
       "        18.49713614],\n",
       "       [18.96619285, 18.87970255, 18.79193628, 18.70289616, 18.61259337,\n",
       "        18.52104226, 18.42825539, 18.33423941, 18.23899318, 18.14251178,\n",
       "        18.04480305]])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>longitude</span></div><div class='xr-var-dims'>(line, pixel)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-117.3 -116.8 ... -113.8 -113.3</div><input id='attrs-03d836b3-4807-4d85-9391-8752af4256d9' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-03d836b3-4807-4d85-9391-8752af4256d9' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-2a6f0446-3665-416f-9dfa-0942cba796a3' class='xr-var-data-in' type='checkbox'><label for='data-2a6f0446-3665-416f-9dfa-0942cba796a3' title='Show/Hide data repr'><svg 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>deg</dd><dt><span>xpath :</span></dt><dd>/product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/geodeticCoordinate/longitude</dd><dt><span>Description :</span></dt><dd>Geodetic longitude (units = deg)</dd></dl></div><div class='xr-var-data'><pre>array([[-117.26487342, -116.76191381, -116.25957296, -115.75782984,\n",
       "        -115.25671434, -114.75627141, -114.25653357, -113.75749969,\n",
       "        -113.25912799, -112.76135901, -112.26420088],\n",
       "       [-117.35232066, -116.85110926, -116.35050354, -115.85048203,\n",
       "        -115.35107401, -114.85232383, -114.35426346, -113.85689145,\n",
       "        -113.36016588, -112.86402735, -112.36848402],\n",
       "       [-117.43985019, -116.94034434, -116.44143105, -115.94308838,\n",
       "        -115.44534497, -114.94824448, -114.4518183 , -113.95606444,\n",
       "        -113.4609406 , -112.96638698, -112.47241089],\n",
       "       [-117.52740753, -117.02956729, -116.53230676, -116.0356036 ,\n",
       "        -115.53948588, -115.0439967 , -114.54916695, -114.05499436,\n",
       "        -113.56143652, -113.06843369, -112.57599327],\n",
       "       [-117.61505811, -117.11884205, -116.62319282, -116.12808762,\n",
       "        -115.63355394, -115.13963424, -114.64635885, -114.15372502,\n",
       "        -113.66168999, -113.17019365, -112.67924265],\n",
       "       [-117.70275195, -117.20812118, -116.71404459, -116.220499  ,\n",
       "        -115.72751137, -115.23512364, -114.74336568, -114.25223444,\n",
       "        -113.76168706, -113.2716635 , -112.78217045],\n",
       "       [-117.79054708, -117.29746145, -116.8049173 , -116.31289106,\n",
       "        -115.82140914, -115.3305129 , -114.84023166, -114.35056194,\n",
       "        -113.86146058, -113.37286719, -112.88478777],\n",
       "       [-117.87840075, -117.38682233, -116.89577291, -116.40522857,\n",
       "        -115.91521524, -115.42577375, -114.93693303, -114.44868931,\n",
       "        -113.96099931, -113.47380268, -112.98710545],\n",
       "       [-117.96636357, -117.47625338, -116.9866597 , -116.49755823,\n",
       "        -116.00897437, -115.52094845, -115.03350885, -114.54665144,\n",
       "        -114.06033264, -113.57449182, -113.08913437],\n",
       "       [-118.05440048, -117.56572138, -117.07754657, -116.58985135,\n",
       "        -116.10266066, -115.61601429, -115.12994027, -114.64443418,\n",
       "        -114.15945235, -113.67493418, -113.19088502],\n",
       "       [-118.14255421, -117.65526846, -117.16847467, -116.6821478 ,\n",
       "        -116.1963123 , -115.71100748, -115.22626088, -114.74206776,\n",
       "        -114.25838419, -113.77514931, -113.29236792]])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>height</span></div><div class='xr-var-dims'>(line, pixel)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.0 0.0 0.0 0.0 ... 0.0 0.0 0.0 0.0</div><input id='attrs-44f73605-3f21-43f4-a06d-96737a7f90d8' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-44f73605-3f21-43f4-a06d-96737a7f90d8' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-30f97d79-c346-42a9-b890-8183fbe7e00a' class='xr-var-data-in' type='checkbox'><label for='data-30f97d79-c346-42a9-b890-8183fbe7e00a' title='Show/Hide data repr'><svg 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</dd><dt><span>xpath :</span></dt><dd>/product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/geodeticCoordinate/height</dd><dt><span>Description :</span></dt><dd>Geodetic height above reference ellipsoid (units = m)</dd></dl></div><div class='xr-var-data'><pre>array([[0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.],\n",
       "       [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.],\n",
       "       [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.],\n",
       "       [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.],\n",
       "       [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.],\n",
       "       [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.],\n",
       "       [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.],\n",
       "       [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.],\n",
       "       [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.],\n",
       "       [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.],\n",
       "       [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.]])</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-63443843-4197-4254-9fcf-66fd6f4697a3' class='xr-section-summary-in' type='checkbox'  ><label for='section-63443843-4197-4254-9fcf-66fd6f4697a3' 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>productFormat :</span></dt><dd>GeoTIFF</dd><dt><span>outputMediaInterleaving :</span></dt><dd>BSQ</dd><dt><span>rasterAttributes_dataType :</span></dt><dd>Magnitude Detected</dd><dt><span>rasterAttributes_bitsPerSample_dataStream :</span></dt><dd>Magnitude</dd><dt><span>rasterAttributes_bitsPerSample_value :</span></dt><dd>16</dd><dt><span>rasterAttributes_numberOfSamplesPerLine :</span></dt><dd>10445</dd><dt><span>rasterAttributes_numberOfLines :</span></dt><dd>10188</dd><dt><span>rasterAttributes_sampledPixelSpacing_units :</span></dt><dd>m</dd><dt><span>rasterAttributes_sampledPixelSpacing_value :</span></dt><dd>50.0</dd><dt><span>rasterAttributes_sampledLineSpacing_units :</span></dt><dd>m</dd><dt><span>rasterAttributes_sampledLineSpacing_value :</span></dt><dd>50.0</dd><dt><span>rasterAttributes_lineTimeOrdering :</span></dt><dd>Increasing</dd><dt><span>rasterAttributes_pixelTimeOrdering :</span></dt><dd>Decreasing</dd></dl></div></li></ul></div></div></ul></div></div><div style='display: inline-grid;'><div style='grid-column-start: 1;border-right: 0.2em solid;border-color: var(--xr-border-color);height: 100%;width: 0px;'></div><div style='grid-column-start: 2;grid-row-start: 1;height: 1em;width: 20px;border-bottom: 0.2em solid;border-color: var(--xr-border-color);'></div><div style='grid-column-start: 3;'><ul class='xr-sections'><div><svg style=\"position: absolute; width: 0; height: 0; overflow: hidden\">\n",
       "<defs>\n",
       "<symbol id=\"icon-database\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "<symbol id=\"icon-file-text2\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "</defs>\n",
       "</svg>\n",
       "<style>/* CSS stylesheet for displaying xarray objects in jupyterlab.\n",
       " *\n",
       " */\n",
       "\n",
       ":root {\n",
       "  --xr-font-color0: var(--jp-content-font-color0, rgba(0, 0, 0, 1));\n",
       "  --xr-font-color2: var(--jp-content-font-color2, rgba(0, 0, 0, 0.54));\n",
       "  --xr-font-color3: var(--jp-content-font-color3, rgba(0, 0, 0, 0.38));\n",
       "  --xr-border-color: var(--jp-border-color2, #e0e0e0);\n",
       "  --xr-disabled-color: var(--jp-layout-color3, #bdbdbd);\n",
       "  --xr-background-color: var(--jp-layout-color0, white);\n",
       "  --xr-background-color-row-even: var(--jp-layout-color1, white);\n",
       "  --xr-background-color-row-odd: var(--jp-layout-color2, #eeeeee);\n",
       "}\n",
       "\n",
       "html[theme=dark],\n",
       "body[data-theme=dark],\n",
       "body.vscode-dark {\n",
       "  --xr-font-color0: rgba(255, 255, 255, 1);\n",
       "  --xr-font-color2: rgba(255, 255, 255, 0.54);\n",
       "  --xr-font-color3: rgba(255, 255, 255, 0.38);\n",
       "  --xr-border-color: #1F1F1F;\n",
       "  --xr-disabled-color: #515151;\n",
       "  --xr-background-color: #111111;\n",
       "  --xr-background-color-row-even: #111111;\n",
       "  --xr-background-color-row-odd: #313131;\n",
       "}\n",
       "\n",
       ".xr-wrap {\n",
       "  display: block !important;\n",
       "  min-width: 300px;\n",
       "  max-width: 700px;\n",
       "}\n",
       "\n",
       ".xr-text-repr-fallback {\n",
       "  /* fallback to plain text repr when CSS is not injected (untrusted notebook) */\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-header {\n",
       "  padding-top: 6px;\n",
       "  padding-bottom: 6px;\n",
       "  margin-bottom: 4px;\n",
       "  border-bottom: solid 1px var(--xr-border-color);\n",
       "}\n",
       "\n",
       ".xr-header > div,\n",
       ".xr-header > ul {\n",
       "  display: inline;\n",
       "  margin-top: 0;\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-obj-type,\n",
       ".xr-array-name {\n",
       "  margin-left: 2px;\n",
       "  margin-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-obj-type {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-sections {\n",
       "  padding-left: 0 !important;\n",
       "  display: grid;\n",
       "  grid-template-columns: 150px auto auto 1fr 20px 20px;\n",
       "}\n",
       "\n",
       ".xr-section-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-section-item input {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-item input + label {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label {\n",
       "  cursor: pointer;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label:hover {\n",
       "  color: var(--xr-font-color0);\n",
       "}\n",
       "\n",
       ".xr-section-summary {\n",
       "  grid-column: 1;\n",
       "  color: var(--xr-font-color2);\n",
       "  font-weight: 500;\n",
       "}\n",
       "\n",
       ".xr-section-summary > span {\n",
       "  display: inline-block;\n",
       "  padding-left: 0.5em;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in + label:before {\n",
       "  display: inline-block;\n",
       "  content: '►';\n",
       "  font-size: 11px;\n",
       "  width: 15px;\n",
       "  text-align: center;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label:before {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label:before {\n",
       "  content: '▼';\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label > span {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-summary,\n",
       ".xr-section-inline-details {\n",
       "  padding-top: 4px;\n",
       "  padding-bottom: 4px;\n",
       "}\n",
       "\n",
       ".xr-section-inline-details {\n",
       "  grid-column: 2 / -1;\n",
       "}\n",
       "\n",
       ".xr-section-details {\n",
       "  display: none;\n",
       "  grid-column: 1 / -1;\n",
       "  margin-bottom: 5px;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked ~ .xr-section-details {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-array-wrap {\n",
       "  grid-column: 1 / -1;\n",
       "  display: grid;\n",
       "  grid-template-columns: 20px auto;\n",
       "}\n",
       "\n",
       ".xr-array-wrap > label {\n",
       "  grid-column: 1;\n",
       "  vertical-align: top;\n",
       "}\n",
       "\n",
       ".xr-preview {\n",
       "  color: var(--xr-font-color3);\n",
       "}\n",
       "\n",
       ".xr-array-preview,\n",
       ".xr-array-data {\n",
       "  padding: 0 5px !important;\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-array-data,\n",
       ".xr-array-in:checked ~ .xr-array-preview {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-array-in:checked ~ .xr-array-data,\n",
       ".xr-array-preview {\n",
       "  display: inline-block;\n",
       "}\n",
       "\n",
       ".xr-dim-list {\n",
       "  display: inline-block !important;\n",
       "  list-style: none;\n",
       "  padding: 0 !important;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list li {\n",
       "  display: inline-block;\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list:before {\n",
       "  content: '(';\n",
       "}\n",
       "\n",
       ".xr-dim-list:after {\n",
       "  content: ')';\n",
       "}\n",
       "\n",
       ".xr-dim-list li:not(:last-child):after {\n",
       "  content: ',';\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-has-index {\n",
       "  font-weight: bold;\n",
       "}\n",
       "\n",
       ".xr-var-list,\n",
       ".xr-var-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-var-item > div,\n",
       ".xr-var-item label,\n",
       ".xr-var-item > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-even);\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-var-item > .xr-var-name:hover span {\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-var-list > li:nth-child(odd) > div,\n",
       ".xr-var-list > li:nth-child(odd) > label,\n",
       ".xr-var-list > li:nth-child(odd) > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-odd);\n",
       "}\n",
       "\n",
       ".xr-var-name {\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-var-dims {\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-var-dtype {\n",
       "  grid-column: 3;\n",
       "  text-align: right;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-preview {\n",
       "  grid-column: 4;\n",
       "}\n",
       "\n",
       ".xr-index-preview {\n",
       "  grid-column: 2 / 5;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-name,\n",
       ".xr-var-dims,\n",
       ".xr-var-dtype,\n",
       ".xr-preview,\n",
       ".xr-attrs dt {\n",
       "  white-space: nowrap;\n",
       "  overflow: hidden;\n",
       "  text-overflow: ellipsis;\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-var-name:hover,\n",
       ".xr-var-dims:hover,\n",
       ".xr-var-dtype:hover,\n",
       ".xr-attrs dt:hover {\n",
       "  overflow: visible;\n",
       "  width: auto;\n",
       "  z-index: 1;\n",
       "}\n",
       "\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  display: none;\n",
       "  background-color: var(--xr-background-color) !important;\n",
       "  padding-bottom: 5px !important;\n",
       "}\n",
       "\n",
       ".xr-var-attrs-in:checked ~ .xr-var-attrs,\n",
       ".xr-var-data-in:checked ~ .xr-var-data,\n",
       ".xr-index-data-in:checked ~ .xr-index-data {\n",
       "  display: block;\n",
       "}\n",
       "\n",
       ".xr-var-data > table {\n",
       "  float: right;\n",
       "}\n",
       "\n",
       ".xr-var-name span,\n",
       ".xr-var-data,\n",
       ".xr-index-name div,\n",
       ".xr-index-data,\n",
       ".xr-attrs {\n",
       "  padding-left: 25px !important;\n",
       "}\n",
       "\n",
       ".xr-attrs,\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  grid-column: 1 / -1;\n",
       "}\n",
       "\n",
       "dl.xr-attrs {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  display: grid;\n",
       "  grid-template-columns: 125px auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt,\n",
       ".xr-attrs dd {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  float: left;\n",
       "  padding-right: 10px;\n",
       "  width: auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt {\n",
       "  font-weight: normal;\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-attrs dt:hover span {\n",
       "  display: inline-block;\n",
       "  background: var(--xr-background-color);\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-attrs dd {\n",
       "  grid-column: 2;\n",
       "  white-space: pre-wrap;\n",
       "  word-break: break-all;\n",
       "}\n",
       "\n",
       ".xr-icon-database,\n",
       ".xr-icon-file-text2,\n",
       ".xr-no-icon {\n",
       "  display: inline-block;\n",
       "  vertical-align: middle;\n",
       "  width: 1em;\n",
       "  height: 1.5em !important;\n",
       "  stroke-width: 0;\n",
       "  stroke: currentColor;\n",
       "  fill: currentColor;\n",
       "}\n",
       "</style><pre class='xr-text-repr-fallback'>&lt;xarray.DatasetView&gt;\n",
       "Dimensions:  ()\n",
       "Data variables:\n",
       "    *empty*</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>imageGenerationParameters</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-01eb2c3f-a4c4-400f-8b2a-81e18a470f32' class='xr-section-summary-in' type='checkbox'  ><label for='section-01eb2c3f-a4c4-400f-8b2a-81e18a470f32' class='xr-section-summary' >Groups: <span>(2)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><div style='display: inline-grid; grid-template-columns: 100%'><div style='display: inline-grid;'><div style='grid-column-start: 1;border-right: 0.2em solid;border-color: var(--xr-border-color);height: 100%;width: 0px;'></div><div style='grid-column-start: 2;grid-row-start: 1;height: 1em;width: 20px;border-bottom: 0.2em solid;border-color: var(--xr-border-color);'></div><div style='grid-column-start: 3;'><ul class='xr-sections'><div><svg style=\"position: absolute; width: 0; height: 0; overflow: hidden\">\n",
       "<defs>\n",
       "<symbol id=\"icon-database\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "<symbol id=\"icon-file-text2\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "</defs>\n",
       "</svg>\n",
       "<style>/* CSS stylesheet for displaying xarray objects in jupyterlab.\n",
       " *\n",
       " */\n",
       "\n",
       ":root {\n",
       "  --xr-font-color0: var(--jp-content-font-color0, rgba(0, 0, 0, 1));\n",
       "  --xr-font-color2: var(--jp-content-font-color2, rgba(0, 0, 0, 0.54));\n",
       "  --xr-font-color3: var(--jp-content-font-color3, rgba(0, 0, 0, 0.38));\n",
       "  --xr-border-color: var(--jp-border-color2, #e0e0e0);\n",
       "  --xr-disabled-color: var(--jp-layout-color3, #bdbdbd);\n",
       "  --xr-background-color: var(--jp-layout-color0, white);\n",
       "  --xr-background-color-row-even: var(--jp-layout-color1, white);\n",
       "  --xr-background-color-row-odd: var(--jp-layout-color2, #eeeeee);\n",
       "}\n",
       "\n",
       "html[theme=dark],\n",
       "body[data-theme=dark],\n",
       "body.vscode-dark {\n",
       "  --xr-font-color0: rgba(255, 255, 255, 1);\n",
       "  --xr-font-color2: rgba(255, 255, 255, 0.54);\n",
       "  --xr-font-color3: rgba(255, 255, 255, 0.38);\n",
       "  --xr-border-color: #1F1F1F;\n",
       "  --xr-disabled-color: #515151;\n",
       "  --xr-background-color: #111111;\n",
       "  --xr-background-color-row-even: #111111;\n",
       "  --xr-background-color-row-odd: #313131;\n",
       "}\n",
       "\n",
       ".xr-wrap {\n",
       "  display: block !important;\n",
       "  min-width: 300px;\n",
       "  max-width: 700px;\n",
       "}\n",
       "\n",
       ".xr-text-repr-fallback {\n",
       "  /* fallback to plain text repr when CSS is not injected (untrusted notebook) */\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-header {\n",
       "  padding-top: 6px;\n",
       "  padding-bottom: 6px;\n",
       "  margin-bottom: 4px;\n",
       "  border-bottom: solid 1px var(--xr-border-color);\n",
       "}\n",
       "\n",
       ".xr-header > div,\n",
       ".xr-header > ul {\n",
       "  display: inline;\n",
       "  margin-top: 0;\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-obj-type,\n",
       ".xr-array-name {\n",
       "  margin-left: 2px;\n",
       "  margin-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-obj-type {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-sections {\n",
       "  padding-left: 0 !important;\n",
       "  display: grid;\n",
       "  grid-template-columns: 150px auto auto 1fr 20px 20px;\n",
       "}\n",
       "\n",
       ".xr-section-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-section-item input {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-item input + label {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label {\n",
       "  cursor: pointer;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label:hover {\n",
       "  color: var(--xr-font-color0);\n",
       "}\n",
       "\n",
       ".xr-section-summary {\n",
       "  grid-column: 1;\n",
       "  color: var(--xr-font-color2);\n",
       "  font-weight: 500;\n",
       "}\n",
       "\n",
       ".xr-section-summary > span {\n",
       "  display: inline-block;\n",
       "  padding-left: 0.5em;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in + label:before {\n",
       "  display: inline-block;\n",
       "  content: '►';\n",
       "  font-size: 11px;\n",
       "  width: 15px;\n",
       "  text-align: center;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label:before {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label:before {\n",
       "  content: '▼';\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label > span {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-summary,\n",
       ".xr-section-inline-details {\n",
       "  padding-top: 4px;\n",
       "  padding-bottom: 4px;\n",
       "}\n",
       "\n",
       ".xr-section-inline-details {\n",
       "  grid-column: 2 / -1;\n",
       "}\n",
       "\n",
       ".xr-section-details {\n",
       "  display: none;\n",
       "  grid-column: 1 / -1;\n",
       "  margin-bottom: 5px;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked ~ .xr-section-details {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-array-wrap {\n",
       "  grid-column: 1 / -1;\n",
       "  display: grid;\n",
       "  grid-template-columns: 20px auto;\n",
       "}\n",
       "\n",
       ".xr-array-wrap > label {\n",
       "  grid-column: 1;\n",
       "  vertical-align: top;\n",
       "}\n",
       "\n",
       ".xr-preview {\n",
       "  color: var(--xr-font-color3);\n",
       "}\n",
       "\n",
       ".xr-array-preview,\n",
       ".xr-array-data {\n",
       "  padding: 0 5px !important;\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-array-data,\n",
       ".xr-array-in:checked ~ .xr-array-preview {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-array-in:checked ~ .xr-array-data,\n",
       ".xr-array-preview {\n",
       "  display: inline-block;\n",
       "}\n",
       "\n",
       ".xr-dim-list {\n",
       "  display: inline-block !important;\n",
       "  list-style: none;\n",
       "  padding: 0 !important;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list li {\n",
       "  display: inline-block;\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list:before {\n",
       "  content: '(';\n",
       "}\n",
       "\n",
       ".xr-dim-list:after {\n",
       "  content: ')';\n",
       "}\n",
       "\n",
       ".xr-dim-list li:not(:last-child):after {\n",
       "  content: ',';\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-has-index {\n",
       "  font-weight: bold;\n",
       "}\n",
       "\n",
       ".xr-var-list,\n",
       ".xr-var-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-var-item > div,\n",
       ".xr-var-item label,\n",
       ".xr-var-item > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-even);\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-var-item > .xr-var-name:hover span {\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-var-list > li:nth-child(odd) > div,\n",
       ".xr-var-list > li:nth-child(odd) > label,\n",
       ".xr-var-list > li:nth-child(odd) > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-odd);\n",
       "}\n",
       "\n",
       ".xr-var-name {\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-var-dims {\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-var-dtype {\n",
       "  grid-column: 3;\n",
       "  text-align: right;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-preview {\n",
       "  grid-column: 4;\n",
       "}\n",
       "\n",
       ".xr-index-preview {\n",
       "  grid-column: 2 / 5;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-name,\n",
       ".xr-var-dims,\n",
       ".xr-var-dtype,\n",
       ".xr-preview,\n",
       ".xr-attrs dt {\n",
       "  white-space: nowrap;\n",
       "  overflow: hidden;\n",
       "  text-overflow: ellipsis;\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-var-name:hover,\n",
       ".xr-var-dims:hover,\n",
       ".xr-var-dtype:hover,\n",
       ".xr-attrs dt:hover {\n",
       "  overflow: visible;\n",
       "  width: auto;\n",
       "  z-index: 1;\n",
       "}\n",
       "\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  display: none;\n",
       "  background-color: var(--xr-background-color) !important;\n",
       "  padding-bottom: 5px !important;\n",
       "}\n",
       "\n",
       ".xr-var-attrs-in:checked ~ .xr-var-attrs,\n",
       ".xr-var-data-in:checked ~ .xr-var-data,\n",
       ".xr-index-data-in:checked ~ .xr-index-data {\n",
       "  display: block;\n",
       "}\n",
       "\n",
       ".xr-var-data > table {\n",
       "  float: right;\n",
       "}\n",
       "\n",
       ".xr-var-name span,\n",
       ".xr-var-data,\n",
       ".xr-index-name div,\n",
       ".xr-index-data,\n",
       ".xr-attrs {\n",
       "  padding-left: 25px !important;\n",
       "}\n",
       "\n",
       ".xr-attrs,\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  grid-column: 1 / -1;\n",
       "}\n",
       "\n",
       "dl.xr-attrs {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  display: grid;\n",
       "  grid-template-columns: 125px auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt,\n",
       ".xr-attrs dd {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  float: left;\n",
       "  padding-right: 10px;\n",
       "  width: auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt {\n",
       "  font-weight: normal;\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-attrs dt:hover span {\n",
       "  display: inline-block;\n",
       "  background: var(--xr-background-color);\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-attrs dd {\n",
       "  grid-column: 2;\n",
       "  white-space: pre-wrap;\n",
       "  word-break: break-all;\n",
       "}\n",
       "\n",
       ".xr-icon-database,\n",
       ".xr-icon-file-text2,\n",
       ".xr-no-icon {\n",
       "  display: inline-block;\n",
       "  vertical-align: middle;\n",
       "  width: 1em;\n",
       "  height: 1.5em !important;\n",
       "  stroke-width: 0;\n",
       "  stroke: currentColor;\n",
       "  fill: currentColor;\n",
       "}\n",
       "</style><pre class='xr-text-repr-fallback'>&lt;xarray.DatasetView&gt;\n",
       "Dimensions:  ()\n",
       "Data variables:\n",
       "    *empty*</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>doppler</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-927c45ed-34bd-4628-a1a7-9da009a1b1b4' class='xr-section-summary-in' type='checkbox'  ><label for='section-927c45ed-34bd-4628-a1a7-9da009a1b1b4' class='xr-section-summary' >Groups: <span>(2)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><div style='display: inline-grid; grid-template-columns: 100%'><div style='display: inline-grid;'><div style='grid-column-start: 1;border-right: 0.2em solid;border-color: var(--xr-border-color);height: 100%;width: 0px;'></div><div style='grid-column-start: 2;grid-row-start: 1;height: 1em;width: 20px;border-bottom: 0.2em solid;border-color: var(--xr-border-color);'></div><div style='grid-column-start: 3;'><ul class='xr-sections'><div><svg style=\"position: absolute; width: 0; height: 0; overflow: hidden\">\n",
       "<defs>\n",
       "<symbol id=\"icon-database\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "<symbol id=\"icon-file-text2\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "</defs>\n",
       "</svg>\n",
       "<style>/* CSS stylesheet for displaying xarray objects in jupyterlab.\n",
       " *\n",
       " */\n",
       "\n",
       ":root {\n",
       "  --xr-font-color0: var(--jp-content-font-color0, rgba(0, 0, 0, 1));\n",
       "  --xr-font-color2: var(--jp-content-font-color2, rgba(0, 0, 0, 0.54));\n",
       "  --xr-font-color3: var(--jp-content-font-color3, rgba(0, 0, 0, 0.38));\n",
       "  --xr-border-color: var(--jp-border-color2, #e0e0e0);\n",
       "  --xr-disabled-color: var(--jp-layout-color3, #bdbdbd);\n",
       "  --xr-background-color: var(--jp-layout-color0, white);\n",
       "  --xr-background-color-row-even: var(--jp-layout-color1, white);\n",
       "  --xr-background-color-row-odd: var(--jp-layout-color2, #eeeeee);\n",
       "}\n",
       "\n",
       "html[theme=dark],\n",
       "body[data-theme=dark],\n",
       "body.vscode-dark {\n",
       "  --xr-font-color0: rgba(255, 255, 255, 1);\n",
       "  --xr-font-color2: rgba(255, 255, 255, 0.54);\n",
       "  --xr-font-color3: rgba(255, 255, 255, 0.38);\n",
       "  --xr-border-color: #1F1F1F;\n",
       "  --xr-disabled-color: #515151;\n",
       "  --xr-background-color: #111111;\n",
       "  --xr-background-color-row-even: #111111;\n",
       "  --xr-background-color-row-odd: #313131;\n",
       "}\n",
       "\n",
       ".xr-wrap {\n",
       "  display: block !important;\n",
       "  min-width: 300px;\n",
       "  max-width: 700px;\n",
       "}\n",
       "\n",
       ".xr-text-repr-fallback {\n",
       "  /* fallback to plain text repr when CSS is not injected (untrusted notebook) */\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-header {\n",
       "  padding-top: 6px;\n",
       "  padding-bottom: 6px;\n",
       "  margin-bottom: 4px;\n",
       "  border-bottom: solid 1px var(--xr-border-color);\n",
       "}\n",
       "\n",
       ".xr-header > div,\n",
       ".xr-header > ul {\n",
       "  display: inline;\n",
       "  margin-top: 0;\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-obj-type,\n",
       ".xr-array-name {\n",
       "  margin-left: 2px;\n",
       "  margin-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-obj-type {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-sections {\n",
       "  padding-left: 0 !important;\n",
       "  display: grid;\n",
       "  grid-template-columns: 150px auto auto 1fr 20px 20px;\n",
       "}\n",
       "\n",
       ".xr-section-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-section-item input {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-item input + label {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label {\n",
       "  cursor: pointer;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label:hover {\n",
       "  color: var(--xr-font-color0);\n",
       "}\n",
       "\n",
       ".xr-section-summary {\n",
       "  grid-column: 1;\n",
       "  color: var(--xr-font-color2);\n",
       "  font-weight: 500;\n",
       "}\n",
       "\n",
       ".xr-section-summary > span {\n",
       "  display: inline-block;\n",
       "  padding-left: 0.5em;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in + label:before {\n",
       "  display: inline-block;\n",
       "  content: '►';\n",
       "  font-size: 11px;\n",
       "  width: 15px;\n",
       "  text-align: center;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label:before {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label:before {\n",
       "  content: '▼';\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label > span {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-summary,\n",
       ".xr-section-inline-details {\n",
       "  padding-top: 4px;\n",
       "  padding-bottom: 4px;\n",
       "}\n",
       "\n",
       ".xr-section-inline-details {\n",
       "  grid-column: 2 / -1;\n",
       "}\n",
       "\n",
       ".xr-section-details {\n",
       "  display: none;\n",
       "  grid-column: 1 / -1;\n",
       "  margin-bottom: 5px;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked ~ .xr-section-details {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-array-wrap {\n",
       "  grid-column: 1 / -1;\n",
       "  display: grid;\n",
       "  grid-template-columns: 20px auto;\n",
       "}\n",
       "\n",
       ".xr-array-wrap > label {\n",
       "  grid-column: 1;\n",
       "  vertical-align: top;\n",
       "}\n",
       "\n",
       ".xr-preview {\n",
       "  color: var(--xr-font-color3);\n",
       "}\n",
       "\n",
       ".xr-array-preview,\n",
       ".xr-array-data {\n",
       "  padding: 0 5px !important;\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-array-data,\n",
       ".xr-array-in:checked ~ .xr-array-preview {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-array-in:checked ~ .xr-array-data,\n",
       ".xr-array-preview {\n",
       "  display: inline-block;\n",
       "}\n",
       "\n",
       ".xr-dim-list {\n",
       "  display: inline-block !important;\n",
       "  list-style: none;\n",
       "  padding: 0 !important;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list li {\n",
       "  display: inline-block;\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list:before {\n",
       "  content: '(';\n",
       "}\n",
       "\n",
       ".xr-dim-list:after {\n",
       "  content: ')';\n",
       "}\n",
       "\n",
       ".xr-dim-list li:not(:last-child):after {\n",
       "  content: ',';\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-has-index {\n",
       "  font-weight: bold;\n",
       "}\n",
       "\n",
       ".xr-var-list,\n",
       ".xr-var-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-var-item > div,\n",
       ".xr-var-item label,\n",
       ".xr-var-item > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-even);\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-var-item > .xr-var-name:hover span {\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-var-list > li:nth-child(odd) > div,\n",
       ".xr-var-list > li:nth-child(odd) > label,\n",
       ".xr-var-list > li:nth-child(odd) > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-odd);\n",
       "}\n",
       "\n",
       ".xr-var-name {\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-var-dims {\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-var-dtype {\n",
       "  grid-column: 3;\n",
       "  text-align: right;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-preview {\n",
       "  grid-column: 4;\n",
       "}\n",
       "\n",
       ".xr-index-preview {\n",
       "  grid-column: 2 / 5;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-name,\n",
       ".xr-var-dims,\n",
       ".xr-var-dtype,\n",
       ".xr-preview,\n",
       ".xr-attrs dt {\n",
       "  white-space: nowrap;\n",
       "  overflow: hidden;\n",
       "  text-overflow: ellipsis;\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-var-name:hover,\n",
       ".xr-var-dims:hover,\n",
       ".xr-var-dtype:hover,\n",
       ".xr-attrs dt:hover {\n",
       "  overflow: visible;\n",
       "  width: auto;\n",
       "  z-index: 1;\n",
       "}\n",
       "\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  display: none;\n",
       "  background-color: var(--xr-background-color) !important;\n",
       "  padding-bottom: 5px !important;\n",
       "}\n",
       "\n",
       ".xr-var-attrs-in:checked ~ .xr-var-attrs,\n",
       ".xr-var-data-in:checked ~ .xr-var-data,\n",
       ".xr-index-data-in:checked ~ .xr-index-data {\n",
       "  display: block;\n",
       "}\n",
       "\n",
       ".xr-var-data > table {\n",
       "  float: right;\n",
       "}\n",
       "\n",
       ".xr-var-name span,\n",
       ".xr-var-data,\n",
       ".xr-index-name div,\n",
       ".xr-index-data,\n",
       ".xr-attrs {\n",
       "  padding-left: 25px !important;\n",
       "}\n",
       "\n",
       ".xr-attrs,\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  grid-column: 1 / -1;\n",
       "}\n",
       "\n",
       "dl.xr-attrs {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  display: grid;\n",
       "  grid-template-columns: 125px auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt,\n",
       ".xr-attrs dd {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  float: left;\n",
       "  padding-right: 10px;\n",
       "  width: auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt {\n",
       "  font-weight: normal;\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-attrs dt:hover span {\n",
       "  display: inline-block;\n",
       "  background: var(--xr-background-color);\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-attrs dd {\n",
       "  grid-column: 2;\n",
       "  white-space: pre-wrap;\n",
       "  word-break: break-all;\n",
       "}\n",
       "\n",
       ".xr-icon-database,\n",
       ".xr-icon-file-text2,\n",
       ".xr-no-icon {\n",
       "  display: inline-block;\n",
       "  vertical-align: middle;\n",
       "  width: 1em;\n",
       "  height: 1.5em !important;\n",
       "  stroke-width: 0;\n",
       "  stroke: currentColor;\n",
       "  fill: currentColor;\n",
       "}\n",
       "</style><pre class='xr-text-repr-fallback'>&lt;xarray.DatasetView&gt;\n",
       "Dimensions:                          (timeOfDopplerCentroidEstimate: 6,\n",
       "                                      n-Coefficients: 5)\n",
       "Coordinates:\n",
       "  * timeOfDopplerCentroidEstimate    (timeOfDopplerCentroidEstimate) datetime64[ns] ...\n",
       "  * n-Coefficients                   (n-Coefficients) int64 0 1 2 3 4\n",
       "Data variables:\n",
       "    dopplerAmbiguity                 (timeOfDopplerCentroidEstimate) int64 0 ...\n",
       "    dopplerAmbiguityConfidence       (timeOfDopplerCentroidEstimate) float64 ...\n",
       "    dopplerCentroidReferenceTime     (timeOfDopplerCentroidEstimate) float64 ...\n",
       "    dopplerCentroidPolynomialPeriod  (timeOfDopplerCentroidEstimate) float64 ...\n",
       "    dopplerCentroidCoefficients      (timeOfDopplerCentroidEstimate, n-Coefficients) float64 ...\n",
       "    dopplerCentroidConfidence        (timeOfDopplerCentroidEstimate) float64 ...\n",
       "Attributes:\n",
       "    Description:  Doppler Centroid Data Store</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>dopplerCentroid</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-4570ac44-bab5-473b-9c3f-91cf642e820a' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-4570ac44-bab5-473b-9c3f-91cf642e820a' class='xr-section-summary'  title='Expand/collapse section'>Groups: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><div style='display: inline-grid; grid-template-columns: 100%'></div></div></li><li class='xr-section-item'><input id='section-48b819c0-b013-4f85-bca9-324f7ff1943f' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-48b819c0-b013-4f85-bca9-324f7ff1943f' 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'>timeOfDopplerCentroidEstimate</span>: 6</li><li><span class='xr-has-index'>n-Coefficients</span>: 5</li></ul></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-e4ac837d-aa38-4982-aa93-e890de46024a' class='xr-section-summary-in' type='checkbox'  checked><label for='section-e4ac837d-aa38-4982-aa93-e890de46024a' class='xr-section-summary' >Coordinates: <span>(2)</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'>timeOfDopplerCentroidEstimate</span></div><div class='xr-var-dims'>(timeOfDopplerCentroidEstimate)</div><div class='xr-var-dtype'>datetime64[ns]</div><div class='xr-var-preview xr-preview'>2020-08-21T13:33:00.078000 ... 2...</div><input id='attrs-ab8ce4d6-6dc7-4f2d-8b01-a21f2d856bc6' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-ab8ce4d6-6dc7-4f2d-8b01-a21f2d856bc6' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-13b19ae6-b1b7-44d0-8cd7-d6546be88c8f' class='xr-var-data-in' type='checkbox'><label for='data-13b19ae6-b1b7-44d0-8cd7-d6546be88c8f' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></dl></div><div class='xr-var-data'><pre>array([&#x27;2020-08-21T13:33:00.078000000&#x27;, &#x27;2020-08-21T13:33:14.905482000&#x27;,\n",
       "       &#x27;2020-08-21T13:33:29.732964000&#x27;, &#x27;2020-08-21T13:33:44.560445000&#x27;,\n",
       "       &#x27;2020-08-21T13:33:59.387929000&#x27;, &#x27;2020-08-21T13:34:14.215413000&#x27;],\n",
       "      dtype=&#x27;datetime64[ns]&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>n-Coefficients</span></div><div class='xr-var-dims'>(n-Coefficients)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>0 1 2 3 4</div><input id='attrs-fe477240-bf18-4148-8587-af3285156597' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-fe477240-bf18-4148-8587-af3285156597' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d9a9c1cd-8c8b-4b33-a3ab-ed3a2bb51aa0' class='xr-var-data-in' type='checkbox'><label for='data-d9a9c1cd-8c8b-4b33-a3ab-ed3a2bb51aa0' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></dl></div><div class='xr-var-data'><pre>array([0, 1, 2, 3, 4])</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-08454197-3f5e-4d90-bda7-3ec2fbbe8911' class='xr-section-summary-in' type='checkbox'  checked><label for='section-08454197-3f5e-4d90-bda7-3ec2fbbe8911' class='xr-section-summary' >Data variables: <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>dopplerAmbiguity</span></div><div class='xr-var-dims'>(timeOfDopplerCentroidEstimate)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>0 0 0 0 0 0</div><input id='attrs-22d7494c-a660-4d03-a843-3408f9efc0ad' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-22d7494c-a660-4d03-a843-3408f9efc0ad' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d2b66148-2b5a-4bac-a84a-fa76d97f6439' class='xr-var-data-in' type='checkbox'><label for='data-d2b66148-2b5a-4bac-a84a-fa76d97f6439' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/imageGenerationParameters/dopplerCentroid/dopplerAmbiguity</dd><dt><span>Description :</span></dt><dd>Doppler ambiguity number used during processing</dd></dl></div><div class='xr-var-data'><pre>array([0, 0, 0, 0, 0, 0])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>dopplerAmbiguityConfidence</span></div><div class='xr-var-dims'>(timeOfDopplerCentroidEstimate)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.9977 0.9977 ... 0.9977 0.9977</div><input id='attrs-731a15f7-d018-40a3-85d6-1e9c426ed77a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-731a15f7-d018-40a3-85d6-1e9c426ed77a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-043d0458-27e2-4162-9347-6eae0eae4108' class='xr-var-data-in' type='checkbox'><label for='data-043d0458-27e2-4162-9347-6eae0eae4108' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/imageGenerationParameters/dopplerCentroid/dopplerAmbiguityConfidence</dd><dt><span>Description :</span></dt><dd>Doppler ambiguity confidence estimate.Range from 0.0 (no confidence) to 1.0 (highest confidence)</dd></dl></div><div class='xr-var-data'><pre>array([0.99767178, 0.99767178, 0.99767178, 0.99767178, 0.99767178,\n",
       "       0.99767178])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>dopplerCentroidReferenceTime</span></div><div class='xr-var-dims'>(timeOfDopplerCentroidEstimate)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.005571 0.005571 ... 0.005571</div><input id='attrs-3763a22a-5b41-40d6-9233-775eec48afa2' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3763a22a-5b41-40d6-9233-775eec48afa2' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-041c0fb1-2a4e-447b-92e4-06466c04f9cf' class='xr-var-data-in' type='checkbox'><label for='data-041c0fb1-2a4e-447b-92e4-06466c04f9cf' title='Show/Hide data repr'><svg 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>xpath :</span></dt><dd>/product/imageGenerationParameters/dopplerCentroid/dopplerCentroidReferenceTime</dd><dt><span>Description :</span></dt><dd>2-way slant range time used as reference in Doppler Centroid  polynomial calculation (t0) (units = s)</dd></dl></div><div class='xr-var-data'><pre>array([0.00557096, 0.00557096, 0.00557096, 0.00557096, 0.00557096,\n",
       "       0.00557096])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>dopplerCentroidPolynomialPeriod</span></div><div class='xr-var-dims'>(timeOfDopplerCentroidEstimate)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.00202 0.00202 ... 0.00202 0.00202</div><input id='attrs-6ec7bda7-a86d-4509-8a10-32cd60edf89d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6ec7bda7-a86d-4509-8a10-32cd60edf89d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-df37f324-b093-491b-b8aa-2b151bd7d28c' class='xr-var-data-in' type='checkbox'><label for='data-df37f324-b093-491b-b8aa-2b151bd7d28c' title='Show/Hide data repr'><svg 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>xpath :</span></dt><dd>/product/imageGenerationParameters/dopplerCentroid/dopplerCentroidPolynomialPeriod</dd><dt><span>Description :</span></dt><dd>Approximate 2-way slant range time period in seconds corresponding to the slant range swath width. This is the period over which the Doppler centroid polynomial is valid, measured from Doppler centroid reference  time (t0). For ScanSAR, this is the time corresponding to the full combined swath width.(units = s).</dd></dl></div><div class='xr-var-data'><pre>array([0.00201974, 0.00201974, 0.00201974, 0.00201974, 0.00201974,\n",
       "       0.00201974])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>dopplerCentroidCoefficients</span></div><div class='xr-var-dims'>(timeOfDopplerCentroidEstimate, n-Coefficients)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-285.6 1.378e+05 ... -9.349e+13</div><input id='attrs-b3aa6010-d5b3-42de-a06e-6bd5deb686eb' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b3aa6010-d5b3-42de-a06e-6bd5deb686eb' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-08cefb5c-06fc-46b2-aebf-6ade3807195c' class='xr-var-data-in' type='checkbox'><label for='data-08cefb5c-06fc-46b2-aebf-6ade3807195c' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/imageGenerationParameters/dopplerCentroid/dopplerCentroidCoefficients</dd><dt><span>Description :</span></dt><dd>List of up to 5 Doppler Centroid coefficients d0, d1, d2, d3, and d4 as a function of slant range timetSR where the Doppler Centroid frequency used in processing in Hz = d0 + d1(tSR - t0) + d2(tSR-t0)^2 + d3(tSR-t0)^3 + d4(tSR-t0)^4</dd></dl></div><div class='xr-var-data'><pre>array([[-2.85575806e+02,  1.37831453e+05, -1.21193000e+08,\n",
       "         3.94997391e+10, -1.34915005e+12],\n",
       "       [-2.80333588e+02,  1.26907000e+05, -1.31823800e+08,\n",
       "         5.58269604e+10, -6.69678620e+12],\n",
       "       [-2.76706696e+02,  8.77571250e+04, -8.25159280e+07,\n",
       "         4.22429491e+10, -7.64669277e+12],\n",
       "       [-2.81461395e+02,  1.16822062e+05, -1.41468000e+08,\n",
       "         7.32061614e+10, -1.17599602e+13],\n",
       "       [-2.84597290e+02,  1.51054047e+05, -2.16231808e+08,\n",
       "         1.39377295e+11, -2.94232900e+13],\n",
       "       [-3.56742188e+02,  4.78471906e+05, -6.84912512e+08,\n",
       "         4.27556504e+11, -9.34918415e+13]])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>dopplerCentroidConfidence</span></div><div class='xr-var-dims'>(timeOfDopplerCentroidEstimate)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.9977 0.9977 ... 0.9965 0.9934</div><input id='attrs-e9a4bd81-9195-4664-a3fd-6a0f245ae0c3' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e9a4bd81-9195-4664-a3fd-6a0f245ae0c3' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-7714d822-8a78-4dec-b75c-ee950590c123' class='xr-var-data-in' type='checkbox'><label for='data-7714d822-8a78-4dec-b75c-ee950590c123' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/imageGenerationParameters/dopplerCentroid/dopplerCentroidConfidence</dd><dt><span>Description :</span></dt><dd>Doppler Centroid confidence estimate.Range from 0.0 (no confidence) to 1.0 (highest confidence)</dd></dl></div><div class='xr-var-data'><pre>array([0.99767178, 0.99773097, 0.99749231, 0.99723858, 0.99646318,\n",
       "       0.99338239])</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-9f93352b-8cf8-49c9-8aa0-e5b943adae60' class='xr-section-summary-in' type='checkbox'  checked><label for='section-9f93352b-8cf8-49c9-8aa0-e5b943adae60' class='xr-section-summary' >Attributes: <span>(1)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><dl class='xr-attrs'><dt><span>Description :</span></dt><dd>Doppler Centroid Data Store</dd></dl></div></li></ul></div></div></ul></div></div><div style='display: inline-grid;'><div style='grid-column-start: 1;border-right: 0.2em solid;border-color: var(--xr-border-color);height: 1.2em;width: 0px;'></div><div style='grid-column-start: 2;grid-row-start: 1;height: 1em;width: 20px;border-bottom: 0.2em solid;border-color: var(--xr-border-color);'></div><div style='grid-column-start: 3;'><ul class='xr-sections'><div><svg style=\"position: absolute; width: 0; height: 0; overflow: hidden\">\n",
       "<defs>\n",
       "<symbol id=\"icon-database\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "<symbol id=\"icon-file-text2\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "</defs>\n",
       "</svg>\n",
       "<style>/* CSS stylesheet for displaying xarray objects in jupyterlab.\n",
       " *\n",
       " */\n",
       "\n",
       ":root {\n",
       "  --xr-font-color0: var(--jp-content-font-color0, rgba(0, 0, 0, 1));\n",
       "  --xr-font-color2: var(--jp-content-font-color2, rgba(0, 0, 0, 0.54));\n",
       "  --xr-font-color3: var(--jp-content-font-color3, rgba(0, 0, 0, 0.38));\n",
       "  --xr-border-color: var(--jp-border-color2, #e0e0e0);\n",
       "  --xr-disabled-color: var(--jp-layout-color3, #bdbdbd);\n",
       "  --xr-background-color: var(--jp-layout-color0, white);\n",
       "  --xr-background-color-row-even: var(--jp-layout-color1, white);\n",
       "  --xr-background-color-row-odd: var(--jp-layout-color2, #eeeeee);\n",
       "}\n",
       "\n",
       "html[theme=dark],\n",
       "body[data-theme=dark],\n",
       "body.vscode-dark {\n",
       "  --xr-font-color0: rgba(255, 255, 255, 1);\n",
       "  --xr-font-color2: rgba(255, 255, 255, 0.54);\n",
       "  --xr-font-color3: rgba(255, 255, 255, 0.38);\n",
       "  --xr-border-color: #1F1F1F;\n",
       "  --xr-disabled-color: #515151;\n",
       "  --xr-background-color: #111111;\n",
       "  --xr-background-color-row-even: #111111;\n",
       "  --xr-background-color-row-odd: #313131;\n",
       "}\n",
       "\n",
       ".xr-wrap {\n",
       "  display: block !important;\n",
       "  min-width: 300px;\n",
       "  max-width: 700px;\n",
       "}\n",
       "\n",
       ".xr-text-repr-fallback {\n",
       "  /* fallback to plain text repr when CSS is not injected (untrusted notebook) */\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-header {\n",
       "  padding-top: 6px;\n",
       "  padding-bottom: 6px;\n",
       "  margin-bottom: 4px;\n",
       "  border-bottom: solid 1px var(--xr-border-color);\n",
       "}\n",
       "\n",
       ".xr-header > div,\n",
       ".xr-header > ul {\n",
       "  display: inline;\n",
       "  margin-top: 0;\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-obj-type,\n",
       ".xr-array-name {\n",
       "  margin-left: 2px;\n",
       "  margin-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-obj-type {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-sections {\n",
       "  padding-left: 0 !important;\n",
       "  display: grid;\n",
       "  grid-template-columns: 150px auto auto 1fr 20px 20px;\n",
       "}\n",
       "\n",
       ".xr-section-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-section-item input {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-item input + label {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label {\n",
       "  cursor: pointer;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label:hover {\n",
       "  color: var(--xr-font-color0);\n",
       "}\n",
       "\n",
       ".xr-section-summary {\n",
       "  grid-column: 1;\n",
       "  color: var(--xr-font-color2);\n",
       "  font-weight: 500;\n",
       "}\n",
       "\n",
       ".xr-section-summary > span {\n",
       "  display: inline-block;\n",
       "  padding-left: 0.5em;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in + label:before {\n",
       "  display: inline-block;\n",
       "  content: '►';\n",
       "  font-size: 11px;\n",
       "  width: 15px;\n",
       "  text-align: center;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label:before {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label:before {\n",
       "  content: '▼';\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label > span {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-summary,\n",
       ".xr-section-inline-details {\n",
       "  padding-top: 4px;\n",
       "  padding-bottom: 4px;\n",
       "}\n",
       "\n",
       ".xr-section-inline-details {\n",
       "  grid-column: 2 / -1;\n",
       "}\n",
       "\n",
       ".xr-section-details {\n",
       "  display: none;\n",
       "  grid-column: 1 / -1;\n",
       "  margin-bottom: 5px;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked ~ .xr-section-details {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-array-wrap {\n",
       "  grid-column: 1 / -1;\n",
       "  display: grid;\n",
       "  grid-template-columns: 20px auto;\n",
       "}\n",
       "\n",
       ".xr-array-wrap > label {\n",
       "  grid-column: 1;\n",
       "  vertical-align: top;\n",
       "}\n",
       "\n",
       ".xr-preview {\n",
       "  color: var(--xr-font-color3);\n",
       "}\n",
       "\n",
       ".xr-array-preview,\n",
       ".xr-array-data {\n",
       "  padding: 0 5px !important;\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-array-data,\n",
       ".xr-array-in:checked ~ .xr-array-preview {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-array-in:checked ~ .xr-array-data,\n",
       ".xr-array-preview {\n",
       "  display: inline-block;\n",
       "}\n",
       "\n",
       ".xr-dim-list {\n",
       "  display: inline-block !important;\n",
       "  list-style: none;\n",
       "  padding: 0 !important;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list li {\n",
       "  display: inline-block;\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list:before {\n",
       "  content: '(';\n",
       "}\n",
       "\n",
       ".xr-dim-list:after {\n",
       "  content: ')';\n",
       "}\n",
       "\n",
       ".xr-dim-list li:not(:last-child):after {\n",
       "  content: ',';\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-has-index {\n",
       "  font-weight: bold;\n",
       "}\n",
       "\n",
       ".xr-var-list,\n",
       ".xr-var-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-var-item > div,\n",
       ".xr-var-item label,\n",
       ".xr-var-item > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-even);\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-var-item > .xr-var-name:hover span {\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-var-list > li:nth-child(odd) > div,\n",
       ".xr-var-list > li:nth-child(odd) > label,\n",
       ".xr-var-list > li:nth-child(odd) > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-odd);\n",
       "}\n",
       "\n",
       ".xr-var-name {\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-var-dims {\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-var-dtype {\n",
       "  grid-column: 3;\n",
       "  text-align: right;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-preview {\n",
       "  grid-column: 4;\n",
       "}\n",
       "\n",
       ".xr-index-preview {\n",
       "  grid-column: 2 / 5;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-name,\n",
       ".xr-var-dims,\n",
       ".xr-var-dtype,\n",
       ".xr-preview,\n",
       ".xr-attrs dt {\n",
       "  white-space: nowrap;\n",
       "  overflow: hidden;\n",
       "  text-overflow: ellipsis;\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-var-name:hover,\n",
       ".xr-var-dims:hover,\n",
       ".xr-var-dtype:hover,\n",
       ".xr-attrs dt:hover {\n",
       "  overflow: visible;\n",
       "  width: auto;\n",
       "  z-index: 1;\n",
       "}\n",
       "\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  display: none;\n",
       "  background-color: var(--xr-background-color) !important;\n",
       "  padding-bottom: 5px !important;\n",
       "}\n",
       "\n",
       ".xr-var-attrs-in:checked ~ .xr-var-attrs,\n",
       ".xr-var-data-in:checked ~ .xr-var-data,\n",
       ".xr-index-data-in:checked ~ .xr-index-data {\n",
       "  display: block;\n",
       "}\n",
       "\n",
       ".xr-var-data > table {\n",
       "  float: right;\n",
       "}\n",
       "\n",
       ".xr-var-name span,\n",
       ".xr-var-data,\n",
       ".xr-index-name div,\n",
       ".xr-index-data,\n",
       ".xr-attrs {\n",
       "  padding-left: 25px !important;\n",
       "}\n",
       "\n",
       ".xr-attrs,\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  grid-column: 1 / -1;\n",
       "}\n",
       "\n",
       "dl.xr-attrs {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  display: grid;\n",
       "  grid-template-columns: 125px auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt,\n",
       ".xr-attrs dd {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  float: left;\n",
       "  padding-right: 10px;\n",
       "  width: auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt {\n",
       "  font-weight: normal;\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-attrs dt:hover span {\n",
       "  display: inline-block;\n",
       "  background: var(--xr-background-color);\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-attrs dd {\n",
       "  grid-column: 2;\n",
       "  white-space: pre-wrap;\n",
       "  word-break: break-all;\n",
       "}\n",
       "\n",
       ".xr-icon-database,\n",
       ".xr-icon-file-text2,\n",
       ".xr-no-icon {\n",
       "  display: inline-block;\n",
       "  vertical-align: middle;\n",
       "  width: 1em;\n",
       "  height: 1.5em !important;\n",
       "  stroke-width: 0;\n",
       "  stroke: currentColor;\n",
       "  fill: currentColor;\n",
       "}\n",
       "</style><pre class='xr-text-repr-fallback'>&lt;xarray.DatasetView&gt;\n",
       "Dimensions:                   (dopplerRateReferenceTime: 1,\n",
       "                               n-RateValuesCoefficients: 3)\n",
       "Coordinates:\n",
       "  * dopplerRateReferenceTime  (dopplerRateReferenceTime) float64 0.005571\n",
       "  * n-RateValuesCoefficients  (n-RateValuesCoefficients) int64 0 1 2\n",
       "Data variables:\n",
       "    dopplerRateValues         (dopplerRateReferenceTime, n-RateValuesCoefficients) float64 ...\n",
       "Attributes:\n",
       "    Description:  Doppler Rate Values Data Store.</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>dopplerRateValues</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-222b5f22-1df9-476b-9577-1d4b282ceffe' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-222b5f22-1df9-476b-9577-1d4b282ceffe' class='xr-section-summary'  title='Expand/collapse section'>Groups: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><div style='display: inline-grid; grid-template-columns: 100%'></div></div></li><li class='xr-section-item'><input id='section-84c5feb1-f370-4884-9909-f0fa9e965fd6' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-84c5feb1-f370-4884-9909-f0fa9e965fd6' 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'>dopplerRateReferenceTime</span>: 1</li><li><span class='xr-has-index'>n-RateValuesCoefficients</span>: 3</li></ul></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-97a7dcc2-2c78-4d4d-b019-0e20d2b3e958' class='xr-section-summary-in' type='checkbox'  checked><label for='section-97a7dcc2-2c78-4d4d-b019-0e20d2b3e958' class='xr-section-summary' >Coordinates: <span>(2)</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'>dopplerRateReferenceTime</span></div><div class='xr-var-dims'>(dopplerRateReferenceTime)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.005571</div><input id='attrs-92dbfecd-f849-4a5f-b914-42b75da42ef9' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-92dbfecd-f849-4a5f-b914-42b75da42ef9' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b049260b-12df-4cde-95f3-c9f9479a4c1e' class='xr-var-data-in' type='checkbox'><label for='data-b049260b-12df-4cde-95f3-c9f9479a4c1e' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></dl></div><div class='xr-var-data'><pre>array([0.005571])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>n-RateValuesCoefficients</span></div><div class='xr-var-dims'>(n-RateValuesCoefficients)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>0 1 2</div><input id='attrs-eb1490d9-ebdf-4458-9f09-d709fcc94e82' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-eb1490d9-ebdf-4458-9f09-d709fcc94e82' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-643b2d0d-2412-43f2-afb9-8236e5ca7e9f' class='xr-var-data-in' type='checkbox'><label for='data-643b2d0d-2412-43f2-afb9-8236e5ca7e9f' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></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-bf3fd870-0f59-4699-9ce4-f71cba286d98' class='xr-section-summary-in' type='checkbox'  checked><label for='section-bf3fd870-0f59-4699-9ce4-f71cba286d98' class='xr-section-summary' >Data variables: <span>(1)</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>dopplerRateValues</span></div><div class='xr-var-dims'>(dopplerRateReferenceTime, n-RateValuesCoefficients)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-2.174e+03 3.742e+05 -4.152e+07</div><input id='attrs-0a117a6b-63f9-4261-8eaa-361665ecf074' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0a117a6b-63f9-4261-8eaa-361665ecf074' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a003612b-ecc4-4d6f-b2cc-95abe89eb38e' class='xr-var-data-in' type='checkbox'><label for='data-a003612b-ecc4-4d6f-b2cc-95abe89eb38e' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>RateReferenceTime units :</span></dt><dd>s</dd><dt><span>dopplerRateReferenceTime_xpath :</span></dt><dd>/product/imageGenerationParameters/dopplerRateValues/dopplerRateReferenceTime</dd><dt><span>dopplerRateValuesCoefficients_xpath :</span></dt><dd>/product/imageGenerationParameters/dopplerRateValues/dopplerRateValuesCoefficients</dd><dt><span>Description :</span></dt><dd>List of up to 5 Doppler rate values coefficients r0, r1, r2, r3, and r4 as a function of slant range time tSR where the Doppler frequency rate (in Hz per second of zero Doppler time) = r0 + r1(tSR - t0) + r2(tSR-t0)^2 + r3(tSR-t0)^3 + r4(tSR-t0)^4</dd></dl></div><div class='xr-var-data'><pre>array([[-2.17426709e+03,  3.74150500e+05, -4.15207000e+07]])</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-104a5bed-3ac6-4ee5-a8f6-6ee512932f77' class='xr-section-summary-in' type='checkbox'  checked><label for='section-104a5bed-3ac6-4ee5-a8f6-6ee512932f77' class='xr-section-summary' >Attributes: <span>(1)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><dl class='xr-attrs'><dt><span>Description :</span></dt><dd>Doppler Rate Values Data Store.</dd></dl></div></li></ul></div></div></ul></div></div></div></div></li><li class='xr-section-item'><input id='section-0a6aea50-4dc1-46d6-b647-186e3922eb4a' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-0a6aea50-4dc1-46d6-b647-186e3922eb4a' class='xr-section-summary'  title='Expand/collapse section'>Dimensions:</label><div class='xr-section-inline-details'></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-d091affb-285d-45cf-ab48-76917bd7077f' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-d091affb-285d-45cf-ab48-76917bd7077f' class='xr-section-summary'  title='Expand/collapse section'>Coordinates: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'></ul></div></li><li class='xr-section-item'><input id='section-222fa7c6-7cdc-4854-9cba-1a490cc5f84c' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-222fa7c6-7cdc-4854-9cba-1a490cc5f84c' class='xr-section-summary'  title='Expand/collapse section'>Data variables: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'></ul></div></li><li class='xr-section-item'><input id='section-8c8321cb-f1a2-4f7d-a46d-e404e5ec9dad' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-8c8321cb-f1a2-4f7d-a46d-e404e5ec9dad' class='xr-section-summary'  title='Expand/collapse section'>Attributes: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><dl class='xr-attrs'></dl></div></li></ul></div></div></ul></div></div><div style='display: inline-grid;'><div style='grid-column-start: 1;border-right: 0.2em solid;border-color: var(--xr-border-color);height: 1.2em;width: 0px;'></div><div style='grid-column-start: 2;grid-row-start: 1;height: 1em;width: 20px;border-bottom: 0.2em solid;border-color: var(--xr-border-color);'></div><div style='grid-column-start: 3;'><ul class='xr-sections'><div><svg style=\"position: absolute; width: 0; height: 0; overflow: hidden\">\n",
       "<defs>\n",
       "<symbol id=\"icon-database\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "<symbol id=\"icon-file-text2\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "</defs>\n",
       "</svg>\n",
       "<style>/* CSS stylesheet for displaying xarray objects in jupyterlab.\n",
       " *\n",
       " */\n",
       "\n",
       ":root {\n",
       "  --xr-font-color0: var(--jp-content-font-color0, rgba(0, 0, 0, 1));\n",
       "  --xr-font-color2: var(--jp-content-font-color2, rgba(0, 0, 0, 0.54));\n",
       "  --xr-font-color3: var(--jp-content-font-color3, rgba(0, 0, 0, 0.38));\n",
       "  --xr-border-color: var(--jp-border-color2, #e0e0e0);\n",
       "  --xr-disabled-color: var(--jp-layout-color3, #bdbdbd);\n",
       "  --xr-background-color: var(--jp-layout-color0, white);\n",
       "  --xr-background-color-row-even: var(--jp-layout-color1, white);\n",
       "  --xr-background-color-row-odd: var(--jp-layout-color2, #eeeeee);\n",
       "}\n",
       "\n",
       "html[theme=dark],\n",
       "body[data-theme=dark],\n",
       "body.vscode-dark {\n",
       "  --xr-font-color0: rgba(255, 255, 255, 1);\n",
       "  --xr-font-color2: rgba(255, 255, 255, 0.54);\n",
       "  --xr-font-color3: rgba(255, 255, 255, 0.38);\n",
       "  --xr-border-color: #1F1F1F;\n",
       "  --xr-disabled-color: #515151;\n",
       "  --xr-background-color: #111111;\n",
       "  --xr-background-color-row-even: #111111;\n",
       "  --xr-background-color-row-odd: #313131;\n",
       "}\n",
       "\n",
       ".xr-wrap {\n",
       "  display: block !important;\n",
       "  min-width: 300px;\n",
       "  max-width: 700px;\n",
       "}\n",
       "\n",
       ".xr-text-repr-fallback {\n",
       "  /* fallback to plain text repr when CSS is not injected (untrusted notebook) */\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-header {\n",
       "  padding-top: 6px;\n",
       "  padding-bottom: 6px;\n",
       "  margin-bottom: 4px;\n",
       "  border-bottom: solid 1px var(--xr-border-color);\n",
       "}\n",
       "\n",
       ".xr-header > div,\n",
       ".xr-header > ul {\n",
       "  display: inline;\n",
       "  margin-top: 0;\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-obj-type,\n",
       ".xr-array-name {\n",
       "  margin-left: 2px;\n",
       "  margin-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-obj-type {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-sections {\n",
       "  padding-left: 0 !important;\n",
       "  display: grid;\n",
       "  grid-template-columns: 150px auto auto 1fr 20px 20px;\n",
       "}\n",
       "\n",
       ".xr-section-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-section-item input {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-item input + label {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label {\n",
       "  cursor: pointer;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label:hover {\n",
       "  color: var(--xr-font-color0);\n",
       "}\n",
       "\n",
       ".xr-section-summary {\n",
       "  grid-column: 1;\n",
       "  color: var(--xr-font-color2);\n",
       "  font-weight: 500;\n",
       "}\n",
       "\n",
       ".xr-section-summary > span {\n",
       "  display: inline-block;\n",
       "  padding-left: 0.5em;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in + label:before {\n",
       "  display: inline-block;\n",
       "  content: '►';\n",
       "  font-size: 11px;\n",
       "  width: 15px;\n",
       "  text-align: center;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label:before {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label:before {\n",
       "  content: '▼';\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label > span {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-summary,\n",
       ".xr-section-inline-details {\n",
       "  padding-top: 4px;\n",
       "  padding-bottom: 4px;\n",
       "}\n",
       "\n",
       ".xr-section-inline-details {\n",
       "  grid-column: 2 / -1;\n",
       "}\n",
       "\n",
       ".xr-section-details {\n",
       "  display: none;\n",
       "  grid-column: 1 / -1;\n",
       "  margin-bottom: 5px;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked ~ .xr-section-details {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-array-wrap {\n",
       "  grid-column: 1 / -1;\n",
       "  display: grid;\n",
       "  grid-template-columns: 20px auto;\n",
       "}\n",
       "\n",
       ".xr-array-wrap > label {\n",
       "  grid-column: 1;\n",
       "  vertical-align: top;\n",
       "}\n",
       "\n",
       ".xr-preview {\n",
       "  color: var(--xr-font-color3);\n",
       "}\n",
       "\n",
       ".xr-array-preview,\n",
       ".xr-array-data {\n",
       "  padding: 0 5px !important;\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-array-data,\n",
       ".xr-array-in:checked ~ .xr-array-preview {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-array-in:checked ~ .xr-array-data,\n",
       ".xr-array-preview {\n",
       "  display: inline-block;\n",
       "}\n",
       "\n",
       ".xr-dim-list {\n",
       "  display: inline-block !important;\n",
       "  list-style: none;\n",
       "  padding: 0 !important;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list li {\n",
       "  display: inline-block;\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list:before {\n",
       "  content: '(';\n",
       "}\n",
       "\n",
       ".xr-dim-list:after {\n",
       "  content: ')';\n",
       "}\n",
       "\n",
       ".xr-dim-list li:not(:last-child):after {\n",
       "  content: ',';\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-has-index {\n",
       "  font-weight: bold;\n",
       "}\n",
       "\n",
       ".xr-var-list,\n",
       ".xr-var-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-var-item > div,\n",
       ".xr-var-item label,\n",
       ".xr-var-item > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-even);\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-var-item > .xr-var-name:hover span {\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-var-list > li:nth-child(odd) > div,\n",
       ".xr-var-list > li:nth-child(odd) > label,\n",
       ".xr-var-list > li:nth-child(odd) > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-odd);\n",
       "}\n",
       "\n",
       ".xr-var-name {\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-var-dims {\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-var-dtype {\n",
       "  grid-column: 3;\n",
       "  text-align: right;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-preview {\n",
       "  grid-column: 4;\n",
       "}\n",
       "\n",
       ".xr-index-preview {\n",
       "  grid-column: 2 / 5;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-name,\n",
       ".xr-var-dims,\n",
       ".xr-var-dtype,\n",
       ".xr-preview,\n",
       ".xr-attrs dt {\n",
       "  white-space: nowrap;\n",
       "  overflow: hidden;\n",
       "  text-overflow: ellipsis;\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-var-name:hover,\n",
       ".xr-var-dims:hover,\n",
       ".xr-var-dtype:hover,\n",
       ".xr-attrs dt:hover {\n",
       "  overflow: visible;\n",
       "  width: auto;\n",
       "  z-index: 1;\n",
       "}\n",
       "\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  display: none;\n",
       "  background-color: var(--xr-background-color) !important;\n",
       "  padding-bottom: 5px !important;\n",
       "}\n",
       "\n",
       ".xr-var-attrs-in:checked ~ .xr-var-attrs,\n",
       ".xr-var-data-in:checked ~ .xr-var-data,\n",
       ".xr-index-data-in:checked ~ .xr-index-data {\n",
       "  display: block;\n",
       "}\n",
       "\n",
       ".xr-var-data > table {\n",
       "  float: right;\n",
       "}\n",
       "\n",
       ".xr-var-name span,\n",
       ".xr-var-data,\n",
       ".xr-index-name div,\n",
       ".xr-index-data,\n",
       ".xr-attrs {\n",
       "  padding-left: 25px !important;\n",
       "}\n",
       "\n",
       ".xr-attrs,\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  grid-column: 1 / -1;\n",
       "}\n",
       "\n",
       "dl.xr-attrs {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  display: grid;\n",
       "  grid-template-columns: 125px auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt,\n",
       ".xr-attrs dd {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  float: left;\n",
       "  padding-right: 10px;\n",
       "  width: auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt {\n",
       "  font-weight: normal;\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-attrs dt:hover span {\n",
       "  display: inline-block;\n",
       "  background: var(--xr-background-color);\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-attrs dd {\n",
       "  grid-column: 2;\n",
       "  white-space: pre-wrap;\n",
       "  word-break: break-all;\n",
       "}\n",
       "\n",
       ".xr-icon-database,\n",
       ".xr-icon-file-text2,\n",
       ".xr-no-icon {\n",
       "  display: inline-block;\n",
       "  vertical-align: middle;\n",
       "  width: 1em;\n",
       "  height: 1.5em !important;\n",
       "  stroke-width: 0;\n",
       "  stroke: currentColor;\n",
       "  fill: currentColor;\n",
       "}\n",
       "</style><pre class='xr-text-repr-fallback'>&lt;xarray.DatasetView&gt;\n",
       "Dimensions:                  (pole: 2, n-amplitudeCoefficients: 4,\n",
       "                              n-phaseCoefficients: 4)\n",
       "Coordinates:\n",
       "  * pole                     (pole) &lt;U2 &#x27;VV&#x27; &#x27;VH&#x27;\n",
       "  * n-amplitudeCoefficients  (n-amplitudeCoefficients) int64 0 1 2 3\n",
       "  * n-phaseCoefficients      (n-phaseCoefficients) int64 0 1 2 3\n",
       "Data variables:\n",
       "    replicaQualityValid      (pole) &lt;U4 &#x27;true&#x27; &#x27;true&#x27;\n",
       "    crossCorrelationWidth    (pole) float64 1.033 1.039\n",
       "    sideLobeLevel            (pole) float64 -13.25 -13.28\n",
       "    integratedSideLobeRatio  (pole) float64 -9.973 -10.17\n",
       "    crossCorrelationPeakLoc  (pole) float64 37.8 38.01\n",
       "    chirpPower               (pole) float64 64.57 64.32\n",
       "    amplitudeCoefficients    (pole, n-amplitudeCoefficients) float64 1.0 ... ...\n",
       "    phaseCoefficients        (pole, n-phaseCoefficients) float64 0.2693 ... -...\n",
       "Attributes:\n",
       "    VV_wing:      Combined\n",
       "    VV_pulse:     11.58\n",
       "    VH_wing:      Combined\n",
       "    VH_pulse:     11.58\n",
       "    Description:  Chirp Quality Data Store</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>chirp</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-30fce7fa-508f-41c6-ab21-97c621753b8c' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-30fce7fa-508f-41c6-ab21-97c621753b8c' class='xr-section-summary'  title='Expand/collapse section'>Groups: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><div style='display: inline-grid; grid-template-columns: 100%'></div></div></li><li class='xr-section-item'><input id='section-e5ffb3a0-b29b-46cd-bceb-f1426045d8c3' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-e5ffb3a0-b29b-46cd-bceb-f1426045d8c3' 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'>pole</span>: 2</li><li><span class='xr-has-index'>n-amplitudeCoefficients</span>: 4</li><li><span class='xr-has-index'>n-phaseCoefficients</span>: 4</li></ul></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-9ab052a1-1f93-45dd-9bfe-c5a619985811' class='xr-section-summary-in' type='checkbox'  checked><label for='section-9ab052a1-1f93-45dd-9bfe-c5a619985811' class='xr-section-summary' >Coordinates: <span>(3)</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'>pole</span></div><div class='xr-var-dims'>(pole)</div><div class='xr-var-dtype'>&lt;U2</div><div class='xr-var-preview xr-preview'>&#x27;VV&#x27; &#x27;VH&#x27;</div><input id='attrs-4b519aaa-b322-4ecb-beb2-cc449790bfd0' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-4b519aaa-b322-4ecb-beb2-cc449790bfd0' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-19f18b31-a20c-46e3-bea2-547b3e0042ad' class='xr-var-data-in' type='checkbox'><label for='data-19f18b31-a20c-46e3-bea2-547b3e0042ad' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>type :</span></dt><dd>rs2prod:polarizationIdentifiers</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;VV&#x27;, &#x27;VH&#x27;], dtype=&#x27;&lt;U2&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>n-amplitudeCoefficients</span></div><div class='xr-var-dims'>(n-amplitudeCoefficients)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>0 1 2 3</div><input id='attrs-17485fbd-eeff-4d59-a8f6-476aa53dcf49' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-17485fbd-eeff-4d59-a8f6-476aa53dcf49' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-829514bd-170d-4a32-95cc-15999885c281' class='xr-var-data-in' type='checkbox'><label for='data-829514bd-170d-4a32-95cc-15999885c281' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></dl></div><div class='xr-var-data'><pre>array([0, 1, 2, 3])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>n-phaseCoefficients</span></div><div class='xr-var-dims'>(n-phaseCoefficients)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>0 1 2 3</div><input id='attrs-b7ecea01-d574-462f-a54e-a963ffacf67b' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-b7ecea01-d574-462f-a54e-a963ffacf67b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9f125262-54a4-435d-a849-9b87f72f678f' class='xr-var-data-in' type='checkbox'><label for='data-9f125262-54a4-435d-a849-9b87f72f678f' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></dl></div><div class='xr-var-data'><pre>array([0, 1, 2, 3])</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-3586d6e6-ae66-4ffa-9c93-f9b95109523a' class='xr-section-summary-in' type='checkbox'  checked><label for='section-3586d6e6-ae66-4ffa-9c93-f9b95109523a' class='xr-section-summary' >Data variables: <span>(8)</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>replicaQualityValid</span></div><div class='xr-var-dims'>(pole)</div><div class='xr-var-dtype'>&lt;U4</div><div class='xr-var-preview xr-preview'>&#x27;true&#x27; &#x27;true&#x27;</div><input id='attrs-fa72f5f4-3c2c-4fd5-8680-1ec6f17450d5' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-fa72f5f4-3c2c-4fd5-8680-1ec6f17450d5' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-85a58d54-f23d-476e-afd8-4573db9cb7cd' class='xr-var-data-in' type='checkbox'><label for='data-85a58d54-f23d-476e-afd8-4573db9cb7cd' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/imageGenerationParameters/chirp/chirpQuality/replicaQualityValid</dd><dt><span>Description :</span></dt><dd>true = able to reconstruct all chirps or chirp reconstruction not requested (nominal chirp used) and all quality measures were acceptablefalse = unable to reconstruct chirp during processing and chirp reconstruction was requested or the quality is below acceptable levels.</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;true&#x27;, &#x27;true&#x27;], dtype=&#x27;&lt;U4&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>crossCorrelationWidth</span></div><div class='xr-var-dims'>(pole)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.033 1.039</div><input id='attrs-b636e842-bb5f-4430-9c82-c1593d0745a3' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b636e842-bb5f-4430-9c82-c1593d0745a3' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-42ec599a-d338-44e9-9e62-3ab416944473' class='xr-var-data-in' type='checkbox'><label for='data-42ec599a-d338-44e9-9e62-3ab416944473' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/imageGenerationParameters/chirp/chirpQuality/crossCorrelationWidth</dd><dt><span>Description :</span></dt><dd>3-dB pulse width of chirp replica cross-correlation function between reconstructed chirp and nominal chirp (units = samples)</dd></dl></div><div class='xr-var-data'><pre>array([1.03279197, 1.03857994])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>sideLobeLevel</span></div><div class='xr-var-dims'>(pole)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-13.25 -13.28</div><input id='attrs-2d049414-63b5-4b00-a25a-28f05c1a22b8' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-2d049414-63b5-4b00-a25a-28f05c1a22b8' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d036e89f-b5d2-4ba5-a2d6-17f86ef6e3cc' class='xr-var-data-in' type='checkbox'><label for='data-d036e89f-b5d2-4ba5-a2d6-17f86ef6e3cc' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/imageGenerationParameters/chirp/chirpQuality/sideLobeLevel</dd><dt><span>units :</span></dt><dd>dB</dd><dt><span>Description :</span></dt><dd>First side lobe level of chirp replica cross-correlation function  between reconstructed chirp and nominal chirp (units = dB)</dd></dl></div><div class='xr-var-data'><pre>array([-13.25045967, -13.27672958])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>integratedSideLobeRatio</span></div><div class='xr-var-dims'>(pole)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-9.973 -10.17</div><input id='attrs-c0629c71-c2f1-4f39-8f19-a31279090f6f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-c0629c71-c2f1-4f39-8f19-a31279090f6f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-851e03ac-c594-43c1-9fe0-2f292c3acc26' class='xr-var-data-in' type='checkbox'><label for='data-851e03ac-c594-43c1-9fe0-2f292c3acc26' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/imageGenerationParameters/chirp/chirpQuality/integratedSideLobeRatio</dd><dt><span>units :</span></dt><dd>dB</dd><dt><span>Description :</span></dt><dd>Integrated Side-Lobe Ratio of chirp replica cross-correlation  function between reconstructed chirp and nominal chirp (units = dB)</dd></dl></div><div class='xr-var-data'><pre>array([ -9.97302055, -10.17140007])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>crossCorrelationPeakLoc</span></div><div class='xr-var-dims'>(pole)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>37.8 38.01</div><input id='attrs-7bcbef7e-181f-43e0-8823-9d389d014da1' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-7bcbef7e-181f-43e0-8823-9d389d014da1' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-ac4a7f35-2e62-44f9-a219-89e824a3aeee' class='xr-var-data-in' type='checkbox'><label for='data-ac4a7f35-2e62-44f9-a219-89e824a3aeee' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/imageGenerationParameters/chirp/chirpQuality/crossCorrelationPeakLoc</dd><dt><span>Description :</span></dt><dd>Cross correlation peak location. (units = samples)</dd></dl></div><div class='xr-var-data'><pre>array([37.80487061, 38.00939941])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>chirpPower</span></div><div class='xr-var-dims'>(pole)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>64.57 64.32</div><input id='attrs-3e8f486d-3117-44f1-bda3-5ff5574a545e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3e8f486d-3117-44f1-bda3-5ff5574a545e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d6a3d8d6-3c47-42bb-bae3-31ff6d52fc6d' class='xr-var-data-in' type='checkbox'><label for='data-d6a3d8d6-3c47-42bb-bae3-31ff6d52fc6d' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/imageGenerationParameters/chirp/chirpPower</dd><dt><span>units :</span></dt><dd>dB</dd><dt><span>Description :</span></dt><dd>(units = dB)</dd></dl></div><div class='xr-var-data'><pre>array([64.56515429, 64.31606258])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>amplitudeCoefficients</span></div><div class='xr-var-dims'>(pole, n-amplitudeCoefficients)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.0 -633.5 ... -2.676e+12</div><input id='attrs-17854765-8814-4005-91fd-e35f499dfe0b' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-17854765-8814-4005-91fd-e35f499dfe0b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-dfe27cc7-f303-4e46-ac43-0d43d1b3f399' class='xr-var-data-in' type='checkbox'><label for='data-dfe27cc7-f303-4e46-ac43-0d43d1b3f399' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/imageGenerationParameters/chirp/amplitudeCoefficients</dd><dt><span>Description :</span></dt><dd>List of range chirp amplitude coefficients (-, s^-1, s^-2, s^-3, ...)</dd></dl></div><div class='xr-var-data'><pre>array([[ 1.00000000e+00, -6.33520325e+02, -1.87412900e+06,\n",
       "        -2.85720707e+12],\n",
       "       [ 1.00000000e+00, -9.45641296e+02, -6.72616640e+07,\n",
       "        -2.67615391e+12]])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>phaseCoefficients</span></div><div class='xr-var-dims'>(pole, n-phaseCoefficients)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.2693 -4.153e+03 ... -1.081e+12</div><input id='attrs-e43f3f04-47c2-470d-9c37-e1eb5ac23672' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e43f3f04-47c2-470d-9c37-e1eb5ac23672' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1f412081-5eee-4dbc-84dc-2cfedcb3e94a' class='xr-var-data-in' type='checkbox'><label for='data-1f412081-5eee-4dbc-84dc-2cfedcb3e94a' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/imageGenerationParameters/chirp/phaseCoefficients</dd><dt><span>Description :</span></dt><dd>List of range chirp phase coefficients (cycles, Hz, Hz/s, Hz/s^2, ...)</dd></dl></div><div class='xr-var-data'><pre>array([[ 2.69284606e-01, -4.15260791e+03, -1.39638292e+11,\n",
       "        -6.50867376e+11],\n",
       "       [ 8.35320711e-01,  5.38344849e+02, -1.39637801e+11,\n",
       "        -1.08056602e+12]])</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-f6ce173d-6a7d-4258-979a-7b2996b20e75' class='xr-section-summary-in' type='checkbox'  checked><label for='section-f6ce173d-6a7d-4258-979a-7b2996b20e75' class='xr-section-summary' >Attributes: <span>(5)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><dl class='xr-attrs'><dt><span>VV_wing :</span></dt><dd>Combined</dd><dt><span>VV_pulse :</span></dt><dd>11.58</dd><dt><span>VH_wing :</span></dt><dd>Combined</dd><dt><span>VH_pulse :</span></dt><dd>11.58</dd><dt><span>Description :</span></dt><dd>Chirp Quality Data Store</dd></dl></div></li></ul></div></div></ul></div></div></div></div></li><li class='xr-section-item'><input id='section-6963bad0-4934-49e5-b80c-950a9c15f320' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-6963bad0-4934-49e5-b80c-950a9c15f320' class='xr-section-summary'  title='Expand/collapse section'>Dimensions:</label><div class='xr-section-inline-details'></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-133a3bc9-1ed5-4f9a-a5ff-045005f5aefd' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-133a3bc9-1ed5-4f9a-a5ff-045005f5aefd' class='xr-section-summary'  title='Expand/collapse section'>Coordinates: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'></ul></div></li><li class='xr-section-item'><input id='section-9338e100-4080-4fca-b2ca-292ad36f75cf' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-9338e100-4080-4fca-b2ca-292ad36f75cf' class='xr-section-summary'  title='Expand/collapse section'>Data variables: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'></ul></div></li><li class='xr-section-item'><input id='section-c0ddc111-4f5d-40e8-a2da-fa20b60641e4' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-c0ddc111-4f5d-40e8-a2da-fa20b60641e4' class='xr-section-summary'  title='Expand/collapse section'>Attributes: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><dl class='xr-attrs'></dl></div></li></ul></div></div></ul></div></div><div style='display: inline-grid;'><div style='grid-column-start: 1;border-right: 0.2em solid;border-color: var(--xr-border-color);height: 100%;width: 0px;'></div><div style='grid-column-start: 2;grid-row-start: 1;height: 1em;width: 20px;border-bottom: 0.2em solid;border-color: var(--xr-border-color);'></div><div style='grid-column-start: 3;'><ul class='xr-sections'><div><svg style=\"position: absolute; width: 0; height: 0; overflow: hidden\">\n",
       "<defs>\n",
       "<symbol id=\"icon-database\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "<symbol id=\"icon-file-text2\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "</defs>\n",
       "</svg>\n",
       "<style>/* CSS stylesheet for displaying xarray objects in jupyterlab.\n",
       " *\n",
       " */\n",
       "\n",
       ":root {\n",
       "  --xr-font-color0: var(--jp-content-font-color0, rgba(0, 0, 0, 1));\n",
       "  --xr-font-color2: var(--jp-content-font-color2, rgba(0, 0, 0, 0.54));\n",
       "  --xr-font-color3: var(--jp-content-font-color3, rgba(0, 0, 0, 0.38));\n",
       "  --xr-border-color: var(--jp-border-color2, #e0e0e0);\n",
       "  --xr-disabled-color: var(--jp-layout-color3, #bdbdbd);\n",
       "  --xr-background-color: var(--jp-layout-color0, white);\n",
       "  --xr-background-color-row-even: var(--jp-layout-color1, white);\n",
       "  --xr-background-color-row-odd: var(--jp-layout-color2, #eeeeee);\n",
       "}\n",
       "\n",
       "html[theme=dark],\n",
       "body[data-theme=dark],\n",
       "body.vscode-dark {\n",
       "  --xr-font-color0: rgba(255, 255, 255, 1);\n",
       "  --xr-font-color2: rgba(255, 255, 255, 0.54);\n",
       "  --xr-font-color3: rgba(255, 255, 255, 0.38);\n",
       "  --xr-border-color: #1F1F1F;\n",
       "  --xr-disabled-color: #515151;\n",
       "  --xr-background-color: #111111;\n",
       "  --xr-background-color-row-even: #111111;\n",
       "  --xr-background-color-row-odd: #313131;\n",
       "}\n",
       "\n",
       ".xr-wrap {\n",
       "  display: block !important;\n",
       "  min-width: 300px;\n",
       "  max-width: 700px;\n",
       "}\n",
       "\n",
       ".xr-text-repr-fallback {\n",
       "  /* fallback to plain text repr when CSS is not injected (untrusted notebook) */\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-header {\n",
       "  padding-top: 6px;\n",
       "  padding-bottom: 6px;\n",
       "  margin-bottom: 4px;\n",
       "  border-bottom: solid 1px var(--xr-border-color);\n",
       "}\n",
       "\n",
       ".xr-header > div,\n",
       ".xr-header > ul {\n",
       "  display: inline;\n",
       "  margin-top: 0;\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-obj-type,\n",
       ".xr-array-name {\n",
       "  margin-left: 2px;\n",
       "  margin-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-obj-type {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-sections {\n",
       "  padding-left: 0 !important;\n",
       "  display: grid;\n",
       "  grid-template-columns: 150px auto auto 1fr 20px 20px;\n",
       "}\n",
       "\n",
       ".xr-section-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-section-item input {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-item input + label {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label {\n",
       "  cursor: pointer;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label:hover {\n",
       "  color: var(--xr-font-color0);\n",
       "}\n",
       "\n",
       ".xr-section-summary {\n",
       "  grid-column: 1;\n",
       "  color: var(--xr-font-color2);\n",
       "  font-weight: 500;\n",
       "}\n",
       "\n",
       ".xr-section-summary > span {\n",
       "  display: inline-block;\n",
       "  padding-left: 0.5em;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in + label:before {\n",
       "  display: inline-block;\n",
       "  content: '►';\n",
       "  font-size: 11px;\n",
       "  width: 15px;\n",
       "  text-align: center;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label:before {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label:before {\n",
       "  content: '▼';\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label > span {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-summary,\n",
       ".xr-section-inline-details {\n",
       "  padding-top: 4px;\n",
       "  padding-bottom: 4px;\n",
       "}\n",
       "\n",
       ".xr-section-inline-details {\n",
       "  grid-column: 2 / -1;\n",
       "}\n",
       "\n",
       ".xr-section-details {\n",
       "  display: none;\n",
       "  grid-column: 1 / -1;\n",
       "  margin-bottom: 5px;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked ~ .xr-section-details {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-array-wrap {\n",
       "  grid-column: 1 / -1;\n",
       "  display: grid;\n",
       "  grid-template-columns: 20px auto;\n",
       "}\n",
       "\n",
       ".xr-array-wrap > label {\n",
       "  grid-column: 1;\n",
       "  vertical-align: top;\n",
       "}\n",
       "\n",
       ".xr-preview {\n",
       "  color: var(--xr-font-color3);\n",
       "}\n",
       "\n",
       ".xr-array-preview,\n",
       ".xr-array-data {\n",
       "  padding: 0 5px !important;\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-array-data,\n",
       ".xr-array-in:checked ~ .xr-array-preview {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-array-in:checked ~ .xr-array-data,\n",
       ".xr-array-preview {\n",
       "  display: inline-block;\n",
       "}\n",
       "\n",
       ".xr-dim-list {\n",
       "  display: inline-block !important;\n",
       "  list-style: none;\n",
       "  padding: 0 !important;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list li {\n",
       "  display: inline-block;\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list:before {\n",
       "  content: '(';\n",
       "}\n",
       "\n",
       ".xr-dim-list:after {\n",
       "  content: ')';\n",
       "}\n",
       "\n",
       ".xr-dim-list li:not(:last-child):after {\n",
       "  content: ',';\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-has-index {\n",
       "  font-weight: bold;\n",
       "}\n",
       "\n",
       ".xr-var-list,\n",
       ".xr-var-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-var-item > div,\n",
       ".xr-var-item label,\n",
       ".xr-var-item > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-even);\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-var-item > .xr-var-name:hover span {\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-var-list > li:nth-child(odd) > div,\n",
       ".xr-var-list > li:nth-child(odd) > label,\n",
       ".xr-var-list > li:nth-child(odd) > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-odd);\n",
       "}\n",
       "\n",
       ".xr-var-name {\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-var-dims {\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-var-dtype {\n",
       "  grid-column: 3;\n",
       "  text-align: right;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-preview {\n",
       "  grid-column: 4;\n",
       "}\n",
       "\n",
       ".xr-index-preview {\n",
       "  grid-column: 2 / 5;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-name,\n",
       ".xr-var-dims,\n",
       ".xr-var-dtype,\n",
       ".xr-preview,\n",
       ".xr-attrs dt {\n",
       "  white-space: nowrap;\n",
       "  overflow: hidden;\n",
       "  text-overflow: ellipsis;\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-var-name:hover,\n",
       ".xr-var-dims:hover,\n",
       ".xr-var-dtype:hover,\n",
       ".xr-attrs dt:hover {\n",
       "  overflow: visible;\n",
       "  width: auto;\n",
       "  z-index: 1;\n",
       "}\n",
       "\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  display: none;\n",
       "  background-color: var(--xr-background-color) !important;\n",
       "  padding-bottom: 5px !important;\n",
       "}\n",
       "\n",
       ".xr-var-attrs-in:checked ~ .xr-var-attrs,\n",
       ".xr-var-data-in:checked ~ .xr-var-data,\n",
       ".xr-index-data-in:checked ~ .xr-index-data {\n",
       "  display: block;\n",
       "}\n",
       "\n",
       ".xr-var-data > table {\n",
       "  float: right;\n",
       "}\n",
       "\n",
       ".xr-var-name span,\n",
       ".xr-var-data,\n",
       ".xr-index-name div,\n",
       ".xr-index-data,\n",
       ".xr-attrs {\n",
       "  padding-left: 25px !important;\n",
       "}\n",
       "\n",
       ".xr-attrs,\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  grid-column: 1 / -1;\n",
       "}\n",
       "\n",
       "dl.xr-attrs {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  display: grid;\n",
       "  grid-template-columns: 125px auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt,\n",
       ".xr-attrs dd {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  float: left;\n",
       "  padding-right: 10px;\n",
       "  width: auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt {\n",
       "  font-weight: normal;\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-attrs dt:hover span {\n",
       "  display: inline-block;\n",
       "  background: var(--xr-background-color);\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-attrs dd {\n",
       "  grid-column: 2;\n",
       "  white-space: pre-wrap;\n",
       "  word-break: break-all;\n",
       "}\n",
       "\n",
       ".xr-icon-database,\n",
       ".xr-icon-file-text2,\n",
       ".xr-no-icon {\n",
       "  display: inline-block;\n",
       "  vertical-align: middle;\n",
       "  width: 1em;\n",
       "  height: 1.5em !important;\n",
       "  stroke-width: 0;\n",
       "  stroke: currentColor;\n",
       "  fill: currentColor;\n",
       "}\n",
       "</style><pre class='xr-text-repr-fallback'>&lt;xarray.DatasetView&gt;\n",
       "Dimensions:                         (beam: 4, pole: 2, NbOfNoiseLevelValues: 99)\n",
       "Coordinates:\n",
       "  * beam                            (beam) &lt;U3 &#x27;W1&#x27; &#x27;W2&#x27; &#x27;W30&#x27; &#x27;S7&#x27;\n",
       "  * pole                            (pole) &lt;U2 &#x27;VH&#x27; &#x27;VV&#x27;\n",
       "Dimensions without coordinates: NbOfNoiseLevelValues\n",
       "Data variables:\n",
       "    pulsesReceivedPerDwell          (beam) int64 58 58 58 58\n",
       "    numberOfPulseIntervalsPerDwell  (beam) int64 65 66 65 67\n",
       "    rank                            (beam) int64 7 8 7 9\n",
       "    settableGain                    (beam, pole) float64 -1.0 -1.0 ... -1.0 -1.0\n",
       "    pulseRepetitionFrequency        (beam) float64 1.283e+03 ... 1.295e+03\n",
       "    samplesPerEchoLine              (beam) int64 6768 7920 7944 7320\n",
       "    noiseLevelValues_BetaNought     (NbOfNoiseLevelValues) float64 -27.3 ... ...\n",
       "    noiseLevelValues_SigmaNought    (NbOfNoiseLevelValues) float64 -28.5 ... ...\n",
       "    noiseLevelValues_Gamma          (NbOfNoiseLevelValues) float64 -26.65 ......\n",
       "Attributes: (12/20)\n",
       "    acquisitionType:             ScanSAR Wide\n",
       "    beams:                       [&#x27;W1&#x27;, &#x27;W2&#x27;, &#x27;W30&#x27;, &#x27;S7&#x27;]\n",
       "    polarizations:               [&#x27;VV&#x27;, &#x27;VH&#x27;]\n",
       "    pulses:                      11.58\n",
       "    radarCenterFrequency_units:  Hz\n",
       "    radarCenterFrequency:        5404999242.769673\n",
       "    ...                          ...\n",
       "    adcSamplingRate_units:       Hz\n",
       "    adcSamplingRate:             12667968.75\n",
       "    yawSteeringFlag:             YawSteeringOn\n",
       "    geodeticFlag:                Off-Geocentric\n",
       "    rawBitsPerSample:            4\n",
       "    Description:                 Radar Parameters Data Store. Information des...</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>radarParameters</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-1104767a-9854-4fe4-9713-d21772ae0c69' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-1104767a-9854-4fe4-9713-d21772ae0c69' class='xr-section-summary'  title='Expand/collapse section'>Groups: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><div style='display: inline-grid; grid-template-columns: 100%'></div></div></li><li class='xr-section-item'><input id='section-6c64fe67-f2e5-44d2-a3fc-ba2842631896' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-6c64fe67-f2e5-44d2-a3fc-ba2842631896' 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'>beam</span>: 4</li><li><span class='xr-has-index'>pole</span>: 2</li><li><span>NbOfNoiseLevelValues</span>: 99</li></ul></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-fc32ea0e-283a-4e58-988f-eb627d7a37a7' class='xr-section-summary-in' type='checkbox'  checked><label for='section-fc32ea0e-283a-4e58-988f-eb627d7a37a7' class='xr-section-summary' >Coordinates: <span>(2)</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'>beam</span></div><div class='xr-var-dims'>(beam)</div><div class='xr-var-dtype'>&lt;U3</div><div class='xr-var-preview xr-preview'>&#x27;W1&#x27; &#x27;W2&#x27; &#x27;W30&#x27; &#x27;S7&#x27;</div><input id='attrs-df9ba9aa-de10-4c62-b8b5-060abcc26e67' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-df9ba9aa-de10-4c62-b8b5-060abcc26e67' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9953919d-f32e-41aa-99e1-546dc3314ffa' class='xr-var-data-in' type='checkbox'><label for='data-9953919d-f32e-41aa-99e1-546dc3314ffa' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></dl></div><div class='xr-var-data'><pre>array([&#x27;W1&#x27;, &#x27;W2&#x27;, &#x27;W30&#x27;, &#x27;S7&#x27;], dtype=&#x27;&lt;U3&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>pole</span></div><div class='xr-var-dims'>(pole)</div><div class='xr-var-dtype'>&lt;U2</div><div class='xr-var-preview xr-preview'>&#x27;VH&#x27; &#x27;VV&#x27;</div><input id='attrs-c09c4c58-7fe9-4183-a643-c4c11d100aaf' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-c09c4c58-7fe9-4183-a643-c4c11d100aaf' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-637df0dc-bb3a-4549-9277-e91492a27332' class='xr-var-data-in' type='checkbox'><label for='data-637df0dc-bb3a-4549-9277-e91492a27332' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></dl></div><div class='xr-var-data'><pre>array([&#x27;VH&#x27;, &#x27;VV&#x27;], dtype=&#x27;&lt;U2&#x27;)</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-536247ba-4b58-44da-9bf7-4fe72a33dacd' class='xr-section-summary-in' type='checkbox'  checked><label for='section-536247ba-4b58-44da-9bf7-4fe72a33dacd' class='xr-section-summary' >Data variables: <span>(9)</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>pulsesReceivedPerDwell</span></div><div class='xr-var-dims'>(beam)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>58 58 58 58</div><input id='attrs-1be7252b-fc54-4c06-906f-d167b8daf28d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-1be7252b-fc54-4c06-906f-d167b8daf28d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-5d2340ac-957a-43fe-984d-4a1bc1cefd15' class='xr-var-data-in' type='checkbox'><label for='data-5d2340ac-957a-43fe-984d-4a1bc1cefd15' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/sourceAttributes/radarParameters/pulsesReceivedPerDwell</dd><dt><span>Description :</span></dt><dd>ScanSAR burst parameter for ScanSAR only.     Number of pulses received and recorded per dwell for each beam.     Beam attribute values are same as those used in the beams list.</dd></dl></div><div class='xr-var-data'><pre>array([58, 58, 58, 58])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>numberOfPulseIntervalsPerDwell</span></div><div class='xr-var-dims'>(beam)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>65 66 65 67</div><input id='attrs-4769ec97-7428-4e68-956d-c3f2ab7427e5' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-4769ec97-7428-4e68-956d-c3f2ab7427e5' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f1f8b627-8285-4a61-959f-c181ee0b72d6' class='xr-var-data-in' type='checkbox'><label for='data-f1f8b627-8285-4a61-959f-c181ee0b72d6' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/sourceAttributes/radarParameters/numberOfPulseIntervalsPerDwell</dd><dt><span>Description :</span></dt><dd>ScanSAR burst parameter for ScanSAR only.     Number of pulse transmission intervals per dwell for each beam.     Beam attribute values are same as those used in the beams list.</dd></dl></div><div class='xr-var-data'><pre>array([65, 66, 65, 67])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>rank</span></div><div class='xr-var-dims'>(beam)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>7 8 7 9</div><input id='attrs-648d6532-96d1-4b62-9739-3c44d1d17782' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-648d6532-96d1-4b62-9739-3c44d1d17782' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-762e6f3b-f99d-418b-95a6-c33004212668' class='xr-var-data-in' type='checkbox'><label for='data-762e6f3b-f99d-418b-95a6-c33004212668' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/sourceAttributes/radarParameters/rank</dd><dt><span>Description :</span></dt><dd>Rank, one entry per beam.      The number of transmitted pulse repetition intervals between transmission and      reception for each beam. Samples per echo line.     Used to determine sample window length. Beam attribute values are     same as those used in the beams list.</dd></dl></div><div class='xr-var-data'><pre>array([7, 8, 7, 9])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>settableGain</span></div><div class='xr-var-dims'>(beam, pole)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-1.0 -1.0 -1.0 ... -1.0 -1.0 -1.0</div><input id='attrs-b8ee462c-26bf-41f6-ab6e-c030ad26322e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b8ee462c-26bf-41f6-ab6e-c030ad26322e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9f9a2a6f-eeaa-4745-8c41-b479a4d517e7' class='xr-var-data-in' type='checkbox'><label for='data-9f9a2a6f-eeaa-4745-8c41-b479a4d517e7' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/sourceAttributes/radarParameters/settableGain</dd><dt><span>wing :</span></dt><dd>Combined</dd><dt><span>units :</span></dt><dd>dB</dd><dt><span>Description :</span></dt><dd>Gain values used on the instrument. Gain values will be specified either in terms of polarization or wing, not both. Beam attribute values are same as those used in the beams list. (units = dB). Wing can be either fore or aft.</dd></dl></div><div class='xr-var-data'><pre>array([[-1.00000002, -1.00000002],\n",
       "       [-1.00000002, -1.00000002],\n",
       "       [-1.00000002, -1.00000002],\n",
       "       [-1.00000002, -1.00000002]])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pulseRepetitionFrequency</span></div><div class='xr-var-dims'>(beam)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.283e+03 1.341e+03 ... 1.295e+03</div><input id='attrs-630c1b09-e1f2-4566-be2e-9f5d0a2e5812' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-630c1b09-e1f2-4566-be2e-9f5d0a2e5812' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-04f284f8-a141-45df-8353-373a4ac13edc' class='xr-var-data-in' type='checkbox'><label for='data-04f284f8-a141-45df-8353-373a4ac13edc' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/sourceAttributes/radarParameters/pulseRepetitionFrequency</dd><dt><span>units :</span></dt><dd>Hz</dd><dt><span>Description :</span></dt><dd>Transmitted pulse repetition frequency for each beam.     Beam attribute values are same as those used in the beams list     (units = Hz).      For products with two wing identifiers (Fore and Aft), the received PRF is effectively double the transmitted PRF.</dd></dl></div><div class='xr-var-data'><pre>array([1282.70239258, 1341.37744141, 1079.41113281, 1295.29333496])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>samplesPerEchoLine</span></div><div class='xr-var-dims'>(beam)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>6768 7920 7944 7320</div><input id='attrs-49796532-1487-4b51-acb5-6349381782ba' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-49796532-1487-4b51-acb5-6349381782ba' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-2733cfb7-9e4d-455f-aa0c-dacf9bdbd832' class='xr-var-data-in' type='checkbox'><label for='data-2733cfb7-9e4d-455f-aa0c-dacf9bdbd832' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/sourceAttributes/radarParameters/samplesPerEchoLine</dd><dt><span>Description :</span></dt><dd>Number of samples per echo line for each beam.     Used to determine sample window length.     Beam attribute values are same as those used in the beams list.</dd></dl></div><div class='xr-var-data'><pre>array([6768, 7920, 7944, 7320])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>noiseLevelValues_BetaNought</span></div><div class='xr-var-dims'>(NbOfNoiseLevelValues)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-27.3 -27.94 ... -23.45 -21.21</div><input id='attrs-d54390da-085e-4d88-81a4-85e0dfcfa4fa' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d54390da-085e-4d88-81a4-85e0dfcfa4fa' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-801ec4dd-2c09-4995-98b7-1418abf33c06' class='xr-var-data-in' type='checkbox'><label for='data-801ec4dd-2c09-4995-98b7-1418abf33c06' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>pixelFirstNoiseValue :</span></dt><dd>56</dd><dt><span>stepSize :</span></dt><dd>106</dd><dt><span>numberOfNoiseLevelValues :</span></dt><dd>99</dd><dt><span>xpath :</span></dt><dd>/product/sourceAttributes/radarParameters/referenceNoiseLevel/noiseLevelValues</dd><dt><span>noiseLevelValues_units :</span></dt><dd>dB</dd><dt><span>Description :</span></dt><dd>Estimated noise level values as a function of georeferenced image pixel position in range. For SSG and SPG products, these apply to intermediate georeferenced image data prior to geocoding. (units = dB)</dd></dl></div><div class='xr-var-data'><pre>array([-27.2963505, -27.9428406, -28.3900394, -28.6201305, -28.6178207,\n",
       "       -28.4289093, -28.1081009, -27.7574291, -27.42869  , -27.2105999,\n",
       "       -27.1420097, -27.2563591, -27.5131302, -27.8319302, -28.1735001,\n",
       "       -28.4091702, -28.5033894, -28.3580303, -27.8952103, -26.6417007,\n",
       "       -26.7915897, -26.7310009, -26.5711899, -26.3841705, -26.2168102,\n",
       "       -26.1536598, -26.2285194, -26.4345798, -26.7091198, -26.9525204,\n",
       "       -27.1482391, -27.2234993, -27.1391392, -26.9442501, -26.6505108,\n",
       "       -26.3193207, -26.0311298, -25.8394508, -25.7523594, -25.4270897,\n",
       "       -26.9549007, -27.7762699, -28.2030697, -28.22649  , -27.8993607,\n",
       "       -27.2982998, -26.5392704, -25.8587208, -25.4805107, -25.4868908,\n",
       "       -25.8762302, -26.4272404, -26.9455509, -27.2762909, -27.2887192,\n",
       "       -26.9830704, -26.4028606, -25.7073307, -25.1028099, -24.8336201,\n",
       "       -25.0222301, -25.4923401, -25.9939404, -26.5458603, -26.7674198,\n",
       "       -26.5393105, -24.6516209, -25.4983597, -25.8719997, -25.9356098,\n",
       "       -25.7380295, -25.4667091, -25.1535892, -24.92799  , -24.7548103,\n",
       "       -24.6821404, -24.7129803, -24.8224792, -24.9161301, -24.9473991,\n",
       "       -24.91255  , -24.8140697, -24.6360397, -24.4484005, -24.3730507,\n",
       "       -24.3983898, -24.5143909, -24.6595592, -24.7207108, -24.6310101,\n",
       "       -24.4746704, -24.3230495, -24.3624096, -24.6485405, -24.9454803,\n",
       "       -25.0374603, -24.6079502, -23.4525509, -21.2124996])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>noiseLevelValues_SigmaNought</span></div><div class='xr-var-dims'>(NbOfNoiseLevelValues)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-28.5 -29.16 ... -28.12 -25.97</div><input id='attrs-1f73d798-224a-4d00-ab1f-e3fcb7a62fdc' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-1f73d798-224a-4d00-ab1f-e3fcb7a62fdc' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-6da39cb4-cef9-4cba-a665-2001a88d1d95' class='xr-var-data-in' type='checkbox'><label for='data-6da39cb4-cef9-4cba-a665-2001a88d1d95' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>pixelFirstNoiseValue :</span></dt><dd>56</dd><dt><span>stepSize :</span></dt><dd>106</dd><dt><span>numberOfNoiseLevelValues :</span></dt><dd>99</dd><dt><span>xpath :</span></dt><dd>/product/sourceAttributes/radarParameters/referenceNoiseLevel/noiseLevelValues</dd><dt><span>noiseLevelValues_units :</span></dt><dd>dB</dd><dt><span>Description :</span></dt><dd>Estimated noise level values as a function of georeferenced image pixel position in range. For SSG and SPG products, these apply to intermediate georeferenced image data prior to geocoding. (units = dB)</dd></dl></div><div class='xr-var-data'><pre>array([-28.5002995, -29.1613598, -29.6233292, -29.8684101, -29.8813   ,\n",
       "       -29.7078209, -29.4026508, -29.0678501, -28.7552204, -28.5534706,\n",
       "       -28.5014591, -28.6326408, -28.9064693, -29.2425995, -29.6017494,\n",
       "       -29.8552704, -29.9675999, -29.84062  , -29.3964596, -28.1618996,\n",
       "       -28.3310204, -28.2899609, -28.1499805, -27.9830894, -27.8361702,\n",
       "       -27.7937794, -27.8897209, -28.1171894, -28.4134693, -28.6789608,\n",
       "       -28.8971195, -28.9951706, -28.9339695, -28.7625999, -28.4927692,\n",
       "       -28.1858597, -27.9223499, -27.7557507, -27.6941509, -27.3947906,\n",
       "       -28.9489307, -29.7970695, -30.2510796, -30.3021603, -30.0031605,\n",
       "       -29.4306908, -28.7007504, -28.0497704, -27.7016392, -27.7386208,\n",
       "       -28.1590691, -28.7417507, -29.2922592, -29.6557693, -29.70154  ,\n",
       "       -29.4298306, -28.8841591, -28.2237797, -27.6550407, -27.4222698,\n",
       "       -27.6479607, -28.1558399, -28.6958904, -29.2869701, -29.54842  ,\n",
       "       -29.3609505, -27.5146503, -28.4035702, -28.8201904, -28.9276104,\n",
       "       -28.7746792, -28.5488701, -28.2821598, -28.1038895, -27.9789696,\n",
       "       -27.9555302, -28.0365906, -28.1973305, -28.3432808, -28.4279308,\n",
       "       -28.4475594, -28.4046993, -28.2834892, -28.1538696, -28.1378098,\n",
       "       -28.2237206, -28.4016304, -28.6100998, -28.73596  , -28.7124596,\n",
       "       -28.6238308, -28.5414906, -28.6517696, -29.0105209, -29.3818207,\n",
       "       -29.5499897, -29.1985493, -28.1231709, -25.9651794])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>noiseLevelValues_Gamma</span></div><div class='xr-var-dims'>(NbOfNoiseLevelValues)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-26.65 -27.33 ... -27.85 -25.71</div><input id='attrs-65ce00d1-0560-4ab1-a60d-dbb53a2654f4' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-65ce00d1-0560-4ab1-a60d-dbb53a2654f4' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-11914f95-8773-45d7-b16b-0415943b66ac' class='xr-var-data-in' type='checkbox'><label for='data-11914f95-8773-45d7-b16b-0415943b66ac' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>pixelFirstNoiseValue :</span></dt><dd>56</dd><dt><span>stepSize :</span></dt><dd>106</dd><dt><span>numberOfNoiseLevelValues :</span></dt><dd>99</dd><dt><span>xpath :</span></dt><dd>/product/sourceAttributes/radarParameters/referenceNoiseLevel/noiseLevelValues</dd><dt><span>noiseLevelValues_units :</span></dt><dd>dB</dd><dt><span>Description :</span></dt><dd>Estimated noise level values as a function of georeferenced image pixel position in range. For SSG and SPG products, these apply to intermediate georeferenced image data prior to geocoding. (units = dB)</dd></dl></div><div class='xr-var-data'><pre>array([-26.6453304, -27.3258991, -27.8073502, -28.0718803, -28.1041908,\n",
       "       -27.9500809, -27.6642609, -27.3487797, -27.0554295, -26.8729191,\n",
       "       -26.8401203, -26.9904709, -27.2834492, -27.63867  , -28.01688  ,\n",
       "       -28.2894096, -28.4207191, -28.3126793, -27.8874092, -26.6716995,\n",
       "       -26.8596191, -26.8373203, -26.7160492, -26.5678291, -26.4395294,\n",
       "       -26.4157009, -26.5301609, -26.7760906, -27.0907803, -27.37463  ,\n",
       "       -27.6110897, -27.7273808, -27.6843605, -27.5311203, -27.2793503,\n",
       "       -26.9904499, -26.7448807, -26.5961494, -26.5523701, -26.27075  ,\n",
       "       -27.8425694, -28.7083092, -29.1798496, -29.2483902, -28.9667797,\n",
       "       -28.4116192, -27.6989098, -27.0650902, -26.7340298, -26.7879906,\n",
       "       -27.2253609, -27.8248501, -28.3920898, -28.7722492, -28.8345699,\n",
       "       -28.5793209, -28.0500107, -27.405899 , -26.8533306, -26.6366291,\n",
       "       -26.8782997, -27.4020405, -27.9578495, -28.5645809, -28.8415794,\n",
       "       -28.6695404, -26.8385601, -27.7426891, -28.1744003, -28.2967796,\n",
       "       -28.1587009, -27.9476204, -27.6954994, -27.5317001, -27.4211292,\n",
       "       -27.4118996, -27.5070305, -27.6817093, -27.8414593, -27.9397793,\n",
       "       -27.9729309, -27.9434509, -27.8354607, -27.7189293, -27.7157993,\n",
       "       -27.8144894, -28.0050201, -28.2259502, -28.3641205, -28.3527603,\n",
       "       -28.2761002, -28.2055798, -28.3274994, -28.6977291, -29.0803204,\n",
       "       -29.2596092, -28.9191093, -27.8544998, -25.7070904])</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-592aa6db-41ee-4b13-9633-bb55fd4aa2dc' class='xr-section-summary-in' type='checkbox'  ><label for='section-592aa6db-41ee-4b13-9633-bb55fd4aa2dc' class='xr-section-summary' >Attributes: <span>(20)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><dl class='xr-attrs'><dt><span>acquisitionType :</span></dt><dd>ScanSAR Wide</dd><dt><span>beams :</span></dt><dd>[&#x27;W1&#x27;, &#x27;W2&#x27;, &#x27;W30&#x27;, &#x27;S7&#x27;]</dd><dt><span>polarizations :</span></dt><dd>[&#x27;VV&#x27;, &#x27;VH&#x27;]</dd><dt><span>pulses :</span></dt><dd>11.58</dd><dt><span>radarCenterFrequency_units :</span></dt><dd>Hz</dd><dt><span>radarCenterFrequency :</span></dt><dd>5404999242.769673</dd><dt><span>pulseLength_pulse :</span></dt><dd>11.58</dd><dt><span>pulseLength_units :</span></dt><dd>s</dd><dt><span>pulseLength :</span></dt><dd>4.152204895019531e-05</dd><dt><span>pulseBandwidth_pulse :</span></dt><dd>11.58</dd><dt><span>pulseBandwidth_units :</span></dt><dd>Hz</dd><dt><span>pulseBandwidth :</span></dt><dd>11597107.86</dd><dt><span>antennaPointing :</span></dt><dd>Right</dd><dt><span>adcSamplingRate_pulse :</span></dt><dd>11.58</dd><dt><span>adcSamplingRate_units :</span></dt><dd>Hz</dd><dt><span>adcSamplingRate :</span></dt><dd>12667968.75</dd><dt><span>yawSteeringFlag :</span></dt><dd>YawSteeringOn</dd><dt><span>geodeticFlag :</span></dt><dd>Off-Geocentric</dd><dt><span>rawBitsPerSample :</span></dt><dd>4</dd><dt><span>Description :</span></dt><dd>Radar Parameters Data Store. Information describing the characteristics of the sensor used to acquire the data</dd></dl></div></li></ul></div></div></ul></div></div><div style='display: inline-grid;'><div style='grid-column-start: 1;border-right: 0.2em solid;border-color: var(--xr-border-color);height: 1.2em;width: 0px;'></div><div style='grid-column-start: 2;grid-row-start: 1;height: 1em;width: 20px;border-bottom: 0.2em solid;border-color: var(--xr-border-color);'></div><div style='grid-column-start: 3;'><ul class='xr-sections'><div><svg style=\"position: absolute; width: 0; height: 0; overflow: hidden\">\n",
       "<defs>\n",
       "<symbol id=\"icon-database\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "<symbol id=\"icon-file-text2\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "</defs>\n",
       "</svg>\n",
       "<style>/* CSS stylesheet for displaying xarray objects in jupyterlab.\n",
       " *\n",
       " */\n",
       "\n",
       ":root {\n",
       "  --xr-font-color0: var(--jp-content-font-color0, rgba(0, 0, 0, 1));\n",
       "  --xr-font-color2: var(--jp-content-font-color2, rgba(0, 0, 0, 0.54));\n",
       "  --xr-font-color3: var(--jp-content-font-color3, rgba(0, 0, 0, 0.38));\n",
       "  --xr-border-color: var(--jp-border-color2, #e0e0e0);\n",
       "  --xr-disabled-color: var(--jp-layout-color3, #bdbdbd);\n",
       "  --xr-background-color: var(--jp-layout-color0, white);\n",
       "  --xr-background-color-row-even: var(--jp-layout-color1, white);\n",
       "  --xr-background-color-row-odd: var(--jp-layout-color2, #eeeeee);\n",
       "}\n",
       "\n",
       "html[theme=dark],\n",
       "body[data-theme=dark],\n",
       "body.vscode-dark {\n",
       "  --xr-font-color0: rgba(255, 255, 255, 1);\n",
       "  --xr-font-color2: rgba(255, 255, 255, 0.54);\n",
       "  --xr-font-color3: rgba(255, 255, 255, 0.38);\n",
       "  --xr-border-color: #1F1F1F;\n",
       "  --xr-disabled-color: #515151;\n",
       "  --xr-background-color: #111111;\n",
       "  --xr-background-color-row-even: #111111;\n",
       "  --xr-background-color-row-odd: #313131;\n",
       "}\n",
       "\n",
       ".xr-wrap {\n",
       "  display: block !important;\n",
       "  min-width: 300px;\n",
       "  max-width: 700px;\n",
       "}\n",
       "\n",
       ".xr-text-repr-fallback {\n",
       "  /* fallback to plain text repr when CSS is not injected (untrusted notebook) */\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-header {\n",
       "  padding-top: 6px;\n",
       "  padding-bottom: 6px;\n",
       "  margin-bottom: 4px;\n",
       "  border-bottom: solid 1px var(--xr-border-color);\n",
       "}\n",
       "\n",
       ".xr-header > div,\n",
       ".xr-header > ul {\n",
       "  display: inline;\n",
       "  margin-top: 0;\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-obj-type,\n",
       ".xr-array-name {\n",
       "  margin-left: 2px;\n",
       "  margin-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-obj-type {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-sections {\n",
       "  padding-left: 0 !important;\n",
       "  display: grid;\n",
       "  grid-template-columns: 150px auto auto 1fr 20px 20px;\n",
       "}\n",
       "\n",
       ".xr-section-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-section-item input {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-item input + label {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label {\n",
       "  cursor: pointer;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label:hover {\n",
       "  color: var(--xr-font-color0);\n",
       "}\n",
       "\n",
       ".xr-section-summary {\n",
       "  grid-column: 1;\n",
       "  color: var(--xr-font-color2);\n",
       "  font-weight: 500;\n",
       "}\n",
       "\n",
       ".xr-section-summary > span {\n",
       "  display: inline-block;\n",
       "  padding-left: 0.5em;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in + label:before {\n",
       "  display: inline-block;\n",
       "  content: '►';\n",
       "  font-size: 11px;\n",
       "  width: 15px;\n",
       "  text-align: center;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label:before {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label:before {\n",
       "  content: '▼';\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label > span {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-summary,\n",
       ".xr-section-inline-details {\n",
       "  padding-top: 4px;\n",
       "  padding-bottom: 4px;\n",
       "}\n",
       "\n",
       ".xr-section-inline-details {\n",
       "  grid-column: 2 / -1;\n",
       "}\n",
       "\n",
       ".xr-section-details {\n",
       "  display: none;\n",
       "  grid-column: 1 / -1;\n",
       "  margin-bottom: 5px;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked ~ .xr-section-details {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-array-wrap {\n",
       "  grid-column: 1 / -1;\n",
       "  display: grid;\n",
       "  grid-template-columns: 20px auto;\n",
       "}\n",
       "\n",
       ".xr-array-wrap > label {\n",
       "  grid-column: 1;\n",
       "  vertical-align: top;\n",
       "}\n",
       "\n",
       ".xr-preview {\n",
       "  color: var(--xr-font-color3);\n",
       "}\n",
       "\n",
       ".xr-array-preview,\n",
       ".xr-array-data {\n",
       "  padding: 0 5px !important;\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-array-data,\n",
       ".xr-array-in:checked ~ .xr-array-preview {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-array-in:checked ~ .xr-array-data,\n",
       ".xr-array-preview {\n",
       "  display: inline-block;\n",
       "}\n",
       "\n",
       ".xr-dim-list {\n",
       "  display: inline-block !important;\n",
       "  list-style: none;\n",
       "  padding: 0 !important;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list li {\n",
       "  display: inline-block;\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list:before {\n",
       "  content: '(';\n",
       "}\n",
       "\n",
       ".xr-dim-list:after {\n",
       "  content: ')';\n",
       "}\n",
       "\n",
       ".xr-dim-list li:not(:last-child):after {\n",
       "  content: ',';\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-has-index {\n",
       "  font-weight: bold;\n",
       "}\n",
       "\n",
       ".xr-var-list,\n",
       ".xr-var-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-var-item > div,\n",
       ".xr-var-item label,\n",
       ".xr-var-item > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-even);\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-var-item > .xr-var-name:hover span {\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-var-list > li:nth-child(odd) > div,\n",
       ".xr-var-list > li:nth-child(odd) > label,\n",
       ".xr-var-list > li:nth-child(odd) > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-odd);\n",
       "}\n",
       "\n",
       ".xr-var-name {\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-var-dims {\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-var-dtype {\n",
       "  grid-column: 3;\n",
       "  text-align: right;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-preview {\n",
       "  grid-column: 4;\n",
       "}\n",
       "\n",
       ".xr-index-preview {\n",
       "  grid-column: 2 / 5;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-name,\n",
       ".xr-var-dims,\n",
       ".xr-var-dtype,\n",
       ".xr-preview,\n",
       ".xr-attrs dt {\n",
       "  white-space: nowrap;\n",
       "  overflow: hidden;\n",
       "  text-overflow: ellipsis;\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-var-name:hover,\n",
       ".xr-var-dims:hover,\n",
       ".xr-var-dtype:hover,\n",
       ".xr-attrs dt:hover {\n",
       "  overflow: visible;\n",
       "  width: auto;\n",
       "  z-index: 1;\n",
       "}\n",
       "\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  display: none;\n",
       "  background-color: var(--xr-background-color) !important;\n",
       "  padding-bottom: 5px !important;\n",
       "}\n",
       "\n",
       ".xr-var-attrs-in:checked ~ .xr-var-attrs,\n",
       ".xr-var-data-in:checked ~ .xr-var-data,\n",
       ".xr-index-data-in:checked ~ .xr-index-data {\n",
       "  display: block;\n",
       "}\n",
       "\n",
       ".xr-var-data > table {\n",
       "  float: right;\n",
       "}\n",
       "\n",
       ".xr-var-name span,\n",
       ".xr-var-data,\n",
       ".xr-index-name div,\n",
       ".xr-index-data,\n",
       ".xr-attrs {\n",
       "  padding-left: 25px !important;\n",
       "}\n",
       "\n",
       ".xr-attrs,\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  grid-column: 1 / -1;\n",
       "}\n",
       "\n",
       "dl.xr-attrs {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  display: grid;\n",
       "  grid-template-columns: 125px auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt,\n",
       ".xr-attrs dd {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  float: left;\n",
       "  padding-right: 10px;\n",
       "  width: auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt {\n",
       "  font-weight: normal;\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-attrs dt:hover span {\n",
       "  display: inline-block;\n",
       "  background: var(--xr-background-color);\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-attrs dd {\n",
       "  grid-column: 2;\n",
       "  white-space: pre-wrap;\n",
       "  word-break: break-all;\n",
       "}\n",
       "\n",
       ".xr-icon-database,\n",
       ".xr-icon-file-text2,\n",
       ".xr-no-icon {\n",
       "  display: inline-block;\n",
       "  vertical-align: middle;\n",
       "  width: 1em;\n",
       "  height: 1.5em !important;\n",
       "  stroke-width: 0;\n",
       "  stroke: currentColor;\n",
       "  fill: currentColor;\n",
       "}\n",
       "</style><pre class='xr-text-repr-fallback'>&lt;xarray.DatasetView&gt;\n",
       "Dimensions:   (pixels: 10445)\n",
       "Coordinates:\n",
       "  * pixels    (pixels) int64 0 1 2 3 4 5 ... 10439 10440 10441 10442 10443 10444\n",
       "Data variables:\n",
       "    lutBeta   (pixels) float64 1.358e+07 1.358e+07 ... 1.358e+07 1.358e+07\n",
       "    lutGamma  (pixels) float64 1.163e+07 1.163e+07 ... 3.814e+07 3.815e+07\n",
       "    lutSigma  (pixels) float64 1.788e+07 1.788e+07 ... 4.049e+07 4.049e+07\n",
       "Attributes:\n",
       "    Description:  RADARSAT Product LUT. (c) COPYRIGHT MacDonald Dettwiler and...</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>lut</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-5e698804-26e9-4ec0-8a94-6aaf43a807b0' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-5e698804-26e9-4ec0-8a94-6aaf43a807b0' class='xr-section-summary'  title='Expand/collapse section'>Groups: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><div style='display: inline-grid; grid-template-columns: 100%'></div></div></li><li class='xr-section-item'><input id='section-15c04a1f-72ea-44ba-a017-ebc680ea0a10' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-15c04a1f-72ea-44ba-a017-ebc680ea0a10' 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'>pixels</span>: 10445</li></ul></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-c3a60cc8-3483-49c0-84c5-b4cc13e9ef5e' class='xr-section-summary-in' type='checkbox'  checked><label for='section-c3a60cc8-3483-49c0-84c5-b4cc13e9ef5e' class='xr-section-summary' >Coordinates: <span>(1)</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'>pixels</span></div><div class='xr-var-dims'>(pixels)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>0 1 2 3 ... 10441 10442 10443 10444</div><input id='attrs-45925ac5-7089-4dec-abb4-e60ecd10bb2d' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-45925ac5-7089-4dec-abb4-e60ecd10bb2d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-7d938441-6f6d-486a-a56a-2c3ae0715739' class='xr-var-data-in' type='checkbox'><label for='data-7d938441-6f6d-486a-a56a-2c3ae0715739' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></dl></div><div class='xr-var-data'><pre>array([    0,     1,     2, ..., 10442, 10443, 10444])</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-78b2bc7e-8f6b-4332-b17c-4316fd9475eb' class='xr-section-summary-in' type='checkbox'  checked><label for='section-78b2bc7e-8f6b-4332-b17c-4316fd9475eb' class='xr-section-summary' >Data variables: <span>(3)</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>lutBeta</span></div><div class='xr-var-dims'>(pixels)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.358e+07 1.358e+07 ... 1.358e+07</div><input id='attrs-3151c28c-7a45-4658-9dce-d9fc05156fff' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3151c28c-7a45-4658-9dce-d9fc05156fff' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-c8ad8b12-75ac-472c-a746-a8abd4b19e72' class='xr-var-data-in' type='checkbox'><label for='data-c8ad8b12-75ac-472c-a746-a8abd4b19e72' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>offset :</span></dt><dd>0.0</dd></dl></div><div class='xr-var-data'><pre>array([13583140., 13583140., 13583140., ..., 13583140., 13583140.,\n",
       "       13583140.])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>lutGamma</span></div><div class='xr-var-dims'>(pixels)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.163e+07 1.163e+07 ... 3.815e+07</div><input id='attrs-87e60747-3d85-4881-a9d3-f1a8f8c46314' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-87e60747-3d85-4881-a9d3-f1a8f8c46314' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b4b05cfd-eb74-43b7-9a38-d04d3e6863a2' class='xr-var-data-in' type='checkbox'><label for='data-b4b05cfd-eb74-43b7-9a38-d04d3e6863a2' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>offset :</span></dt><dd>0.0</dd></dl></div><div class='xr-var-data'><pre>array([11631990., 11632840., 11633700., ..., 38133200., 38140940.,\n",
       "       38148680.])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>lutSigma</span></div><div class='xr-var-dims'>(pixels)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.788e+07 1.788e+07 ... 4.049e+07</div><input id='attrs-7ba9d761-0a0d-4b7e-93cf-75c6851f93cd' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-7ba9d761-0a0d-4b7e-93cf-75c6851f93cd' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-fcc09224-3bb4-4e59-99bf-0f1b7466101a' class='xr-var-data-in' type='checkbox'><label for='data-fcc09224-3bb4-4e59-99bf-0f1b7466101a' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>offset :</span></dt><dd>0.0</dd></dl></div><div class='xr-var-data'><pre>array([17883090., 17883650., 17884200., ..., 40480150., 40487440.,\n",
       "       40494730.])</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-4bb5146e-64ad-4aaa-8027-56006b45f3a5' class='xr-section-summary-in' type='checkbox'  checked><label for='section-4bb5146e-64ad-4aaa-8027-56006b45f3a5' class='xr-section-summary' >Attributes: <span>(1)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><dl class='xr-attrs'><dt><span>Description :</span></dt><dd>RADARSAT Product LUT. (c) COPYRIGHT MacDonald Dettwiler and Associates Ltd., 2003 All Rights Reserved.Three output scaling Look-up Tables (LUTs) are included with every product. These LUTs allow one to convert the digital numbers foundin the output product to sigma-nought, beta-nought, or gamma-noughtvalues (depending on which LUT is used) by applying a constantoffset and range dependent gain to the SAR imagery.There is one entry in the gains list for each range sample in theimagery. In order to convert the digital number of a given rangesample to a calibrated value, the digital value is first squared,then the offset (B) is added and the result is divided by thegain value (A) corresponding to the range sample.i.e., calibrated value = ( digital value^2 + B ) / A</dd></dl></div></li></ul></div></div></ul></div></div></div></div></li><li class='xr-section-item'><input id='section-b1fca50a-4fe7-49b9-89cd-19892d8f0118' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-b1fca50a-4fe7-49b9-89cd-19892d8f0118' class='xr-section-summary'  title='Expand/collapse section'>Dimensions:</label><div class='xr-section-inline-details'></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-f9437a40-70c6-401d-b7e9-0c4de827c9a8' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-f9437a40-70c6-401d-b7e9-0c4de827c9a8' class='xr-section-summary'  title='Expand/collapse section'>Coordinates: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'></ul></div></li><li class='xr-section-item'><input id='section-d56b7506-c675-4f13-99f8-ea5cf50ffe79' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-d56b7506-c675-4f13-99f8-ea5cf50ffe79' class='xr-section-summary'  title='Expand/collapse section'>Data variables: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'></ul></div></li><li class='xr-section-item'><input id='section-3214f6b7-a610-464f-a9ce-ad623e3ff429' class='xr-section-summary-in' type='checkbox'  checked><label for='section-3214f6b7-a610-464f-a9ce-ad623e3ff429' 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>product_path :</span></dt><dd>/home/datawork-cersat-public/cache/project/sarwing/data/RS2/L1/VV_VH/2020/234/RS2_OK123649_PK1086794_DK1033082_SCWA_20200821_133300_VV_VH_SGF</dd><dt><span>satellite :</span></dt><dd>RADARSAT-2</dd><dt><span>inputDatasetId :</span></dt><dd>/Fred/RSAT-2/525985P</dd><dt><span>rawDataStartTime :</span></dt><dd>2020-08-21T13:33:00.289027</dd><dt><span>satelliteHeight_units :</span></dt><dd>m</dd><dt><span>satelliteHeight :</span></dt><dd>793996.3316241935</dd></dl></div></li></ul></div></div>"
      ],
      "text/plain": [
       "DataTree('None', parent=None)\n",
       "│   Dimensions:  ()\n",
       "│   Data variables:\n",
       "│       *empty*\n",
       "│   Attributes:\n",
       "│       product_path:           /home/datawork-cersat-public/cache/project/sarwin...\n",
       "│       satellite:              RADARSAT-2\n",
       "│       inputDatasetId:         /Fred/RSAT-2/525985P\n",
       "│       rawDataStartTime:       2020-08-21T13:33:00.289027\n",
       "│       satelliteHeight_units:  m\n",
       "│       satelliteHeight:        793996.3316241935\n",
       "├── DataTree('orbitAndAttitude')\n",
       "│       Dimensions:    (timeStamp: 11)\n",
       "│       Coordinates:\n",
       "│         * timeStamp  (timeStamp) datetime64[ns] 2020-08-21T13:32:59.965779 ... 2020...\n",
       "│       Data variables:\n",
       "│           yaw        (timeStamp) float64 3.62 3.634 3.647 3.657 ... 3.713 3.721 3.731\n",
       "│           roll       (timeStamp) float64 -29.8 -29.8 -29.8 -29.8 ... -29.8 -29.8 -29.8\n",
       "│           pitch      (timeStamp) float64 0.00105 0.0002288 ... -0.0002198 0.0002899\n",
       "│           xPosition  (timeStamp) float64 -2.264e+06 -2.283e+06 ... -2.45e+06\n",
       "│           yPosition  (timeStamp) float64 -6.252e+06 -6.267e+06 ... -6.386e+06\n",
       "│           zPosition  (timeStamp) float64 2.681e+06 2.629e+06 ... 2.205e+06 2.151e+06\n",
       "│           xVelocity  (timeStamp) float64 -2.523e+03 -2.507e+03 ... -2.348e+03\n",
       "│           yVelocity  (timeStamp) float64 -2.024e+03 -1.97e+03 ... -1.476e+03\n",
       "│           zVelocity  (timeStamp) float64 -6.824e+03 -6.846e+03 ... -7.024e+03\n",
       "│       Attributes:\n",
       "│           attitudeDataSource:      Downlink\n",
       "│           attitudeOffsetsApplied:  true\n",
       "│           Description:             Attitude Information Data Store. Orbit Informati...\n",
       "├── DataTree('geolocationGrid')\n",
       "│       Dimensions:    (line: 11, pixel: 11)\n",
       "│       Coordinates:\n",
       "│         * line       (line) int64 0 1018 2037 3056 4074 5093 6112 7130 8149 9168 10187\n",
       "│         * pixel      (pixel) int64 0 1044 2088 3133 4177 ... 6266 7310 8355 9399 10444\n",
       "│       Data variables:\n",
       "│           latitude   (line, pixel) float64 23.47 23.38 23.3 ... 18.24 18.14 18.04\n",
       "│           longitude  (line, pixel) float64 -117.3 -116.8 -116.3 ... -113.8 -113.3\n",
       "│           height     (line, pixel) float64 0.0 0.0 0.0 0.0 0.0 ... 0.0 0.0 0.0 0.0 0.0\n",
       "│       Attributes: (12/13)\n",
       "│           productFormat:                               GeoTIFF\n",
       "│           outputMediaInterleaving:                     BSQ\n",
       "│           rasterAttributes_dataType:                   Magnitude Detected\n",
       "│           rasterAttributes_bitsPerSample_dataStream:   Magnitude\n",
       "│           rasterAttributes_bitsPerSample_value:        16\n",
       "│           rasterAttributes_numberOfSamplesPerLine:     10445\n",
       "│           ...                                          ...\n",
       "│           rasterAttributes_sampledPixelSpacing_units:  m\n",
       "│           rasterAttributes_sampledPixelSpacing_value:  50.0\n",
       "│           rasterAttributes_sampledLineSpacing_units:   m\n",
       "│           rasterAttributes_sampledLineSpacing_value:   50.0\n",
       "│           rasterAttributes_lineTimeOrdering:           Increasing\n",
       "│           rasterAttributes_pixelTimeOrdering:          Decreasing\n",
       "├── DataTree('imageGenerationParameters')\n",
       "│   ├── DataTree('doppler')\n",
       "│   │   ├── DataTree('dopplerCentroid')\n",
       "│   │   │       Dimensions:                          (timeOfDopplerCentroidEstimate: 6,\n",
       "│   │   │                                             n-Coefficients: 5)\n",
       "│   │   │       Coordinates:\n",
       "│   │   │         * timeOfDopplerCentroidEstimate    (timeOfDopplerCentroidEstimate) datetime64[ns] ...\n",
       "│   │   │         * n-Coefficients                   (n-Coefficients) int64 0 1 2 3 4\n",
       "│   │   │       Data variables:\n",
       "│   │   │           dopplerAmbiguity                 (timeOfDopplerCentroidEstimate) int64 0 ...\n",
       "│   │   │           dopplerAmbiguityConfidence       (timeOfDopplerCentroidEstimate) float64 ...\n",
       "│   │   │           dopplerCentroidReferenceTime     (timeOfDopplerCentroidEstimate) float64 ...\n",
       "│   │   │           dopplerCentroidPolynomialPeriod  (timeOfDopplerCentroidEstimate) float64 ...\n",
       "│   │   │           dopplerCentroidCoefficients      (timeOfDopplerCentroidEstimate, n-Coefficients) float64 ...\n",
       "│   │   │           dopplerCentroidConfidence        (timeOfDopplerCentroidEstimate) float64 ...\n",
       "│   │   │       Attributes:\n",
       "│   │   │           Description:  Doppler Centroid Data Store\n",
       "│   │   └── DataTree('dopplerRateValues')\n",
       "│   │           Dimensions:                   (dopplerRateReferenceTime: 1,\n",
       "│   │                                          n-RateValuesCoefficients: 3)\n",
       "│   │           Coordinates:\n",
       "│   │             * dopplerRateReferenceTime  (dopplerRateReferenceTime) float64 0.005571\n",
       "│   │             * n-RateValuesCoefficients  (n-RateValuesCoefficients) int64 0 1 2\n",
       "│   │           Data variables:\n",
       "│   │               dopplerRateValues         (dopplerRateReferenceTime, n-RateValuesCoefficients) float64 ...\n",
       "│   │           Attributes:\n",
       "│   │               Description:  Doppler Rate Values Data Store.\n",
       "│   └── DataTree('chirp')\n",
       "│           Dimensions:                  (pole: 2, n-amplitudeCoefficients: 4,\n",
       "│                                         n-phaseCoefficients: 4)\n",
       "│           Coordinates:\n",
       "│             * pole                     (pole) <U2 'VV' 'VH'\n",
       "│             * n-amplitudeCoefficients  (n-amplitudeCoefficients) int64 0 1 2 3\n",
       "│             * n-phaseCoefficients      (n-phaseCoefficients) int64 0 1 2 3\n",
       "│           Data variables:\n",
       "│               replicaQualityValid      (pole) <U4 'true' 'true'\n",
       "│               crossCorrelationWidth    (pole) float64 1.033 1.039\n",
       "│               sideLobeLevel            (pole) float64 -13.25 -13.28\n",
       "│               integratedSideLobeRatio  (pole) float64 -9.973 -10.17\n",
       "│               crossCorrelationPeakLoc  (pole) float64 37.8 38.01\n",
       "│               chirpPower               (pole) float64 64.57 64.32\n",
       "│               amplitudeCoefficients    (pole, n-amplitudeCoefficients) float64 1.0 ... ...\n",
       "│               phaseCoefficients        (pole, n-phaseCoefficients) float64 0.2693 ... -...\n",
       "│           Attributes:\n",
       "│               VV_wing:      Combined\n",
       "│               VV_pulse:     11.58\n",
       "│               VH_wing:      Combined\n",
       "│               VH_pulse:     11.58\n",
       "│               Description:  Chirp Quality Data Store\n",
       "├── DataTree('radarParameters')\n",
       "│       Dimensions:                         (beam: 4, pole: 2, NbOfNoiseLevelValues: 99)\n",
       "│       Coordinates:\n",
       "│         * beam                            (beam) <U3 'W1' 'W2' 'W30' 'S7'\n",
       "│         * pole                            (pole) <U2 'VH' 'VV'\n",
       "│       Dimensions without coordinates: NbOfNoiseLevelValues\n",
       "│       Data variables:\n",
       "│           pulsesReceivedPerDwell          (beam) int64 58 58 58 58\n",
       "│           numberOfPulseIntervalsPerDwell  (beam) int64 65 66 65 67\n",
       "│           rank                            (beam) int64 7 8 7 9\n",
       "│           settableGain                    (beam, pole) float64 -1.0 -1.0 ... -1.0 -1.0\n",
       "│           pulseRepetitionFrequency        (beam) float64 1.283e+03 ... 1.295e+03\n",
       "│           samplesPerEchoLine              (beam) int64 6768 7920 7944 7320\n",
       "│           noiseLevelValues_BetaNought     (NbOfNoiseLevelValues) float64 -27.3 ... ...\n",
       "│           noiseLevelValues_SigmaNought    (NbOfNoiseLevelValues) float64 -28.5 ... ...\n",
       "│           noiseLevelValues_Gamma          (NbOfNoiseLevelValues) float64 -26.65 ......\n",
       "│       Attributes: (12/20)\n",
       "│           acquisitionType:             ScanSAR Wide\n",
       "│           beams:                       ['W1', 'W2', 'W30', 'S7']\n",
       "│           polarizations:               ['VV', 'VH']\n",
       "│           pulses:                      11.58\n",
       "│           radarCenterFrequency_units:  Hz\n",
       "│           radarCenterFrequency:        5404999242.769673\n",
       "│           ...                          ...\n",
       "│           adcSamplingRate_units:       Hz\n",
       "│           adcSamplingRate:             12667968.75\n",
       "│           yawSteeringFlag:             YawSteeringOn\n",
       "│           geodeticFlag:                Off-Geocentric\n",
       "│           rawBitsPerSample:            4\n",
       "│           Description:                 Radar Parameters Data Store. Information des...\n",
       "└── DataTree('lut')\n",
       "        Dimensions:   (pixels: 10445)\n",
       "        Coordinates:\n",
       "          * pixels    (pixels) int64 0 1 2 3 4 5 ... 10439 10440 10441 10442 10443 10444\n",
       "        Data variables:\n",
       "            lutBeta   (pixels) float64 1.358e+07 1.358e+07 ... 1.358e+07 1.358e+07\n",
       "            lutGamma  (pixels) float64 1.163e+07 1.163e+07 ... 3.814e+07 3.815e+07\n",
       "            lutSigma  (pixels) float64 1.788e+07 1.788e+07 ... 4.049e+07 4.049e+07\n",
       "        Attributes:\n",
       "            Description:  RADARSAT Product LUT. (c) COPYRIGHT MacDonald Dettwiler and..."
      ]
     },
     "execution_count": 3,
     "metadata": {},
     "output_type": "execute_result"
    }
   ],
   "source": [
    "# Apply rs2_reader to load every datasets (as a datatree) from the level 1 directory and display it\n",
    "dt = xradarsat2.rs2_reader(folder_path)\n",
    "dt"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 4,
   "id": "ff1730a0-caeb-4c53-8fa0-85c79adfb5a6",
   "metadata": {},
   "outputs": [
    {
     "data": {
      "text/html": [
       "<div><svg style=\"position: absolute; width: 0; height: 0; overflow: hidden\">\n",
       "<defs>\n",
       "<symbol id=\"icon-database\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "<symbol id=\"icon-file-text2\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "</defs>\n",
       "</svg>\n",
       "<style>/* CSS stylesheet for displaying xarray objects in jupyterlab.\n",
       " *\n",
       " */\n",
       "\n",
       ":root {\n",
       "  --xr-font-color0: var(--jp-content-font-color0, rgba(0, 0, 0, 1));\n",
       "  --xr-font-color2: var(--jp-content-font-color2, rgba(0, 0, 0, 0.54));\n",
       "  --xr-font-color3: var(--jp-content-font-color3, rgba(0, 0, 0, 0.38));\n",
       "  --xr-border-color: var(--jp-border-color2, #e0e0e0);\n",
       "  --xr-disabled-color: var(--jp-layout-color3, #bdbdbd);\n",
       "  --xr-background-color: var(--jp-layout-color0, white);\n",
       "  --xr-background-color-row-even: var(--jp-layout-color1, white);\n",
       "  --xr-background-color-row-odd: var(--jp-layout-color2, #eeeeee);\n",
       "}\n",
       "\n",
       "html[theme=dark],\n",
       "body[data-theme=dark],\n",
       "body.vscode-dark {\n",
       "  --xr-font-color0: rgba(255, 255, 255, 1);\n",
       "  --xr-font-color2: rgba(255, 255, 255, 0.54);\n",
       "  --xr-font-color3: rgba(255, 255, 255, 0.38);\n",
       "  --xr-border-color: #1F1F1F;\n",
       "  --xr-disabled-color: #515151;\n",
       "  --xr-background-color: #111111;\n",
       "  --xr-background-color-row-even: #111111;\n",
       "  --xr-background-color-row-odd: #313131;\n",
       "}\n",
       "\n",
       ".xr-wrap {\n",
       "  display: block !important;\n",
       "  min-width: 300px;\n",
       "  max-width: 700px;\n",
       "}\n",
       "\n",
       ".xr-text-repr-fallback {\n",
       "  /* fallback to plain text repr when CSS is not injected (untrusted notebook) */\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-header {\n",
       "  padding-top: 6px;\n",
       "  padding-bottom: 6px;\n",
       "  margin-bottom: 4px;\n",
       "  border-bottom: solid 1px var(--xr-border-color);\n",
       "}\n",
       "\n",
       ".xr-header > div,\n",
       ".xr-header > ul {\n",
       "  display: inline;\n",
       "  margin-top: 0;\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-obj-type,\n",
       ".xr-array-name {\n",
       "  margin-left: 2px;\n",
       "  margin-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-obj-type {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-sections {\n",
       "  padding-left: 0 !important;\n",
       "  display: grid;\n",
       "  grid-template-columns: 150px auto auto 1fr 20px 20px;\n",
       "}\n",
       "\n",
       ".xr-section-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-section-item input {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-item input + label {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label {\n",
       "  cursor: pointer;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label:hover {\n",
       "  color: var(--xr-font-color0);\n",
       "}\n",
       "\n",
       ".xr-section-summary {\n",
       "  grid-column: 1;\n",
       "  color: var(--xr-font-color2);\n",
       "  font-weight: 500;\n",
       "}\n",
       "\n",
       ".xr-section-summary > span {\n",
       "  display: inline-block;\n",
       "  padding-left: 0.5em;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in + label:before {\n",
       "  display: inline-block;\n",
       "  content: '►';\n",
       "  font-size: 11px;\n",
       "  width: 15px;\n",
       "  text-align: center;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label:before {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label:before {\n",
       "  content: '▼';\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label > span {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-summary,\n",
       ".xr-section-inline-details {\n",
       "  padding-top: 4px;\n",
       "  padding-bottom: 4px;\n",
       "}\n",
       "\n",
       ".xr-section-inline-details {\n",
       "  grid-column: 2 / -1;\n",
       "}\n",
       "\n",
       ".xr-section-details {\n",
       "  display: none;\n",
       "  grid-column: 1 / -1;\n",
       "  margin-bottom: 5px;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked ~ .xr-section-details {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-array-wrap {\n",
       "  grid-column: 1 / -1;\n",
       "  display: grid;\n",
       "  grid-template-columns: 20px auto;\n",
       "}\n",
       "\n",
       ".xr-array-wrap > label {\n",
       "  grid-column: 1;\n",
       "  vertical-align: top;\n",
       "}\n",
       "\n",
       ".xr-preview {\n",
       "  color: var(--xr-font-color3);\n",
       "}\n",
       "\n",
       ".xr-array-preview,\n",
       ".xr-array-data {\n",
       "  padding: 0 5px !important;\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-array-data,\n",
       ".xr-array-in:checked ~ .xr-array-preview {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-array-in:checked ~ .xr-array-data,\n",
       ".xr-array-preview {\n",
       "  display: inline-block;\n",
       "}\n",
       "\n",
       ".xr-dim-list {\n",
       "  display: inline-block !important;\n",
       "  list-style: none;\n",
       "  padding: 0 !important;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list li {\n",
       "  display: inline-block;\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list:before {\n",
       "  content: '(';\n",
       "}\n",
       "\n",
       ".xr-dim-list:after {\n",
       "  content: ')';\n",
       "}\n",
       "\n",
       ".xr-dim-list li:not(:last-child):after {\n",
       "  content: ',';\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-has-index {\n",
       "  font-weight: bold;\n",
       "}\n",
       "\n",
       ".xr-var-list,\n",
       ".xr-var-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-var-item > div,\n",
       ".xr-var-item label,\n",
       ".xr-var-item > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-even);\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-var-item > .xr-var-name:hover span {\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-var-list > li:nth-child(odd) > div,\n",
       ".xr-var-list > li:nth-child(odd) > label,\n",
       ".xr-var-list > li:nth-child(odd) > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-odd);\n",
       "}\n",
       "\n",
       ".xr-var-name {\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-var-dims {\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-var-dtype {\n",
       "  grid-column: 3;\n",
       "  text-align: right;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-preview {\n",
       "  grid-column: 4;\n",
       "}\n",
       "\n",
       ".xr-index-preview {\n",
       "  grid-column: 2 / 5;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-name,\n",
       ".xr-var-dims,\n",
       ".xr-var-dtype,\n",
       ".xr-preview,\n",
       ".xr-attrs dt {\n",
       "  white-space: nowrap;\n",
       "  overflow: hidden;\n",
       "  text-overflow: ellipsis;\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-var-name:hover,\n",
       ".xr-var-dims:hover,\n",
       ".xr-var-dtype:hover,\n",
       ".xr-attrs dt:hover {\n",
       "  overflow: visible;\n",
       "  width: auto;\n",
       "  z-index: 1;\n",
       "}\n",
       "\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  display: none;\n",
       "  background-color: var(--xr-background-color) !important;\n",
       "  padding-bottom: 5px !important;\n",
       "}\n",
       "\n",
       ".xr-var-attrs-in:checked ~ .xr-var-attrs,\n",
       ".xr-var-data-in:checked ~ .xr-var-data,\n",
       ".xr-index-data-in:checked ~ .xr-index-data {\n",
       "  display: block;\n",
       "}\n",
       "\n",
       ".xr-var-data > table {\n",
       "  float: right;\n",
       "}\n",
       "\n",
       ".xr-var-name span,\n",
       ".xr-var-data,\n",
       ".xr-index-name div,\n",
       ".xr-index-data,\n",
       ".xr-attrs {\n",
       "  padding-left: 25px !important;\n",
       "}\n",
       "\n",
       ".xr-attrs,\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  grid-column: 1 / -1;\n",
       "}\n",
       "\n",
       "dl.xr-attrs {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  display: grid;\n",
       "  grid-template-columns: 125px auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt,\n",
       ".xr-attrs dd {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  float: left;\n",
       "  padding-right: 10px;\n",
       "  width: auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt {\n",
       "  font-weight: normal;\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-attrs dt:hover span {\n",
       "  display: inline-block;\n",
       "  background: var(--xr-background-color);\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-attrs dd {\n",
       "  grid-column: 2;\n",
       "  white-space: pre-wrap;\n",
       "  word-break: break-all;\n",
       "}\n",
       "\n",
       ".xr-icon-database,\n",
       ".xr-icon-file-text2,\n",
       ".xr-no-icon {\n",
       "  display: inline-block;\n",
       "  vertical-align: middle;\n",
       "  width: 1em;\n",
       "  height: 1.5em !important;\n",
       "  stroke-width: 0;\n",
       "  stroke: currentColor;\n",
       "  fill: currentColor;\n",
       "}\n",
       "</style><pre class='xr-text-repr-fallback'>&lt;xarray.DatasetView&gt;\n",
       "Dimensions:                         (beam: 4, pole: 2, NbOfNoiseLevelValues: 99)\n",
       "Coordinates:\n",
       "  * beam                            (beam) &lt;U3 &#x27;W1&#x27; &#x27;W2&#x27; &#x27;W30&#x27; &#x27;S7&#x27;\n",
       "  * pole                            (pole) &lt;U2 &#x27;VH&#x27; &#x27;VV&#x27;\n",
       "Dimensions without coordinates: NbOfNoiseLevelValues\n",
       "Data variables:\n",
       "    pulsesReceivedPerDwell          (beam) int64 58 58 58 58\n",
       "    numberOfPulseIntervalsPerDwell  (beam) int64 65 66 65 67\n",
       "    rank                            (beam) int64 7 8 7 9\n",
       "    settableGain                    (beam, pole) float64 -1.0 -1.0 ... -1.0 -1.0\n",
       "    pulseRepetitionFrequency        (beam) float64 1.283e+03 ... 1.295e+03\n",
       "    samplesPerEchoLine              (beam) int64 6768 7920 7944 7320\n",
       "    noiseLevelValues_BetaNought     (NbOfNoiseLevelValues) float64 -27.3 ... ...\n",
       "    noiseLevelValues_SigmaNought    (NbOfNoiseLevelValues) float64 -28.5 ... ...\n",
       "    noiseLevelValues_Gamma          (NbOfNoiseLevelValues) float64 -26.65 ......\n",
       "Attributes: (12/20)\n",
       "    acquisitionType:             ScanSAR Wide\n",
       "    beams:                       [&#x27;W1&#x27;, &#x27;W2&#x27;, &#x27;W30&#x27;, &#x27;S7&#x27;]\n",
       "    polarizations:               [&#x27;VV&#x27;, &#x27;VH&#x27;]\n",
       "    pulses:                      11.58\n",
       "    radarCenterFrequency_units:  Hz\n",
       "    radarCenterFrequency:        5404999242.769673\n",
       "    ...                          ...\n",
       "    adcSamplingRate_units:       Hz\n",
       "    adcSamplingRate:             12667968.75\n",
       "    yawSteeringFlag:             YawSteeringOn\n",
       "    geodeticFlag:                Off-Geocentric\n",
       "    rawBitsPerSample:            4\n",
       "    Description:                 Radar Parameters Data Store. Information des...</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>xarray.DatasetView</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-44ba7b18-689f-437b-8820-1455b5ad5ff5' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-44ba7b18-689f-437b-8820-1455b5ad5ff5' 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'>beam</span>: 4</li><li><span class='xr-has-index'>pole</span>: 2</li><li><span>NbOfNoiseLevelValues</span>: 99</li></ul></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-abc2615c-1b3a-40d3-9182-e6416a2447f2' class='xr-section-summary-in' type='checkbox'  checked><label for='section-abc2615c-1b3a-40d3-9182-e6416a2447f2' class='xr-section-summary' >Coordinates: <span>(2)</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'>beam</span></div><div class='xr-var-dims'>(beam)</div><div class='xr-var-dtype'>&lt;U3</div><div class='xr-var-preview xr-preview'>&#x27;W1&#x27; &#x27;W2&#x27; &#x27;W30&#x27; &#x27;S7&#x27;</div><input id='attrs-e78c6443-e162-4db8-8ba8-4ea15991647f' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-e78c6443-e162-4db8-8ba8-4ea15991647f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b796fa5b-d505-42ad-a40f-ebf25a23ea1e' class='xr-var-data-in' type='checkbox'><label for='data-b796fa5b-d505-42ad-a40f-ebf25a23ea1e' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></dl></div><div class='xr-var-data'><pre>array([&#x27;W1&#x27;, &#x27;W2&#x27;, &#x27;W30&#x27;, &#x27;S7&#x27;], dtype=&#x27;&lt;U3&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>pole</span></div><div class='xr-var-dims'>(pole)</div><div class='xr-var-dtype'>&lt;U2</div><div class='xr-var-preview xr-preview'>&#x27;VH&#x27; &#x27;VV&#x27;</div><input id='attrs-a28f9782-99fc-4d24-964f-d52074002046' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-a28f9782-99fc-4d24-964f-d52074002046' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f8526719-7412-4d0e-9b1d-b1a63e83d9bb' class='xr-var-data-in' type='checkbox'><label for='data-f8526719-7412-4d0e-9b1d-b1a63e83d9bb' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></dl></div><div class='xr-var-data'><pre>array([&#x27;VH&#x27;, &#x27;VV&#x27;], dtype=&#x27;&lt;U2&#x27;)</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-7d2ad44e-d99d-46ed-9c33-4ce0b888c9f8' class='xr-section-summary-in' type='checkbox'  checked><label for='section-7d2ad44e-d99d-46ed-9c33-4ce0b888c9f8' class='xr-section-summary' >Data variables: <span>(9)</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>pulsesReceivedPerDwell</span></div><div class='xr-var-dims'>(beam)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>58 58 58 58</div><input id='attrs-95d9a003-3e01-40dc-bbc8-c9d1344d52f2' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-95d9a003-3e01-40dc-bbc8-c9d1344d52f2' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-48998a76-17f3-476b-ba7f-fc20d20bd7a2' class='xr-var-data-in' type='checkbox'><label for='data-48998a76-17f3-476b-ba7f-fc20d20bd7a2' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/sourceAttributes/radarParameters/pulsesReceivedPerDwell</dd><dt><span>Description :</span></dt><dd>ScanSAR burst parameter for ScanSAR only.     Number of pulses received and recorded per dwell for each beam.     Beam attribute values are same as those used in the beams list.</dd></dl></div><div class='xr-var-data'><pre>array([58, 58, 58, 58])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>numberOfPulseIntervalsPerDwell</span></div><div class='xr-var-dims'>(beam)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>65 66 65 67</div><input id='attrs-9bffff5c-760b-41af-8ed2-b081bd3cc989' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-9bffff5c-760b-41af-8ed2-b081bd3cc989' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-2e2b777c-e706-4a4d-8faa-f658f86426e3' class='xr-var-data-in' type='checkbox'><label for='data-2e2b777c-e706-4a4d-8faa-f658f86426e3' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/sourceAttributes/radarParameters/numberOfPulseIntervalsPerDwell</dd><dt><span>Description :</span></dt><dd>ScanSAR burst parameter for ScanSAR only.     Number of pulse transmission intervals per dwell for each beam.     Beam attribute values are same as those used in the beams list.</dd></dl></div><div class='xr-var-data'><pre>array([65, 66, 65, 67])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>rank</span></div><div class='xr-var-dims'>(beam)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>7 8 7 9</div><input id='attrs-d6142d80-ad3c-4d14-8010-4c37891ef875' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d6142d80-ad3c-4d14-8010-4c37891ef875' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-52f6985e-393e-4951-acb8-bbaf5b292805' class='xr-var-data-in' type='checkbox'><label for='data-52f6985e-393e-4951-acb8-bbaf5b292805' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/sourceAttributes/radarParameters/rank</dd><dt><span>Description :</span></dt><dd>Rank, one entry per beam.      The number of transmitted pulse repetition intervals between transmission and      reception for each beam. Samples per echo line.     Used to determine sample window length. Beam attribute values are     same as those used in the beams list.</dd></dl></div><div class='xr-var-data'><pre>array([7, 8, 7, 9])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>settableGain</span></div><div class='xr-var-dims'>(beam, pole)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-1.0 -1.0 -1.0 ... -1.0 -1.0 -1.0</div><input id='attrs-855c9f7d-b6fd-4362-bdfa-5b6a868d25fa' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-855c9f7d-b6fd-4362-bdfa-5b6a868d25fa' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-780f3481-cdca-4aad-801b-4389eb72b96b' class='xr-var-data-in' type='checkbox'><label for='data-780f3481-cdca-4aad-801b-4389eb72b96b' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/sourceAttributes/radarParameters/settableGain</dd><dt><span>wing :</span></dt><dd>Combined</dd><dt><span>units :</span></dt><dd>dB</dd><dt><span>Description :</span></dt><dd>Gain values used on the instrument. Gain values will be specified either in terms of polarization or wing, not both. Beam attribute values are same as those used in the beams list. (units = dB). Wing can be either fore or aft.</dd></dl></div><div class='xr-var-data'><pre>array([[-1.00000002, -1.00000002],\n",
       "       [-1.00000002, -1.00000002],\n",
       "       [-1.00000002, -1.00000002],\n",
       "       [-1.00000002, -1.00000002]])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pulseRepetitionFrequency</span></div><div class='xr-var-dims'>(beam)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.283e+03 1.341e+03 ... 1.295e+03</div><input id='attrs-7fbede42-f5eb-4a6b-bb0b-51351228af07' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-7fbede42-f5eb-4a6b-bb0b-51351228af07' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3f012789-6f01-47cf-bb29-194704d56ae7' class='xr-var-data-in' type='checkbox'><label for='data-3f012789-6f01-47cf-bb29-194704d56ae7' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/sourceAttributes/radarParameters/pulseRepetitionFrequency</dd><dt><span>units :</span></dt><dd>Hz</dd><dt><span>Description :</span></dt><dd>Transmitted pulse repetition frequency for each beam.     Beam attribute values are same as those used in the beams list     (units = Hz).      For products with two wing identifiers (Fore and Aft), the received PRF is effectively double the transmitted PRF.</dd></dl></div><div class='xr-var-data'><pre>array([1282.70239258, 1341.37744141, 1079.41113281, 1295.29333496])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>samplesPerEchoLine</span></div><div class='xr-var-dims'>(beam)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>6768 7920 7944 7320</div><input id='attrs-e7d66649-9134-4eb1-b4e2-d75085759296' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e7d66649-9134-4eb1-b4e2-d75085759296' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9773358d-0ef3-4cd0-8394-af709a66a8a3' class='xr-var-data-in' type='checkbox'><label for='data-9773358d-0ef3-4cd0-8394-af709a66a8a3' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/sourceAttributes/radarParameters/samplesPerEchoLine</dd><dt><span>Description :</span></dt><dd>Number of samples per echo line for each beam.     Used to determine sample window length.     Beam attribute values are same as those used in the beams list.</dd></dl></div><div class='xr-var-data'><pre>array([6768, 7920, 7944, 7320])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>noiseLevelValues_BetaNought</span></div><div class='xr-var-dims'>(NbOfNoiseLevelValues)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-27.3 -27.94 ... -23.45 -21.21</div><input id='attrs-479b7826-6f26-4a2c-97b0-9ed2af9ed4a3' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-479b7826-6f26-4a2c-97b0-9ed2af9ed4a3' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-015b4637-844c-4940-8da1-966277afcbf0' class='xr-var-data-in' type='checkbox'><label for='data-015b4637-844c-4940-8da1-966277afcbf0' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>pixelFirstNoiseValue :</span></dt><dd>56</dd><dt><span>stepSize :</span></dt><dd>106</dd><dt><span>numberOfNoiseLevelValues :</span></dt><dd>99</dd><dt><span>xpath :</span></dt><dd>/product/sourceAttributes/radarParameters/referenceNoiseLevel/noiseLevelValues</dd><dt><span>noiseLevelValues_units :</span></dt><dd>dB</dd><dt><span>Description :</span></dt><dd>Estimated noise level values as a function of georeferenced image pixel position in range. For SSG and SPG products, these apply to intermediate georeferenced image data prior to geocoding. (units = dB)</dd></dl></div><div class='xr-var-data'><pre>array([-27.2963505, -27.9428406, -28.3900394, -28.6201305, -28.6178207,\n",
       "       -28.4289093, -28.1081009, -27.7574291, -27.42869  , -27.2105999,\n",
       "       -27.1420097, -27.2563591, -27.5131302, -27.8319302, -28.1735001,\n",
       "       -28.4091702, -28.5033894, -28.3580303, -27.8952103, -26.6417007,\n",
       "       -26.7915897, -26.7310009, -26.5711899, -26.3841705, -26.2168102,\n",
       "       -26.1536598, -26.2285194, -26.4345798, -26.7091198, -26.9525204,\n",
       "       -27.1482391, -27.2234993, -27.1391392, -26.9442501, -26.6505108,\n",
       "       -26.3193207, -26.0311298, -25.8394508, -25.7523594, -25.4270897,\n",
       "       -26.9549007, -27.7762699, -28.2030697, -28.22649  , -27.8993607,\n",
       "       -27.2982998, -26.5392704, -25.8587208, -25.4805107, -25.4868908,\n",
       "       -25.8762302, -26.4272404, -26.9455509, -27.2762909, -27.2887192,\n",
       "       -26.9830704, -26.4028606, -25.7073307, -25.1028099, -24.8336201,\n",
       "       -25.0222301, -25.4923401, -25.9939404, -26.5458603, -26.7674198,\n",
       "       -26.5393105, -24.6516209, -25.4983597, -25.8719997, -25.9356098,\n",
       "       -25.7380295, -25.4667091, -25.1535892, -24.92799  , -24.7548103,\n",
       "       -24.6821404, -24.7129803, -24.8224792, -24.9161301, -24.9473991,\n",
       "       -24.91255  , -24.8140697, -24.6360397, -24.4484005, -24.3730507,\n",
       "       -24.3983898, -24.5143909, -24.6595592, -24.7207108, -24.6310101,\n",
       "       -24.4746704, -24.3230495, -24.3624096, -24.6485405, -24.9454803,\n",
       "       -25.0374603, -24.6079502, -23.4525509, -21.2124996])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>noiseLevelValues_SigmaNought</span></div><div class='xr-var-dims'>(NbOfNoiseLevelValues)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-28.5 -29.16 ... -28.12 -25.97</div><input id='attrs-d950d827-79c8-4e83-90e8-d4fe1d6446c6' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d950d827-79c8-4e83-90e8-d4fe1d6446c6' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b6bca69a-b5a3-4e7e-9d4f-d33bd9c39abd' class='xr-var-data-in' type='checkbox'><label for='data-b6bca69a-b5a3-4e7e-9d4f-d33bd9c39abd' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>pixelFirstNoiseValue :</span></dt><dd>56</dd><dt><span>stepSize :</span></dt><dd>106</dd><dt><span>numberOfNoiseLevelValues :</span></dt><dd>99</dd><dt><span>xpath :</span></dt><dd>/product/sourceAttributes/radarParameters/referenceNoiseLevel/noiseLevelValues</dd><dt><span>noiseLevelValues_units :</span></dt><dd>dB</dd><dt><span>Description :</span></dt><dd>Estimated noise level values as a function of georeferenced image pixel position in range. For SSG and SPG products, these apply to intermediate georeferenced image data prior to geocoding. (units = dB)</dd></dl></div><div class='xr-var-data'><pre>array([-28.5002995, -29.1613598, -29.6233292, -29.8684101, -29.8813   ,\n",
       "       -29.7078209, -29.4026508, -29.0678501, -28.7552204, -28.5534706,\n",
       "       -28.5014591, -28.6326408, -28.9064693, -29.2425995, -29.6017494,\n",
       "       -29.8552704, -29.9675999, -29.84062  , -29.3964596, -28.1618996,\n",
       "       -28.3310204, -28.2899609, -28.1499805, -27.9830894, -27.8361702,\n",
       "       -27.7937794, -27.8897209, -28.1171894, -28.4134693, -28.6789608,\n",
       "       -28.8971195, -28.9951706, -28.9339695, -28.7625999, -28.4927692,\n",
       "       -28.1858597, -27.9223499, -27.7557507, -27.6941509, -27.3947906,\n",
       "       -28.9489307, -29.7970695, -30.2510796, -30.3021603, -30.0031605,\n",
       "       -29.4306908, -28.7007504, -28.0497704, -27.7016392, -27.7386208,\n",
       "       -28.1590691, -28.7417507, -29.2922592, -29.6557693, -29.70154  ,\n",
       "       -29.4298306, -28.8841591, -28.2237797, -27.6550407, -27.4222698,\n",
       "       -27.6479607, -28.1558399, -28.6958904, -29.2869701, -29.54842  ,\n",
       "       -29.3609505, -27.5146503, -28.4035702, -28.8201904, -28.9276104,\n",
       "       -28.7746792, -28.5488701, -28.2821598, -28.1038895, -27.9789696,\n",
       "       -27.9555302, -28.0365906, -28.1973305, -28.3432808, -28.4279308,\n",
       "       -28.4475594, -28.4046993, -28.2834892, -28.1538696, -28.1378098,\n",
       "       -28.2237206, -28.4016304, -28.6100998, -28.73596  , -28.7124596,\n",
       "       -28.6238308, -28.5414906, -28.6517696, -29.0105209, -29.3818207,\n",
       "       -29.5499897, -29.1985493, -28.1231709, -25.9651794])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>noiseLevelValues_Gamma</span></div><div class='xr-var-dims'>(NbOfNoiseLevelValues)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-26.65 -27.33 ... -27.85 -25.71</div><input id='attrs-ec8eb8cd-bc10-483b-8c10-b6c525abe441' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ec8eb8cd-bc10-483b-8c10-b6c525abe441' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-eb5ef3f6-9e38-45df-a108-54d59b2e3988' class='xr-var-data-in' type='checkbox'><label for='data-eb5ef3f6-9e38-45df-a108-54d59b2e3988' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>pixelFirstNoiseValue :</span></dt><dd>56</dd><dt><span>stepSize :</span></dt><dd>106</dd><dt><span>numberOfNoiseLevelValues :</span></dt><dd>99</dd><dt><span>xpath :</span></dt><dd>/product/sourceAttributes/radarParameters/referenceNoiseLevel/noiseLevelValues</dd><dt><span>noiseLevelValues_units :</span></dt><dd>dB</dd><dt><span>Description :</span></dt><dd>Estimated noise level values as a function of georeferenced image pixel position in range. For SSG and SPG products, these apply to intermediate georeferenced image data prior to geocoding. (units = dB)</dd></dl></div><div class='xr-var-data'><pre>array([-26.6453304, -27.3258991, -27.8073502, -28.0718803, -28.1041908,\n",
       "       -27.9500809, -27.6642609, -27.3487797, -27.0554295, -26.8729191,\n",
       "       -26.8401203, -26.9904709, -27.2834492, -27.63867  , -28.01688  ,\n",
       "       -28.2894096, -28.4207191, -28.3126793, -27.8874092, -26.6716995,\n",
       "       -26.8596191, -26.8373203, -26.7160492, -26.5678291, -26.4395294,\n",
       "       -26.4157009, -26.5301609, -26.7760906, -27.0907803, -27.37463  ,\n",
       "       -27.6110897, -27.7273808, -27.6843605, -27.5311203, -27.2793503,\n",
       "       -26.9904499, -26.7448807, -26.5961494, -26.5523701, -26.27075  ,\n",
       "       -27.8425694, -28.7083092, -29.1798496, -29.2483902, -28.9667797,\n",
       "       -28.4116192, -27.6989098, -27.0650902, -26.7340298, -26.7879906,\n",
       "       -27.2253609, -27.8248501, -28.3920898, -28.7722492, -28.8345699,\n",
       "       -28.5793209, -28.0500107, -27.405899 , -26.8533306, -26.6366291,\n",
       "       -26.8782997, -27.4020405, -27.9578495, -28.5645809, -28.8415794,\n",
       "       -28.6695404, -26.8385601, -27.7426891, -28.1744003, -28.2967796,\n",
       "       -28.1587009, -27.9476204, -27.6954994, -27.5317001, -27.4211292,\n",
       "       -27.4118996, -27.5070305, -27.6817093, -27.8414593, -27.9397793,\n",
       "       -27.9729309, -27.9434509, -27.8354607, -27.7189293, -27.7157993,\n",
       "       -27.8144894, -28.0050201, -28.2259502, -28.3641205, -28.3527603,\n",
       "       -28.2761002, -28.2055798, -28.3274994, -28.6977291, -29.0803204,\n",
       "       -29.2596092, -28.9191093, -27.8544998, -25.7070904])</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-a8f09fdc-1166-41b3-9d19-0554dab89e2c' class='xr-section-summary-in' type='checkbox'  ><label for='section-a8f09fdc-1166-41b3-9d19-0554dab89e2c' class='xr-section-summary' >Indexes: <span>(2)</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-index-name'><div>beam</div></div><div class='xr-index-preview'>PandasIndex</div><div></div><input id='index-e1ef6d6c-1f97-4644-9a7a-6d31ae26496d' class='xr-index-data-in' type='checkbox'/><label for='index-e1ef6d6c-1f97-4644-9a7a-6d31ae26496d' title='Show/Hide index repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-index-data'><pre>PandasIndex(Index([&#x27;W1&#x27;, &#x27;W2&#x27;, &#x27;W30&#x27;, &#x27;S7&#x27;], dtype=&#x27;object&#x27;, name=&#x27;beam&#x27;))</pre></div></li><li class='xr-var-item'><div class='xr-index-name'><div>pole</div></div><div class='xr-index-preview'>PandasIndex</div><div></div><input id='index-57989dbc-cad6-4ae6-8263-186c9a816990' class='xr-index-data-in' type='checkbox'/><label for='index-57989dbc-cad6-4ae6-8263-186c9a816990' title='Show/Hide index repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-index-data'><pre>PandasIndex(Index([&#x27;VH&#x27;, &#x27;VV&#x27;], dtype=&#x27;object&#x27;, name=&#x27;pole&#x27;))</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-7a80b837-1efc-44ae-a605-16a958528eb8' class='xr-section-summary-in' type='checkbox'  ><label for='section-7a80b837-1efc-44ae-a605-16a958528eb8' class='xr-section-summary' >Attributes: <span>(20)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><dl class='xr-attrs'><dt><span>acquisitionType :</span></dt><dd>ScanSAR Wide</dd><dt><span>beams :</span></dt><dd>[&#x27;W1&#x27;, &#x27;W2&#x27;, &#x27;W30&#x27;, &#x27;S7&#x27;]</dd><dt><span>polarizations :</span></dt><dd>[&#x27;VV&#x27;, &#x27;VH&#x27;]</dd><dt><span>pulses :</span></dt><dd>11.58</dd><dt><span>radarCenterFrequency_units :</span></dt><dd>Hz</dd><dt><span>radarCenterFrequency :</span></dt><dd>5404999242.769673</dd><dt><span>pulseLength_pulse :</span></dt><dd>11.58</dd><dt><span>pulseLength_units :</span></dt><dd>s</dd><dt><span>pulseLength :</span></dt><dd>4.152204895019531e-05</dd><dt><span>pulseBandwidth_pulse :</span></dt><dd>11.58</dd><dt><span>pulseBandwidth_units :</span></dt><dd>Hz</dd><dt><span>pulseBandwidth :</span></dt><dd>11597107.86</dd><dt><span>antennaPointing :</span></dt><dd>Right</dd><dt><span>adcSamplingRate_pulse :</span></dt><dd>11.58</dd><dt><span>adcSamplingRate_units :</span></dt><dd>Hz</dd><dt><span>adcSamplingRate :</span></dt><dd>12667968.75</dd><dt><span>yawSteeringFlag :</span></dt><dd>YawSteeringOn</dd><dt><span>geodeticFlag :</span></dt><dd>Off-Geocentric</dd><dt><span>rawBitsPerSample :</span></dt><dd>4</dd><dt><span>Description :</span></dt><dd>Radar Parameters Data Store. Information describing the characteristics of the sensor used to acquire the data</dd></dl></div></li></ul></div></div>"
      ],
      "text/plain": [
       "<xarray.DatasetView>\n",
       "Dimensions:                         (beam: 4, pole: 2, NbOfNoiseLevelValues: 99)\n",
       "Coordinates:\n",
       "  * beam                            (beam) <U3 'W1' 'W2' 'W30' 'S7'\n",
       "  * pole                            (pole) <U2 'VH' 'VV'\n",
       "Dimensions without coordinates: NbOfNoiseLevelValues\n",
       "Data variables:\n",
       "    pulsesReceivedPerDwell          (beam) int64 58 58 58 58\n",
       "    numberOfPulseIntervalsPerDwell  (beam) int64 65 66 65 67\n",
       "    rank                            (beam) int64 7 8 7 9\n",
       "    settableGain                    (beam, pole) float64 -1.0 -1.0 ... -1.0 -1.0\n",
       "    pulseRepetitionFrequency        (beam) float64 1.283e+03 ... 1.295e+03\n",
       "    samplesPerEchoLine              (beam) int64 6768 7920 7944 7320\n",
       "    noiseLevelValues_BetaNought     (NbOfNoiseLevelValues) float64 -27.3 ... ...\n",
       "    noiseLevelValues_SigmaNought    (NbOfNoiseLevelValues) float64 -28.5 ... ...\n",
       "    noiseLevelValues_Gamma          (NbOfNoiseLevelValues) float64 -26.65 ......\n",
       "Attributes: (12/20)\n",
       "    acquisitionType:             ScanSAR Wide\n",
       "    beams:                       ['W1', 'W2', 'W30', 'S7']\n",
       "    polarizations:               ['VV', 'VH']\n",
       "    pulses:                      11.58\n",
       "    radarCenterFrequency_units:  Hz\n",
       "    radarCenterFrequency:        5404999242.769673\n",
       "    ...                          ...\n",
       "    adcSamplingRate_units:       Hz\n",
       "    adcSamplingRate:             12667968.75\n",
       "    yawSteeringFlag:             YawSteeringOn\n",
       "    geodeticFlag:                Off-Geocentric\n",
       "    rawBitsPerSample:            4\n",
       "    Description:                 Radar Parameters Data Store. Information des..."
      ]
     },
     "execution_count": 4,
     "metadata": {},
     "output_type": "execute_result"
    }
   ],
   "source": [
    "# Example for extracting a dataset from the datatree\n",
    "dt[\"radarParameters\"].ds"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 5,
   "id": "6f74bb35-b8d0-4a17-82d2-4b151e3044fb",
   "metadata": {},
   "outputs": [
    {
     "data": {
      "text/html": [
       "<div><svg style=\"position: absolute; width: 0; height: 0; overflow: hidden\">\n",
       "<defs>\n",
       "<symbol id=\"icon-database\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "<symbol id=\"icon-file-text2\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "</defs>\n",
       "</svg>\n",
       "<style>/* CSS stylesheet for displaying xarray objects in jupyterlab.\n",
       " *\n",
       " */\n",
       "\n",
       ":root {\n",
       "  --xr-font-color0: var(--jp-content-font-color0, rgba(0, 0, 0, 1));\n",
       "  --xr-font-color2: var(--jp-content-font-color2, rgba(0, 0, 0, 0.54));\n",
       "  --xr-font-color3: var(--jp-content-font-color3, rgba(0, 0, 0, 0.38));\n",
       "  --xr-border-color: var(--jp-border-color2, #e0e0e0);\n",
       "  --xr-disabled-color: var(--jp-layout-color3, #bdbdbd);\n",
       "  --xr-background-color: var(--jp-layout-color0, white);\n",
       "  --xr-background-color-row-even: var(--jp-layout-color1, white);\n",
       "  --xr-background-color-row-odd: var(--jp-layout-color2, #eeeeee);\n",
       "}\n",
       "\n",
       "html[theme=dark],\n",
       "body[data-theme=dark],\n",
       "body.vscode-dark {\n",
       "  --xr-font-color0: rgba(255, 255, 255, 1);\n",
       "  --xr-font-color2: rgba(255, 255, 255, 0.54);\n",
       "  --xr-font-color3: rgba(255, 255, 255, 0.38);\n",
       "  --xr-border-color: #1F1F1F;\n",
       "  --xr-disabled-color: #515151;\n",
       "  --xr-background-color: #111111;\n",
       "  --xr-background-color-row-even: #111111;\n",
       "  --xr-background-color-row-odd: #313131;\n",
       "}\n",
       "\n",
       ".xr-wrap {\n",
       "  display: block !important;\n",
       "  min-width: 300px;\n",
       "  max-width: 700px;\n",
       "}\n",
       "\n",
       ".xr-text-repr-fallback {\n",
       "  /* fallback to plain text repr when CSS is not injected (untrusted notebook) */\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-header {\n",
       "  padding-top: 6px;\n",
       "  padding-bottom: 6px;\n",
       "  margin-bottom: 4px;\n",
       "  border-bottom: solid 1px var(--xr-border-color);\n",
       "}\n",
       "\n",
       ".xr-header > div,\n",
       ".xr-header > ul {\n",
       "  display: inline;\n",
       "  margin-top: 0;\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-obj-type,\n",
       ".xr-array-name {\n",
       "  margin-left: 2px;\n",
       "  margin-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-obj-type {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-sections {\n",
       "  padding-left: 0 !important;\n",
       "  display: grid;\n",
       "  grid-template-columns: 150px auto auto 1fr 20px 20px;\n",
       "}\n",
       "\n",
       ".xr-section-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-section-item input {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-item input + label {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label {\n",
       "  cursor: pointer;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label:hover {\n",
       "  color: var(--xr-font-color0);\n",
       "}\n",
       "\n",
       ".xr-section-summary {\n",
       "  grid-column: 1;\n",
       "  color: var(--xr-font-color2);\n",
       "  font-weight: 500;\n",
       "}\n",
       "\n",
       ".xr-section-summary > span {\n",
       "  display: inline-block;\n",
       "  padding-left: 0.5em;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in + label:before {\n",
       "  display: inline-block;\n",
       "  content: '►';\n",
       "  font-size: 11px;\n",
       "  width: 15px;\n",
       "  text-align: center;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label:before {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label:before {\n",
       "  content: '▼';\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label > span {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-summary,\n",
       ".xr-section-inline-details {\n",
       "  padding-top: 4px;\n",
       "  padding-bottom: 4px;\n",
       "}\n",
       "\n",
       ".xr-section-inline-details {\n",
       "  grid-column: 2 / -1;\n",
       "}\n",
       "\n",
       ".xr-section-details {\n",
       "  display: none;\n",
       "  grid-column: 1 / -1;\n",
       "  margin-bottom: 5px;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked ~ .xr-section-details {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-array-wrap {\n",
       "  grid-column: 1 / -1;\n",
       "  display: grid;\n",
       "  grid-template-columns: 20px auto;\n",
       "}\n",
       "\n",
       ".xr-array-wrap > label {\n",
       "  grid-column: 1;\n",
       "  vertical-align: top;\n",
       "}\n",
       "\n",
       ".xr-preview {\n",
       "  color: var(--xr-font-color3);\n",
       "}\n",
       "\n",
       ".xr-array-preview,\n",
       ".xr-array-data {\n",
       "  padding: 0 5px !important;\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-array-data,\n",
       ".xr-array-in:checked ~ .xr-array-preview {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-array-in:checked ~ .xr-array-data,\n",
       ".xr-array-preview {\n",
       "  display: inline-block;\n",
       "}\n",
       "\n",
       ".xr-dim-list {\n",
       "  display: inline-block !important;\n",
       "  list-style: none;\n",
       "  padding: 0 !important;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list li {\n",
       "  display: inline-block;\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list:before {\n",
       "  content: '(';\n",
       "}\n",
       "\n",
       ".xr-dim-list:after {\n",
       "  content: ')';\n",
       "}\n",
       "\n",
       ".xr-dim-list li:not(:last-child):after {\n",
       "  content: ',';\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-has-index {\n",
       "  font-weight: bold;\n",
       "}\n",
       "\n",
       ".xr-var-list,\n",
       ".xr-var-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-var-item > div,\n",
       ".xr-var-item label,\n",
       ".xr-var-item > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-even);\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-var-item > .xr-var-name:hover span {\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-var-list > li:nth-child(odd) > div,\n",
       ".xr-var-list > li:nth-child(odd) > label,\n",
       ".xr-var-list > li:nth-child(odd) > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-odd);\n",
       "}\n",
       "\n",
       ".xr-var-name {\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-var-dims {\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-var-dtype {\n",
       "  grid-column: 3;\n",
       "  text-align: right;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-preview {\n",
       "  grid-column: 4;\n",
       "}\n",
       "\n",
       ".xr-index-preview {\n",
       "  grid-column: 2 / 5;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-name,\n",
       ".xr-var-dims,\n",
       ".xr-var-dtype,\n",
       ".xr-preview,\n",
       ".xr-attrs dt {\n",
       "  white-space: nowrap;\n",
       "  overflow: hidden;\n",
       "  text-overflow: ellipsis;\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-var-name:hover,\n",
       ".xr-var-dims:hover,\n",
       ".xr-var-dtype:hover,\n",
       ".xr-attrs dt:hover {\n",
       "  overflow: visible;\n",
       "  width: auto;\n",
       "  z-index: 1;\n",
       "}\n",
       "\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  display: none;\n",
       "  background-color: var(--xr-background-color) !important;\n",
       "  padding-bottom: 5px !important;\n",
       "}\n",
       "\n",
       ".xr-var-attrs-in:checked ~ .xr-var-attrs,\n",
       ".xr-var-data-in:checked ~ .xr-var-data,\n",
       ".xr-index-data-in:checked ~ .xr-index-data {\n",
       "  display: block;\n",
       "}\n",
       "\n",
       ".xr-var-data > table {\n",
       "  float: right;\n",
       "}\n",
       "\n",
       ".xr-var-name span,\n",
       ".xr-var-data,\n",
       ".xr-index-name div,\n",
       ".xr-index-data,\n",
       ".xr-attrs {\n",
       "  padding-left: 25px !important;\n",
       "}\n",
       "\n",
       ".xr-attrs,\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  grid-column: 1 / -1;\n",
       "}\n",
       "\n",
       "dl.xr-attrs {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  display: grid;\n",
       "  grid-template-columns: 125px auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt,\n",
       ".xr-attrs dd {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  float: left;\n",
       "  padding-right: 10px;\n",
       "  width: auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt {\n",
       "  font-weight: normal;\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-attrs dt:hover span {\n",
       "  display: inline-block;\n",
       "  background: var(--xr-background-color);\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-attrs dd {\n",
       "  grid-column: 2;\n",
       "  white-space: pre-wrap;\n",
       "  word-break: break-all;\n",
       "}\n",
       "\n",
       ".xr-icon-database,\n",
       ".xr-icon-file-text2,\n",
       ".xr-no-icon {\n",
       "  display: inline-block;\n",
       "  vertical-align: middle;\n",
       "  width: 1em;\n",
       "  height: 1.5em !important;\n",
       "  stroke-width: 0;\n",
       "  stroke: currentColor;\n",
       "  fill: currentColor;\n",
       "}\n",
       "</style><pre class='xr-text-repr-fallback'>&lt;xarray.DatasetView&gt;\n",
       "Dimensions:  ()\n",
       "Data variables:\n",
       "    *empty*\n",
       "Attributes:\n",
       "    product_path:           /home/datawork-cersat-public/cache/project/sarwin...\n",
       "    satellite:              RADARSAT-2\n",
       "    inputDatasetId:         /Fred/RSAT-2/525985P\n",
       "    rawDataStartTime:       2020-08-21T13:33:00.289027\n",
       "    satelliteHeight_units:  m\n",
       "    satelliteHeight:        793996.3316241935</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>datatree.DataTree</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-697fa97f-08d2-4a98-845d-f529e8ed1b05' class='xr-section-summary-in' type='checkbox'  ><label for='section-697fa97f-08d2-4a98-845d-f529e8ed1b05' class='xr-section-summary' >Groups: <span>(6)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><div style='display: inline-grid; grid-template-columns: 100%'><div style='display: inline-grid;'><div style='grid-column-start: 1;border-right: 0.2em solid;border-color: var(--xr-border-color);height: 100%;width: 0px;'></div><div style='grid-column-start: 2;grid-row-start: 1;height: 1em;width: 20px;border-bottom: 0.2em solid;border-color: var(--xr-border-color);'></div><div style='grid-column-start: 3;'><ul class='xr-sections'><div><svg style=\"position: absolute; width: 0; height: 0; overflow: hidden\">\n",
       "<defs>\n",
       "<symbol id=\"icon-database\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "<symbol id=\"icon-file-text2\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "</defs>\n",
       "</svg>\n",
       "<style>/* CSS stylesheet for displaying xarray objects in jupyterlab.\n",
       " *\n",
       " */\n",
       "\n",
       ":root {\n",
       "  --xr-font-color0: var(--jp-content-font-color0, rgba(0, 0, 0, 1));\n",
       "  --xr-font-color2: var(--jp-content-font-color2, rgba(0, 0, 0, 0.54));\n",
       "  --xr-font-color3: var(--jp-content-font-color3, rgba(0, 0, 0, 0.38));\n",
       "  --xr-border-color: var(--jp-border-color2, #e0e0e0);\n",
       "  --xr-disabled-color: var(--jp-layout-color3, #bdbdbd);\n",
       "  --xr-background-color: var(--jp-layout-color0, white);\n",
       "  --xr-background-color-row-even: var(--jp-layout-color1, white);\n",
       "  --xr-background-color-row-odd: var(--jp-layout-color2, #eeeeee);\n",
       "}\n",
       "\n",
       "html[theme=dark],\n",
       "body[data-theme=dark],\n",
       "body.vscode-dark {\n",
       "  --xr-font-color0: rgba(255, 255, 255, 1);\n",
       "  --xr-font-color2: rgba(255, 255, 255, 0.54);\n",
       "  --xr-font-color3: rgba(255, 255, 255, 0.38);\n",
       "  --xr-border-color: #1F1F1F;\n",
       "  --xr-disabled-color: #515151;\n",
       "  --xr-background-color: #111111;\n",
       "  --xr-background-color-row-even: #111111;\n",
       "  --xr-background-color-row-odd: #313131;\n",
       "}\n",
       "\n",
       ".xr-wrap {\n",
       "  display: block !important;\n",
       "  min-width: 300px;\n",
       "  max-width: 700px;\n",
       "}\n",
       "\n",
       ".xr-text-repr-fallback {\n",
       "  /* fallback to plain text repr when CSS is not injected (untrusted notebook) */\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-header {\n",
       "  padding-top: 6px;\n",
       "  padding-bottom: 6px;\n",
       "  margin-bottom: 4px;\n",
       "  border-bottom: solid 1px var(--xr-border-color);\n",
       "}\n",
       "\n",
       ".xr-header > div,\n",
       ".xr-header > ul {\n",
       "  display: inline;\n",
       "  margin-top: 0;\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-obj-type,\n",
       ".xr-array-name {\n",
       "  margin-left: 2px;\n",
       "  margin-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-obj-type {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-sections {\n",
       "  padding-left: 0 !important;\n",
       "  display: grid;\n",
       "  grid-template-columns: 150px auto auto 1fr 20px 20px;\n",
       "}\n",
       "\n",
       ".xr-section-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-section-item input {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-item input + label {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label {\n",
       "  cursor: pointer;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label:hover {\n",
       "  color: var(--xr-font-color0);\n",
       "}\n",
       "\n",
       ".xr-section-summary {\n",
       "  grid-column: 1;\n",
       "  color: var(--xr-font-color2);\n",
       "  font-weight: 500;\n",
       "}\n",
       "\n",
       ".xr-section-summary > span {\n",
       "  display: inline-block;\n",
       "  padding-left: 0.5em;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in + label:before {\n",
       "  display: inline-block;\n",
       "  content: '►';\n",
       "  font-size: 11px;\n",
       "  width: 15px;\n",
       "  text-align: center;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label:before {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label:before {\n",
       "  content: '▼';\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label > span {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-summary,\n",
       ".xr-section-inline-details {\n",
       "  padding-top: 4px;\n",
       "  padding-bottom: 4px;\n",
       "}\n",
       "\n",
       ".xr-section-inline-details {\n",
       "  grid-column: 2 / -1;\n",
       "}\n",
       "\n",
       ".xr-section-details {\n",
       "  display: none;\n",
       "  grid-column: 1 / -1;\n",
       "  margin-bottom: 5px;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked ~ .xr-section-details {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-array-wrap {\n",
       "  grid-column: 1 / -1;\n",
       "  display: grid;\n",
       "  grid-template-columns: 20px auto;\n",
       "}\n",
       "\n",
       ".xr-array-wrap > label {\n",
       "  grid-column: 1;\n",
       "  vertical-align: top;\n",
       "}\n",
       "\n",
       ".xr-preview {\n",
       "  color: var(--xr-font-color3);\n",
       "}\n",
       "\n",
       ".xr-array-preview,\n",
       ".xr-array-data {\n",
       "  padding: 0 5px !important;\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-array-data,\n",
       ".xr-array-in:checked ~ .xr-array-preview {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-array-in:checked ~ .xr-array-data,\n",
       ".xr-array-preview {\n",
       "  display: inline-block;\n",
       "}\n",
       "\n",
       ".xr-dim-list {\n",
       "  display: inline-block !important;\n",
       "  list-style: none;\n",
       "  padding: 0 !important;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list li {\n",
       "  display: inline-block;\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list:before {\n",
       "  content: '(';\n",
       "}\n",
       "\n",
       ".xr-dim-list:after {\n",
       "  content: ')';\n",
       "}\n",
       "\n",
       ".xr-dim-list li:not(:last-child):after {\n",
       "  content: ',';\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-has-index {\n",
       "  font-weight: bold;\n",
       "}\n",
       "\n",
       ".xr-var-list,\n",
       ".xr-var-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-var-item > div,\n",
       ".xr-var-item label,\n",
       ".xr-var-item > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-even);\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-var-item > .xr-var-name:hover span {\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-var-list > li:nth-child(odd) > div,\n",
       ".xr-var-list > li:nth-child(odd) > label,\n",
       ".xr-var-list > li:nth-child(odd) > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-odd);\n",
       "}\n",
       "\n",
       ".xr-var-name {\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-var-dims {\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-var-dtype {\n",
       "  grid-column: 3;\n",
       "  text-align: right;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-preview {\n",
       "  grid-column: 4;\n",
       "}\n",
       "\n",
       ".xr-index-preview {\n",
       "  grid-column: 2 / 5;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-name,\n",
       ".xr-var-dims,\n",
       ".xr-var-dtype,\n",
       ".xr-preview,\n",
       ".xr-attrs dt {\n",
       "  white-space: nowrap;\n",
       "  overflow: hidden;\n",
       "  text-overflow: ellipsis;\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-var-name:hover,\n",
       ".xr-var-dims:hover,\n",
       ".xr-var-dtype:hover,\n",
       ".xr-attrs dt:hover {\n",
       "  overflow: visible;\n",
       "  width: auto;\n",
       "  z-index: 1;\n",
       "}\n",
       "\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  display: none;\n",
       "  background-color: var(--xr-background-color) !important;\n",
       "  padding-bottom: 5px !important;\n",
       "}\n",
       "\n",
       ".xr-var-attrs-in:checked ~ .xr-var-attrs,\n",
       ".xr-var-data-in:checked ~ .xr-var-data,\n",
       ".xr-index-data-in:checked ~ .xr-index-data {\n",
       "  display: block;\n",
       "}\n",
       "\n",
       ".xr-var-data > table {\n",
       "  float: right;\n",
       "}\n",
       "\n",
       ".xr-var-name span,\n",
       ".xr-var-data,\n",
       ".xr-index-name div,\n",
       ".xr-index-data,\n",
       ".xr-attrs {\n",
       "  padding-left: 25px !important;\n",
       "}\n",
       "\n",
       ".xr-attrs,\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  grid-column: 1 / -1;\n",
       "}\n",
       "\n",
       "dl.xr-attrs {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  display: grid;\n",
       "  grid-template-columns: 125px auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt,\n",
       ".xr-attrs dd {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  float: left;\n",
       "  padding-right: 10px;\n",
       "  width: auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt {\n",
       "  font-weight: normal;\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-attrs dt:hover span {\n",
       "  display: inline-block;\n",
       "  background: var(--xr-background-color);\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-attrs dd {\n",
       "  grid-column: 2;\n",
       "  white-space: pre-wrap;\n",
       "  word-break: break-all;\n",
       "}\n",
       "\n",
       ".xr-icon-database,\n",
       ".xr-icon-file-text2,\n",
       ".xr-no-icon {\n",
       "  display: inline-block;\n",
       "  vertical-align: middle;\n",
       "  width: 1em;\n",
       "  height: 1.5em !important;\n",
       "  stroke-width: 0;\n",
       "  stroke: currentColor;\n",
       "  fill: currentColor;\n",
       "}\n",
       "</style><pre class='xr-text-repr-fallback'>&lt;xarray.DatasetView&gt;\n",
       "Dimensions:    (timeStamp: 11)\n",
       "Coordinates:\n",
       "  * timeStamp  (timeStamp) datetime64[ns] 2020-08-21T13:32:59.965779 ... 2020...\n",
       "Data variables:\n",
       "    yaw        (timeStamp) float64 3.62 3.634 3.647 3.657 ... 3.713 3.721 3.731\n",
       "    roll       (timeStamp) float64 -29.8 -29.8 -29.8 -29.8 ... -29.8 -29.8 -29.8\n",
       "    pitch      (timeStamp) float64 0.00105 0.0002288 ... -0.0002198 0.0002899\n",
       "    xPosition  (timeStamp) float64 -2.264e+06 -2.283e+06 ... -2.45e+06\n",
       "    yPosition  (timeStamp) float64 -6.252e+06 -6.267e+06 ... -6.386e+06\n",
       "    zPosition  (timeStamp) float64 2.681e+06 2.629e+06 ... 2.205e+06 2.151e+06\n",
       "    xVelocity  (timeStamp) float64 -2.523e+03 -2.507e+03 ... -2.348e+03\n",
       "    yVelocity  (timeStamp) float64 -2.024e+03 -1.97e+03 ... -1.476e+03\n",
       "    zVelocity  (timeStamp) float64 -6.824e+03 -6.846e+03 ... -7.024e+03\n",
       "Attributes:\n",
       "    attitudeDataSource:      Downlink\n",
       "    attitudeOffsetsApplied:  true\n",
       "    Description:             Attitude Information Data Store. Orbit Informati...</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>orbitAndAttitude</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-d390c24e-e9d0-453b-a92a-428e16b6bca8' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-d390c24e-e9d0-453b-a92a-428e16b6bca8' class='xr-section-summary'  title='Expand/collapse section'>Groups: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><div style='display: inline-grid; grid-template-columns: 100%'></div></div></li><li class='xr-section-item'><input id='section-e4c917e6-5a1c-4c81-930b-dd14a61191c2' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-e4c917e6-5a1c-4c81-930b-dd14a61191c2' 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'>timeStamp</span>: 11</li></ul></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-93b67a15-4b29-4d93-8e35-904f7bbec9ac' class='xr-section-summary-in' type='checkbox'  checked><label for='section-93b67a15-4b29-4d93-8e35-904f7bbec9ac' class='xr-section-summary' >Coordinates: <span>(1)</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'>timeStamp</span></div><div class='xr-var-dims'>(timeStamp)</div><div class='xr-var-dtype'>datetime64[ns]</div><div class='xr-var-preview xr-preview'>2020-08-21T13:32:59.965779 ... 2...</div><input id='attrs-97ac73af-e7f6-47c1-a085-dccb6493104d' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-97ac73af-e7f6-47c1-a085-dccb6493104d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-77530091-9fd3-4900-88c2-0b12804eaeee' class='xr-var-data-in' type='checkbox'><label for='data-77530091-9fd3-4900-88c2-0b12804eaeee' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></dl></div><div class='xr-var-data'><pre>array([&#x27;2020-08-21T13:32:59.965779000&#x27;, &#x27;2020-08-21T13:33:07.608590000&#x27;,\n",
       "       &#x27;2020-08-21T13:33:15.251400000&#x27;, &#x27;2020-08-21T13:33:22.894211000&#x27;,\n",
       "       &#x27;2020-08-21T13:33:30.537021000&#x27;, &#x27;2020-08-21T13:33:38.179832000&#x27;,\n",
       "       &#x27;2020-08-21T13:33:45.822642000&#x27;, &#x27;2020-08-21T13:33:53.465452000&#x27;,\n",
       "       &#x27;2020-08-21T13:34:01.108263000&#x27;, &#x27;2020-08-21T13:34:08.751074000&#x27;,\n",
       "       &#x27;2020-08-21T13:34:16.393884000&#x27;], dtype=&#x27;datetime64[ns]&#x27;)</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-34bd6744-1bb5-48e0-a811-8310f3721daf' class='xr-section-summary-in' type='checkbox'  checked><label for='section-34bd6744-1bb5-48e0-a811-8310f3721daf' class='xr-section-summary' >Data variables: <span>(9)</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>yaw</span></div><div class='xr-var-dims'>(timeStamp)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>3.62 3.634 3.647 ... 3.721 3.731</div><input id='attrs-1f669229-9057-4a4f-a96d-b51a7452bb4d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-1f669229-9057-4a4f-a96d-b51a7452bb4d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-54ef0d4a-99ad-4d55-a9c3-4c97b2a31403' class='xr-var-data-in' type='checkbox'><label for='data-54ef0d4a-99ad-4d55-a9c3-4c97b2a31403' title='Show/Hide data repr'><svg 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>deg</dd><dt><span>xpath :</span></dt><dd>/product/sourceAttributes/orbitAndAttitude/attitudeInformation/attitudeAngles/yaw</dd><dt><span>Description :</span></dt><dd>Spacecraft yaw angle (units = deg). Positive for nose right rotation about the z axis (i.e. clockwise when looking along the z axis). When Right-Looking, a small positive yaw generally means that the SAR antenna is pointing slightly backwards. When Left-Looking, a small positive yaw generally means it is pointing slightly forwards.</dd></dl></div><div class='xr-var-data'><pre>array([3.62049778, 3.63365899, 3.64652961, 3.65702093, 3.67243187,\n",
       "       3.68081034, 3.6905809 , 3.70261566, 3.7134148 , 3.72126462,\n",
       "       3.73117966])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>roll</span></div><div class='xr-var-dims'>(timeStamp)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-29.8 -29.8 -29.8 ... -29.8 -29.8</div><input id='attrs-09570d06-fdba-4080-8332-10bdd201a20c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-09570d06-fdba-4080-8332-10bdd201a20c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-defa288b-321f-4404-a41d-f5ae432f3914' class='xr-var-data-in' type='checkbox'><label for='data-defa288b-321f-4404-a41d-f5ae432f3914' title='Show/Hide data repr'><svg 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>deg</dd><dt><span>xpath :</span></dt><dd>/product/sourceAttributes/orbitAndAttitude/attitudeInformation/attitudeAngles/roll</dd><dt><span>Description :</span></dt><dd>Spacecraft roll angle (units = deg). Positive for left side up rotation about the x axis (i.e. clockwise when looking along the x axis). Roll is negative for Right-Looking and positive for Left-Looking.</dd></dl></div><div class='xr-var-data'><pre>array([-29.79890423, -29.80361317, -29.8010257 , -29.80103688,\n",
       "       -29.80344879, -29.7999625 , -29.80098175, -29.8012263 ,\n",
       "       -29.79569133, -29.80060407, -29.80360114])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pitch</span></div><div class='xr-var-dims'>(timeStamp)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.00105 0.0002288 ... 0.0002899</div><input id='attrs-dc9edc69-8600-4a0a-a758-dd9611758955' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-dc9edc69-8600-4a0a-a758-dd9611758955' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3934bcbb-a469-449e-accd-d56b00cd3391' class='xr-var-data-in' type='checkbox'><label for='data-3934bcbb-a469-449e-accd-d56b00cd3391' title='Show/Hide data repr'><svg 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>deg</dd><dt><span>xpath :</span></dt><dd>/product/sourceAttributes/orbitAndAttitude/attitudeInformation/attitudeAngles/pitch</dd><dt><span>Description :</span></dt><dd>Spacecraft pitch angle (units = deg). Positive for nose up rotation about the y axis (i.e. clockwise when looking along the y axis).</dd></dl></div><div class='xr-var-data'><pre>array([ 1.05034540e-03,  2.28787239e-04, -8.64985941e-05,  1.06547621e-03,\n",
       "       -3.20427131e-03, -1.58235328e-03, -1.11302229e-03, -1.34512395e-03,\n",
       "       -1.48608164e-03, -2.19826353e-04,  2.89850744e-04])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>xPosition</span></div><div class='xr-var-dims'>(timeStamp)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-2.264e+06 -2.283e+06 ... -2.45e+06</div><input id='attrs-0f8f4de0-f22f-472b-93e9-070c4b2021e0' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0f8f4de0-f22f-472b-93e9-070c4b2021e0' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-16a0627b-2392-49f4-b885-39e9b739ec74' class='xr-var-data-in' type='checkbox'><label for='data-16a0627b-2392-49f4-b885-39e9b739ec74' title='Show/Hide data repr'><svg 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</dd><dt><span>xpath :</span></dt><dd>/product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/stateVector/xPosition</dd><dt><span>Description :</span></dt><dd>(units = m)</dd></dl></div><div class='xr-var-data'><pre>array([-2263609.14207332, -2282829.32769217, -2301922.70252158,\n",
       "       -2320887.60680403, -2339722.37750286, -2358425.37920876,\n",
       "       -2376994.95872088, -2395429.48096627, -2413727.32091636,\n",
       "       -2431886.8584209 , -2449906.47878358])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>yPosition</span></div><div class='xr-var-dims'>(timeStamp)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-6.252e+06 ... -6.386e+06</div><input id='attrs-b942ec73-f759-4b1a-84da-f71c6dc04308' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b942ec73-f759-4b1a-84da-f71c6dc04308' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-dc88aed3-9afc-43df-a0d0-b24c49892f6b' class='xr-var-data-in' type='checkbox'><label for='data-dc88aed3-9afc-43df-a0d0-b24c49892f6b' title='Show/Hide data repr'><svg 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</dd><dt><span>xpath :</span></dt><dd>/product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/stateVector/yPosition</dd><dt><span>Description :</span></dt><dd>(units = m)</dd></dl></div><div class='xr-var-data'><pre>array([-6252116.77098198, -6267377.87400214, -6282223.42531529,\n",
       "       -6296652.63569106, -6310664.73842626, -6324259.00412853,\n",
       "       -6337434.72013708, -6350191.20891913, -6362527.82021551,\n",
       "       -6374443.93068184, -6385938.94422785])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>zPosition</span></div><div class='xr-var-dims'>(timeStamp)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>2.681e+06 2.629e+06 ... 2.151e+06</div><input id='attrs-22d367b2-1c10-4f4b-9071-a7b45af74df2' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-22d367b2-1c10-4f4b-9071-a7b45af74df2' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d0f66c4c-d041-4ba7-92c2-b7999788c23e' class='xr-var-data-in' type='checkbox'><label for='data-d0f66c4c-d041-4ba7-92c2-b7999788c23e' title='Show/Hide data repr'><svg 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</dd><dt><span>xpath :</span></dt><dd>/product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/stateVector/zPosition</dd><dt><span>Description :</span></dt><dd>(units = m)</dd></dl></div><div class='xr-var-data'><pre>array([2680758.81370294, 2628520.89240576, 2576116.4102974 ,\n",
       "       2523548.67445082, 2470821.03030166, 2417936.78650863,\n",
       "       2364899.31914961, 2311711.98674188, 2258378.15257799,\n",
       "       2204901.20490021, 2151284.53973749])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>xVelocity</span></div><div class='xr-var-dims'>(timeStamp)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-2.523e+03 ... -2.348e+03</div><input id='attrs-9b336bc3-0a94-41ee-b1c6-9f247e4a8fe9' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-9b336bc3-0a94-41ee-b1c6-9f247e4a8fe9' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1c5926e0-84ae-4e47-917e-89c08ba313a2' class='xr-var-data-in' type='checkbox'><label for='data-1c5926e0-84ae-4e47-917e-89c08ba313a2' title='Show/Hide data repr'><svg 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/s</dd><dt><span>xpath :</span></dt><dd>/product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/stateVector/xVelocity</dd><dt><span>Description :</span></dt><dd>(units = m/s)</dd></dl></div><div class='xr-var-data'><pre>array([-2523.02895273, -2506.54654236, -2489.84582924, -2472.92775964,\n",
       "       -2455.79330131, -2438.44342473, -2420.87913653, -2403.10145415,\n",
       "       -2385.11140925, -2366.91005817, -2348.49847354])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>yVelocity</span></div><div class='xr-var-dims'>(timeStamp)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-2.024e+03 -1.97e+03 ... -1.476e+03</div><input id='attrs-014828b2-ec5c-4c96-871f-47aad580a950' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-014828b2-ec5c-4c96-871f-47aad580a950' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-afefc345-bd85-4c23-92bc-662ca7f9063f' class='xr-var-data-in' type='checkbox'><label for='data-afefc345-bd85-4c23-92bc-662ca7f9063f' title='Show/Hide data repr'><svg 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/s</dd><dt><span>xpath :</span></dt><dd>/product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/stateVector/yVelocity</dd><dt><span>Description :</span></dt><dd>(units = m/s)</dd></dl></div><div class='xr-var-data'><pre>array([-2023.94216785, -1969.62393044, -1915.20019793, -1860.67465177,\n",
       "       -1806.05100536, -1751.33292846, -1696.52415635, -1641.62840103,\n",
       "       -1586.64937544, -1531.59081074, -1476.45644241])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>zVelocity</span></div><div class='xr-var-dims'>(timeStamp)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-6.824e+03 ... -7.024e+03</div><input id='attrs-99b7e561-adfd-46d9-83d2-732c4a1402f3' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-99b7e561-adfd-46d9-83d2-732c4a1402f3' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1bd7611a-6b95-47a9-a7bb-3015404bed89' class='xr-var-data-in' type='checkbox'><label for='data-1bd7611a-6b95-47a9-a7bb-3015404bed89' title='Show/Hide data repr'><svg 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/s</dd><dt><span>xpath :</span></dt><dd>/product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/stateVector/zVelocity</dd><dt><span>Description :</span></dt><dd>(units = m/s)</dd></dl></div><div class='xr-var-data'><pre>array([-6823.8681275 , -6845.87928881, -6867.45667764, -6888.59892215,\n",
       "       -6909.30466278, -6929.57258937, -6949.4013952 , -6968.78981521,\n",
       "       -6987.73660902, -7006.24056657, -7024.30050348])</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-b676569f-6fe9-4373-afe7-6519748a46b6' class='xr-section-summary-in' type='checkbox'  checked><label for='section-b676569f-6fe9-4373-afe7-6519748a46b6' class='xr-section-summary' >Attributes: <span>(3)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><dl class='xr-attrs'><dt><span>attitudeDataSource :</span></dt><dd>Downlink</dd><dt><span>attitudeOffsetsApplied :</span></dt><dd>true</dd><dt><span>Description :</span></dt><dd>Attitude Information Data Store. Orbit Information Data Store. State Vector Data Store. Earth Centered Rotating (ECR) coordinates.</dd></dl></div></li></ul></div></div></ul></div></div><div style='display: inline-grid;'><div style='grid-column-start: 1;border-right: 0.2em solid;border-color: var(--xr-border-color);height: 100%;width: 0px;'></div><div style='grid-column-start: 2;grid-row-start: 1;height: 1em;width: 20px;border-bottom: 0.2em solid;border-color: var(--xr-border-color);'></div><div style='grid-column-start: 3;'><ul class='xr-sections'><div><svg style=\"position: absolute; width: 0; height: 0; overflow: hidden\">\n",
       "<defs>\n",
       "<symbol id=\"icon-database\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "<symbol id=\"icon-file-text2\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "</defs>\n",
       "</svg>\n",
       "<style>/* CSS stylesheet for displaying xarray objects in jupyterlab.\n",
       " *\n",
       " */\n",
       "\n",
       ":root {\n",
       "  --xr-font-color0: var(--jp-content-font-color0, rgba(0, 0, 0, 1));\n",
       "  --xr-font-color2: var(--jp-content-font-color2, rgba(0, 0, 0, 0.54));\n",
       "  --xr-font-color3: var(--jp-content-font-color3, rgba(0, 0, 0, 0.38));\n",
       "  --xr-border-color: var(--jp-border-color2, #e0e0e0);\n",
       "  --xr-disabled-color: var(--jp-layout-color3, #bdbdbd);\n",
       "  --xr-background-color: var(--jp-layout-color0, white);\n",
       "  --xr-background-color-row-even: var(--jp-layout-color1, white);\n",
       "  --xr-background-color-row-odd: var(--jp-layout-color2, #eeeeee);\n",
       "}\n",
       "\n",
       "html[theme=dark],\n",
       "body[data-theme=dark],\n",
       "body.vscode-dark {\n",
       "  --xr-font-color0: rgba(255, 255, 255, 1);\n",
       "  --xr-font-color2: rgba(255, 255, 255, 0.54);\n",
       "  --xr-font-color3: rgba(255, 255, 255, 0.38);\n",
       "  --xr-border-color: #1F1F1F;\n",
       "  --xr-disabled-color: #515151;\n",
       "  --xr-background-color: #111111;\n",
       "  --xr-background-color-row-even: #111111;\n",
       "  --xr-background-color-row-odd: #313131;\n",
       "}\n",
       "\n",
       ".xr-wrap {\n",
       "  display: block !important;\n",
       "  min-width: 300px;\n",
       "  max-width: 700px;\n",
       "}\n",
       "\n",
       ".xr-text-repr-fallback {\n",
       "  /* fallback to plain text repr when CSS is not injected (untrusted notebook) */\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-header {\n",
       "  padding-top: 6px;\n",
       "  padding-bottom: 6px;\n",
       "  margin-bottom: 4px;\n",
       "  border-bottom: solid 1px var(--xr-border-color);\n",
       "}\n",
       "\n",
       ".xr-header > div,\n",
       ".xr-header > ul {\n",
       "  display: inline;\n",
       "  margin-top: 0;\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-obj-type,\n",
       ".xr-array-name {\n",
       "  margin-left: 2px;\n",
       "  margin-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-obj-type {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-sections {\n",
       "  padding-left: 0 !important;\n",
       "  display: grid;\n",
       "  grid-template-columns: 150px auto auto 1fr 20px 20px;\n",
       "}\n",
       "\n",
       ".xr-section-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-section-item input {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-item input + label {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label {\n",
       "  cursor: pointer;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label:hover {\n",
       "  color: var(--xr-font-color0);\n",
       "}\n",
       "\n",
       ".xr-section-summary {\n",
       "  grid-column: 1;\n",
       "  color: var(--xr-font-color2);\n",
       "  font-weight: 500;\n",
       "}\n",
       "\n",
       ".xr-section-summary > span {\n",
       "  display: inline-block;\n",
       "  padding-left: 0.5em;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in + label:before {\n",
       "  display: inline-block;\n",
       "  content: '►';\n",
       "  font-size: 11px;\n",
       "  width: 15px;\n",
       "  text-align: center;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label:before {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label:before {\n",
       "  content: '▼';\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label > span {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-summary,\n",
       ".xr-section-inline-details {\n",
       "  padding-top: 4px;\n",
       "  padding-bottom: 4px;\n",
       "}\n",
       "\n",
       ".xr-section-inline-details {\n",
       "  grid-column: 2 / -1;\n",
       "}\n",
       "\n",
       ".xr-section-details {\n",
       "  display: none;\n",
       "  grid-column: 1 / -1;\n",
       "  margin-bottom: 5px;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked ~ .xr-section-details {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-array-wrap {\n",
       "  grid-column: 1 / -1;\n",
       "  display: grid;\n",
       "  grid-template-columns: 20px auto;\n",
       "}\n",
       "\n",
       ".xr-array-wrap > label {\n",
       "  grid-column: 1;\n",
       "  vertical-align: top;\n",
       "}\n",
       "\n",
       ".xr-preview {\n",
       "  color: var(--xr-font-color3);\n",
       "}\n",
       "\n",
       ".xr-array-preview,\n",
       ".xr-array-data {\n",
       "  padding: 0 5px !important;\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-array-data,\n",
       ".xr-array-in:checked ~ .xr-array-preview {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-array-in:checked ~ .xr-array-data,\n",
       ".xr-array-preview {\n",
       "  display: inline-block;\n",
       "}\n",
       "\n",
       ".xr-dim-list {\n",
       "  display: inline-block !important;\n",
       "  list-style: none;\n",
       "  padding: 0 !important;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list li {\n",
       "  display: inline-block;\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list:before {\n",
       "  content: '(';\n",
       "}\n",
       "\n",
       ".xr-dim-list:after {\n",
       "  content: ')';\n",
       "}\n",
       "\n",
       ".xr-dim-list li:not(:last-child):after {\n",
       "  content: ',';\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-has-index {\n",
       "  font-weight: bold;\n",
       "}\n",
       "\n",
       ".xr-var-list,\n",
       ".xr-var-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-var-item > div,\n",
       ".xr-var-item label,\n",
       ".xr-var-item > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-even);\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-var-item > .xr-var-name:hover span {\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-var-list > li:nth-child(odd) > div,\n",
       ".xr-var-list > li:nth-child(odd) > label,\n",
       ".xr-var-list > li:nth-child(odd) > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-odd);\n",
       "}\n",
       "\n",
       ".xr-var-name {\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-var-dims {\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-var-dtype {\n",
       "  grid-column: 3;\n",
       "  text-align: right;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-preview {\n",
       "  grid-column: 4;\n",
       "}\n",
       "\n",
       ".xr-index-preview {\n",
       "  grid-column: 2 / 5;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-name,\n",
       ".xr-var-dims,\n",
       ".xr-var-dtype,\n",
       ".xr-preview,\n",
       ".xr-attrs dt {\n",
       "  white-space: nowrap;\n",
       "  overflow: hidden;\n",
       "  text-overflow: ellipsis;\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-var-name:hover,\n",
       ".xr-var-dims:hover,\n",
       ".xr-var-dtype:hover,\n",
       ".xr-attrs dt:hover {\n",
       "  overflow: visible;\n",
       "  width: auto;\n",
       "  z-index: 1;\n",
       "}\n",
       "\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  display: none;\n",
       "  background-color: var(--xr-background-color) !important;\n",
       "  padding-bottom: 5px !important;\n",
       "}\n",
       "\n",
       ".xr-var-attrs-in:checked ~ .xr-var-attrs,\n",
       ".xr-var-data-in:checked ~ .xr-var-data,\n",
       ".xr-index-data-in:checked ~ .xr-index-data {\n",
       "  display: block;\n",
       "}\n",
       "\n",
       ".xr-var-data > table {\n",
       "  float: right;\n",
       "}\n",
       "\n",
       ".xr-var-name span,\n",
       ".xr-var-data,\n",
       ".xr-index-name div,\n",
       ".xr-index-data,\n",
       ".xr-attrs {\n",
       "  padding-left: 25px !important;\n",
       "}\n",
       "\n",
       ".xr-attrs,\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  grid-column: 1 / -1;\n",
       "}\n",
       "\n",
       "dl.xr-attrs {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  display: grid;\n",
       "  grid-template-columns: 125px auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt,\n",
       ".xr-attrs dd {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  float: left;\n",
       "  padding-right: 10px;\n",
       "  width: auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt {\n",
       "  font-weight: normal;\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-attrs dt:hover span {\n",
       "  display: inline-block;\n",
       "  background: var(--xr-background-color);\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-attrs dd {\n",
       "  grid-column: 2;\n",
       "  white-space: pre-wrap;\n",
       "  word-break: break-all;\n",
       "}\n",
       "\n",
       ".xr-icon-database,\n",
       ".xr-icon-file-text2,\n",
       ".xr-no-icon {\n",
       "  display: inline-block;\n",
       "  vertical-align: middle;\n",
       "  width: 1em;\n",
       "  height: 1.5em !important;\n",
       "  stroke-width: 0;\n",
       "  stroke: currentColor;\n",
       "  fill: currentColor;\n",
       "}\n",
       "</style><pre class='xr-text-repr-fallback'>&lt;xarray.DatasetView&gt;\n",
       "Dimensions:    (line: 11, pixel: 11)\n",
       "Coordinates:\n",
       "  * line       (line) int64 0 1018 2037 3056 4074 5093 6112 7130 8149 9168 10187\n",
       "  * pixel      (pixel) int64 0 1044 2088 3133 4177 ... 6266 7310 8355 9399 10444\n",
       "Data variables:\n",
       "    latitude   (line, pixel) float64 23.47 23.38 23.3 ... 18.24 18.14 18.04\n",
       "    longitude  (line, pixel) float64 -117.3 -116.8 -116.3 ... -113.8 -113.3\n",
       "    height     (line, pixel) float64 0.0 0.0 0.0 0.0 0.0 ... 0.0 0.0 0.0 0.0 0.0\n",
       "Attributes: (12/13)\n",
       "    productFormat:                               GeoTIFF\n",
       "    outputMediaInterleaving:                     BSQ\n",
       "    rasterAttributes_dataType:                   Magnitude Detected\n",
       "    rasterAttributes_bitsPerSample_dataStream:   Magnitude\n",
       "    rasterAttributes_bitsPerSample_value:        16\n",
       "    rasterAttributes_numberOfSamplesPerLine:     10445\n",
       "    ...                                          ...\n",
       "    rasterAttributes_sampledPixelSpacing_units:  m\n",
       "    rasterAttributes_sampledPixelSpacing_value:  50.0\n",
       "    rasterAttributes_sampledLineSpacing_units:   m\n",
       "    rasterAttributes_sampledLineSpacing_value:   50.0\n",
       "    rasterAttributes_lineTimeOrdering:           Increasing\n",
       "    rasterAttributes_pixelTimeOrdering:          Decreasing</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>geolocationGrid</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-7b8a7822-68aa-4006-86f4-1473fc283853' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-7b8a7822-68aa-4006-86f4-1473fc283853' class='xr-section-summary'  title='Expand/collapse section'>Groups: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><div style='display: inline-grid; grid-template-columns: 100%'></div></div></li><li class='xr-section-item'><input id='section-8ffe3f17-2559-40e0-bf3c-5e7e776c1edb' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-8ffe3f17-2559-40e0-bf3c-5e7e776c1edb' 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'>line</span>: 11</li><li><span class='xr-has-index'>pixel</span>: 11</li></ul></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-27bf2a33-ca8a-4944-a5c7-f2a7bf3b727c' class='xr-section-summary-in' type='checkbox'  checked><label for='section-27bf2a33-ca8a-4944-a5c7-f2a7bf3b727c' class='xr-section-summary' >Coordinates: <span>(2)</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'>line</span></div><div class='xr-var-dims'>(line)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>0 1018 2037 ... 8149 9168 10187</div><input id='attrs-cb436a9c-2c6d-42d5-a17b-7e1a6d83a38c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-cb436a9c-2c6d-42d5-a17b-7e1a6d83a38c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-55110c5f-e3dd-4f8d-9ec1-82e5cb62a835' class='xr-var-data-in' type='checkbox'><label for='data-55110c5f-e3dd-4f8d-9ec1-82e5cb62a835' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>rasterAttributes_sampledLineSpacing_units :</span></dt><dd>m</dd><dt><span>rasterAttributes_sampledLineSpacing_value :</span></dt><dd>50.0</dd></dl></div><div class='xr-var-data'><pre>array([    0,  1018,  2037,  3056,  4074,  5093,  6112,  7130,  8149,  9168,\n",
       "       10187])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>pixel</span></div><div class='xr-var-dims'>(pixel)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>0 1044 2088 ... 8355 9399 10444</div><input id='attrs-60eeaac1-9cb8-4945-a80e-93512b2762c0' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-60eeaac1-9cb8-4945-a80e-93512b2762c0' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-081a729e-4b97-4259-a2a9-86b4d1ab9ab6' class='xr-var-data-in' type='checkbox'><label for='data-081a729e-4b97-4259-a2a9-86b4d1ab9ab6' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>rasterAttributes_sampledPixelSpacing_units :</span></dt><dd>m</dd><dt><span>rasterAttributes_sampledPixelSpacing_value :</span></dt><dd>50.0</dd></dl></div><div class='xr-var-data'><pre>array([    0,  1044,  2088,  3133,  4177,  5222,  6266,  7310,  8355,  9399,\n",
       "       10444])</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-96cdc354-2f9f-415f-8e08-d5ff9fc75983' class='xr-section-summary-in' type='checkbox'  checked><label for='section-96cdc354-2f9f-415f-8e08-d5ff9fc75983' class='xr-section-summary' >Data variables: <span>(3)</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>latitude</span></div><div class='xr-var-dims'>(line, pixel)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>23.47 23.38 23.3 ... 18.14 18.04</div><input id='attrs-80424628-d354-4886-a5d2-a49bea0355bc' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-80424628-d354-4886-a5d2-a49bea0355bc' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9371818a-7962-4b55-bf04-65c41d7af238' class='xr-var-data-in' type='checkbox'><label for='data-9371818a-7962-4b55-bf04-65c41d7af238' title='Show/Hide data repr'><svg 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>deg</dd><dt><span>xpath :</span></dt><dd>/product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/geodeticCoordinate/latitude</dd><dt><span>Description :</span></dt><dd>Geodetic latitude (units = deg)</dd></dl></div><div class='xr-var-data'><pre>array([[23.46702587, 23.38408317, 23.29952541, 23.2133558 , 23.1255863 ,\n",
       "        23.03623205, 22.94530657, 22.8528176 , 22.75876515, 22.66314534,\n",
       "        22.56596683],\n",
       "       [23.01706995, 22.93377836, 22.84890662, 22.76245783, 22.67444386,\n",
       "        22.58487977, 22.49377899, 22.40114913, 22.30699011, 22.21129798,\n",
       "        22.11408139],\n",
       "       [22.56708802, 22.48344613, 22.39825874, 22.31152882, 22.22326815,\n",
       "        22.13349168, 22.04221272, 21.94943876, 21.85516955, 21.75940096,\n",
       "        21.66214147],\n",
       "       [22.11707085, 22.03307742, 21.94757295, 21.86056028, 21.77205112,\n",
       "        21.68206035, 21.59060118, 21.49768099, 21.40329946, 21.30745238,\n",
       "        21.21014825],\n",
       "       [21.66702922, 21.58268287, 21.49685967, 21.40956236, 21.32080254,\n",
       "        21.230595  , 21.13895286, 21.04588334, 20.95138598, 20.85545644,\n",
       "        20.75810301],\n",
       "       [21.21695433, 21.13225385, 21.04611053, 20.95852699, 20.86951478,\n",
       "        20.7790886 , 20.68726147, 20.59404055, 20.49942528, 20.40341123,\n",
       "        20.30600672],\n",
       "       [20.76685581, 20.68179985, 20.59533481, 20.50746321, 20.41819651,\n",
       "        20.32754933, 20.23553459, 20.14215932, 20.04742281, 19.95132051,\n",
       "        19.85386056],\n",
       "       [20.31672659, 20.23131396, 20.14452583, 20.05636462, 19.96684173,\n",
       "        19.87597171, 19.78376739, 19.69023572, 19.5953759 , 19.49918331,\n",
       "        19.40166609],\n",
       "       [19.86657475, 19.78080412, 19.69369136, 19.60523877, 19.51545767,\n",
       "        19.42436255, 19.33196614, 19.23827526, 19.14328901, 19.04700261,\n",
       "        18.94942408],\n",
       "       [19.41639455, 19.33026473, 19.24282596, 19.15408047, 19.0640395 ,\n",
       "        18.97271747, 18.88012703, 18.78627493, 18.69116016, 18.5947779 ,\n",
       "        18.49713614],\n",
       "       [18.96619285, 18.87970255, 18.79193628, 18.70289616, 18.61259337,\n",
       "        18.52104226, 18.42825539, 18.33423941, 18.23899318, 18.14251178,\n",
       "        18.04480305]])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>longitude</span></div><div class='xr-var-dims'>(line, pixel)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-117.3 -116.8 ... -113.8 -113.3</div><input id='attrs-46928c51-7e82-4507-b5bb-effc3201baa4' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-46928c51-7e82-4507-b5bb-effc3201baa4' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-8d054c52-d850-44a4-9735-e0764a303089' class='xr-var-data-in' type='checkbox'><label for='data-8d054c52-d850-44a4-9735-e0764a303089' title='Show/Hide data repr'><svg 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>deg</dd><dt><span>xpath :</span></dt><dd>/product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/geodeticCoordinate/longitude</dd><dt><span>Description :</span></dt><dd>Geodetic longitude (units = deg)</dd></dl></div><div class='xr-var-data'><pre>array([[-117.26487342, -116.76191381, -116.25957296, -115.75782984,\n",
       "        -115.25671434, -114.75627141, -114.25653357, -113.75749969,\n",
       "        -113.25912799, -112.76135901, -112.26420088],\n",
       "       [-117.35232066, -116.85110926, -116.35050354, -115.85048203,\n",
       "        -115.35107401, -114.85232383, -114.35426346, -113.85689145,\n",
       "        -113.36016588, -112.86402735, -112.36848402],\n",
       "       [-117.43985019, -116.94034434, -116.44143105, -115.94308838,\n",
       "        -115.44534497, -114.94824448, -114.4518183 , -113.95606444,\n",
       "        -113.4609406 , -112.96638698, -112.47241089],\n",
       "       [-117.52740753, -117.02956729, -116.53230676, -116.0356036 ,\n",
       "        -115.53948588, -115.0439967 , -114.54916695, -114.05499436,\n",
       "        -113.56143652, -113.06843369, -112.57599327],\n",
       "       [-117.61505811, -117.11884205, -116.62319282, -116.12808762,\n",
       "        -115.63355394, -115.13963424, -114.64635885, -114.15372502,\n",
       "        -113.66168999, -113.17019365, -112.67924265],\n",
       "       [-117.70275195, -117.20812118, -116.71404459, -116.220499  ,\n",
       "        -115.72751137, -115.23512364, -114.74336568, -114.25223444,\n",
       "        -113.76168706, -113.2716635 , -112.78217045],\n",
       "       [-117.79054708, -117.29746145, -116.8049173 , -116.31289106,\n",
       "        -115.82140914, -115.3305129 , -114.84023166, -114.35056194,\n",
       "        -113.86146058, -113.37286719, -112.88478777],\n",
       "       [-117.87840075, -117.38682233, -116.89577291, -116.40522857,\n",
       "        -115.91521524, -115.42577375, -114.93693303, -114.44868931,\n",
       "        -113.96099931, -113.47380268, -112.98710545],\n",
       "       [-117.96636357, -117.47625338, -116.9866597 , -116.49755823,\n",
       "        -116.00897437, -115.52094845, -115.03350885, -114.54665144,\n",
       "        -114.06033264, -113.57449182, -113.08913437],\n",
       "       [-118.05440048, -117.56572138, -117.07754657, -116.58985135,\n",
       "        -116.10266066, -115.61601429, -115.12994027, -114.64443418,\n",
       "        -114.15945235, -113.67493418, -113.19088502],\n",
       "       [-118.14255421, -117.65526846, -117.16847467, -116.6821478 ,\n",
       "        -116.1963123 , -115.71100748, -115.22626088, -114.74206776,\n",
       "        -114.25838419, -113.77514931, -113.29236792]])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>height</span></div><div class='xr-var-dims'>(line, pixel)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.0 0.0 0.0 0.0 ... 0.0 0.0 0.0 0.0</div><input id='attrs-6573bdfe-69e1-41ec-9d22-410cc88033b2' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6573bdfe-69e1-41ec-9d22-410cc88033b2' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-dd0be97d-2d8c-4da6-a4e0-3f7646ed89f0' class='xr-var-data-in' type='checkbox'><label for='data-dd0be97d-2d8c-4da6-a4e0-3f7646ed89f0' title='Show/Hide data repr'><svg 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</dd><dt><span>xpath :</span></dt><dd>/product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/geodeticCoordinate/height</dd><dt><span>Description :</span></dt><dd>Geodetic height above reference ellipsoid (units = m)</dd></dl></div><div class='xr-var-data'><pre>array([[0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.],\n",
       "       [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.],\n",
       "       [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.],\n",
       "       [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.],\n",
       "       [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.],\n",
       "       [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.],\n",
       "       [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.],\n",
       "       [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.],\n",
       "       [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.],\n",
       "       [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.],\n",
       "       [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.]])</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-c794556f-74e0-48f5-a751-ed2b1bb36082' class='xr-section-summary-in' type='checkbox'  ><label for='section-c794556f-74e0-48f5-a751-ed2b1bb36082' 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>productFormat :</span></dt><dd>GeoTIFF</dd><dt><span>outputMediaInterleaving :</span></dt><dd>BSQ</dd><dt><span>rasterAttributes_dataType :</span></dt><dd>Magnitude Detected</dd><dt><span>rasterAttributes_bitsPerSample_dataStream :</span></dt><dd>Magnitude</dd><dt><span>rasterAttributes_bitsPerSample_value :</span></dt><dd>16</dd><dt><span>rasterAttributes_numberOfSamplesPerLine :</span></dt><dd>10445</dd><dt><span>rasterAttributes_numberOfLines :</span></dt><dd>10188</dd><dt><span>rasterAttributes_sampledPixelSpacing_units :</span></dt><dd>m</dd><dt><span>rasterAttributes_sampledPixelSpacing_value :</span></dt><dd>50.0</dd><dt><span>rasterAttributes_sampledLineSpacing_units :</span></dt><dd>m</dd><dt><span>rasterAttributes_sampledLineSpacing_value :</span></dt><dd>50.0</dd><dt><span>rasterAttributes_lineTimeOrdering :</span></dt><dd>Increasing</dd><dt><span>rasterAttributes_pixelTimeOrdering :</span></dt><dd>Decreasing</dd></dl></div></li></ul></div></div></ul></div></div><div style='display: inline-grid;'><div style='grid-column-start: 1;border-right: 0.2em solid;border-color: var(--xr-border-color);height: 100%;width: 0px;'></div><div style='grid-column-start: 2;grid-row-start: 1;height: 1em;width: 20px;border-bottom: 0.2em solid;border-color: var(--xr-border-color);'></div><div style='grid-column-start: 3;'><ul class='xr-sections'><div><svg style=\"position: absolute; width: 0; height: 0; overflow: hidden\">\n",
       "<defs>\n",
       "<symbol id=\"icon-database\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "<symbol id=\"icon-file-text2\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "</defs>\n",
       "</svg>\n",
       "<style>/* CSS stylesheet for displaying xarray objects in jupyterlab.\n",
       " *\n",
       " */\n",
       "\n",
       ":root {\n",
       "  --xr-font-color0: var(--jp-content-font-color0, rgba(0, 0, 0, 1));\n",
       "  --xr-font-color2: var(--jp-content-font-color2, rgba(0, 0, 0, 0.54));\n",
       "  --xr-font-color3: var(--jp-content-font-color3, rgba(0, 0, 0, 0.38));\n",
       "  --xr-border-color: var(--jp-border-color2, #e0e0e0);\n",
       "  --xr-disabled-color: var(--jp-layout-color3, #bdbdbd);\n",
       "  --xr-background-color: var(--jp-layout-color0, white);\n",
       "  --xr-background-color-row-even: var(--jp-layout-color1, white);\n",
       "  --xr-background-color-row-odd: var(--jp-layout-color2, #eeeeee);\n",
       "}\n",
       "\n",
       "html[theme=dark],\n",
       "body[data-theme=dark],\n",
       "body.vscode-dark {\n",
       "  --xr-font-color0: rgba(255, 255, 255, 1);\n",
       "  --xr-font-color2: rgba(255, 255, 255, 0.54);\n",
       "  --xr-font-color3: rgba(255, 255, 255, 0.38);\n",
       "  --xr-border-color: #1F1F1F;\n",
       "  --xr-disabled-color: #515151;\n",
       "  --xr-background-color: #111111;\n",
       "  --xr-background-color-row-even: #111111;\n",
       "  --xr-background-color-row-odd: #313131;\n",
       "}\n",
       "\n",
       ".xr-wrap {\n",
       "  display: block !important;\n",
       "  min-width: 300px;\n",
       "  max-width: 700px;\n",
       "}\n",
       "\n",
       ".xr-text-repr-fallback {\n",
       "  /* fallback to plain text repr when CSS is not injected (untrusted notebook) */\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-header {\n",
       "  padding-top: 6px;\n",
       "  padding-bottom: 6px;\n",
       "  margin-bottom: 4px;\n",
       "  border-bottom: solid 1px var(--xr-border-color);\n",
       "}\n",
       "\n",
       ".xr-header > div,\n",
       ".xr-header > ul {\n",
       "  display: inline;\n",
       "  margin-top: 0;\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-obj-type,\n",
       ".xr-array-name {\n",
       "  margin-left: 2px;\n",
       "  margin-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-obj-type {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-sections {\n",
       "  padding-left: 0 !important;\n",
       "  display: grid;\n",
       "  grid-template-columns: 150px auto auto 1fr 20px 20px;\n",
       "}\n",
       "\n",
       ".xr-section-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-section-item input {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-item input + label {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label {\n",
       "  cursor: pointer;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label:hover {\n",
       "  color: var(--xr-font-color0);\n",
       "}\n",
       "\n",
       ".xr-section-summary {\n",
       "  grid-column: 1;\n",
       "  color: var(--xr-font-color2);\n",
       "  font-weight: 500;\n",
       "}\n",
       "\n",
       ".xr-section-summary > span {\n",
       "  display: inline-block;\n",
       "  padding-left: 0.5em;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in + label:before {\n",
       "  display: inline-block;\n",
       "  content: '►';\n",
       "  font-size: 11px;\n",
       "  width: 15px;\n",
       "  text-align: center;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label:before {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label:before {\n",
       "  content: '▼';\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label > span {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-summary,\n",
       ".xr-section-inline-details {\n",
       "  padding-top: 4px;\n",
       "  padding-bottom: 4px;\n",
       "}\n",
       "\n",
       ".xr-section-inline-details {\n",
       "  grid-column: 2 / -1;\n",
       "}\n",
       "\n",
       ".xr-section-details {\n",
       "  display: none;\n",
       "  grid-column: 1 / -1;\n",
       "  margin-bottom: 5px;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked ~ .xr-section-details {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-array-wrap {\n",
       "  grid-column: 1 / -1;\n",
       "  display: grid;\n",
       "  grid-template-columns: 20px auto;\n",
       "}\n",
       "\n",
       ".xr-array-wrap > label {\n",
       "  grid-column: 1;\n",
       "  vertical-align: top;\n",
       "}\n",
       "\n",
       ".xr-preview {\n",
       "  color: var(--xr-font-color3);\n",
       "}\n",
       "\n",
       ".xr-array-preview,\n",
       ".xr-array-data {\n",
       "  padding: 0 5px !important;\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-array-data,\n",
       ".xr-array-in:checked ~ .xr-array-preview {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-array-in:checked ~ .xr-array-data,\n",
       ".xr-array-preview {\n",
       "  display: inline-block;\n",
       "}\n",
       "\n",
       ".xr-dim-list {\n",
       "  display: inline-block !important;\n",
       "  list-style: none;\n",
       "  padding: 0 !important;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list li {\n",
       "  display: inline-block;\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list:before {\n",
       "  content: '(';\n",
       "}\n",
       "\n",
       ".xr-dim-list:after {\n",
       "  content: ')';\n",
       "}\n",
       "\n",
       ".xr-dim-list li:not(:last-child):after {\n",
       "  content: ',';\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-has-index {\n",
       "  font-weight: bold;\n",
       "}\n",
       "\n",
       ".xr-var-list,\n",
       ".xr-var-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-var-item > div,\n",
       ".xr-var-item label,\n",
       ".xr-var-item > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-even);\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-var-item > .xr-var-name:hover span {\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-var-list > li:nth-child(odd) > div,\n",
       ".xr-var-list > li:nth-child(odd) > label,\n",
       ".xr-var-list > li:nth-child(odd) > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-odd);\n",
       "}\n",
       "\n",
       ".xr-var-name {\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-var-dims {\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-var-dtype {\n",
       "  grid-column: 3;\n",
       "  text-align: right;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-preview {\n",
       "  grid-column: 4;\n",
       "}\n",
       "\n",
       ".xr-index-preview {\n",
       "  grid-column: 2 / 5;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-name,\n",
       ".xr-var-dims,\n",
       ".xr-var-dtype,\n",
       ".xr-preview,\n",
       ".xr-attrs dt {\n",
       "  white-space: nowrap;\n",
       "  overflow: hidden;\n",
       "  text-overflow: ellipsis;\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-var-name:hover,\n",
       ".xr-var-dims:hover,\n",
       ".xr-var-dtype:hover,\n",
       ".xr-attrs dt:hover {\n",
       "  overflow: visible;\n",
       "  width: auto;\n",
       "  z-index: 1;\n",
       "}\n",
       "\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  display: none;\n",
       "  background-color: var(--xr-background-color) !important;\n",
       "  padding-bottom: 5px !important;\n",
       "}\n",
       "\n",
       ".xr-var-attrs-in:checked ~ .xr-var-attrs,\n",
       ".xr-var-data-in:checked ~ .xr-var-data,\n",
       ".xr-index-data-in:checked ~ .xr-index-data {\n",
       "  display: block;\n",
       "}\n",
       "\n",
       ".xr-var-data > table {\n",
       "  float: right;\n",
       "}\n",
       "\n",
       ".xr-var-name span,\n",
       ".xr-var-data,\n",
       ".xr-index-name div,\n",
       ".xr-index-data,\n",
       ".xr-attrs {\n",
       "  padding-left: 25px !important;\n",
       "}\n",
       "\n",
       ".xr-attrs,\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  grid-column: 1 / -1;\n",
       "}\n",
       "\n",
       "dl.xr-attrs {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  display: grid;\n",
       "  grid-template-columns: 125px auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt,\n",
       ".xr-attrs dd {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  float: left;\n",
       "  padding-right: 10px;\n",
       "  width: auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt {\n",
       "  font-weight: normal;\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-attrs dt:hover span {\n",
       "  display: inline-block;\n",
       "  background: var(--xr-background-color);\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-attrs dd {\n",
       "  grid-column: 2;\n",
       "  white-space: pre-wrap;\n",
       "  word-break: break-all;\n",
       "}\n",
       "\n",
       ".xr-icon-database,\n",
       ".xr-icon-file-text2,\n",
       ".xr-no-icon {\n",
       "  display: inline-block;\n",
       "  vertical-align: middle;\n",
       "  width: 1em;\n",
       "  height: 1.5em !important;\n",
       "  stroke-width: 0;\n",
       "  stroke: currentColor;\n",
       "  fill: currentColor;\n",
       "}\n",
       "</style><pre class='xr-text-repr-fallback'>&lt;xarray.DatasetView&gt;\n",
       "Dimensions:  ()\n",
       "Data variables:\n",
       "    *empty*</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>imageGenerationParameters</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-1325136f-39f1-4684-93fa-684be0c0f86c' class='xr-section-summary-in' type='checkbox'  ><label for='section-1325136f-39f1-4684-93fa-684be0c0f86c' class='xr-section-summary' >Groups: <span>(2)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><div style='display: inline-grid; grid-template-columns: 100%'><div style='display: inline-grid;'><div style='grid-column-start: 1;border-right: 0.2em solid;border-color: var(--xr-border-color);height: 100%;width: 0px;'></div><div style='grid-column-start: 2;grid-row-start: 1;height: 1em;width: 20px;border-bottom: 0.2em solid;border-color: var(--xr-border-color);'></div><div style='grid-column-start: 3;'><ul class='xr-sections'><div><svg style=\"position: absolute; width: 0; height: 0; overflow: hidden\">\n",
       "<defs>\n",
       "<symbol id=\"icon-database\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "<symbol id=\"icon-file-text2\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "</defs>\n",
       "</svg>\n",
       "<style>/* CSS stylesheet for displaying xarray objects in jupyterlab.\n",
       " *\n",
       " */\n",
       "\n",
       ":root {\n",
       "  --xr-font-color0: var(--jp-content-font-color0, rgba(0, 0, 0, 1));\n",
       "  --xr-font-color2: var(--jp-content-font-color2, rgba(0, 0, 0, 0.54));\n",
       "  --xr-font-color3: var(--jp-content-font-color3, rgba(0, 0, 0, 0.38));\n",
       "  --xr-border-color: var(--jp-border-color2, #e0e0e0);\n",
       "  --xr-disabled-color: var(--jp-layout-color3, #bdbdbd);\n",
       "  --xr-background-color: var(--jp-layout-color0, white);\n",
       "  --xr-background-color-row-even: var(--jp-layout-color1, white);\n",
       "  --xr-background-color-row-odd: var(--jp-layout-color2, #eeeeee);\n",
       "}\n",
       "\n",
       "html[theme=dark],\n",
       "body[data-theme=dark],\n",
       "body.vscode-dark {\n",
       "  --xr-font-color0: rgba(255, 255, 255, 1);\n",
       "  --xr-font-color2: rgba(255, 255, 255, 0.54);\n",
       "  --xr-font-color3: rgba(255, 255, 255, 0.38);\n",
       "  --xr-border-color: #1F1F1F;\n",
       "  --xr-disabled-color: #515151;\n",
       "  --xr-background-color: #111111;\n",
       "  --xr-background-color-row-even: #111111;\n",
       "  --xr-background-color-row-odd: #313131;\n",
       "}\n",
       "\n",
       ".xr-wrap {\n",
       "  display: block !important;\n",
       "  min-width: 300px;\n",
       "  max-width: 700px;\n",
       "}\n",
       "\n",
       ".xr-text-repr-fallback {\n",
       "  /* fallback to plain text repr when CSS is not injected (untrusted notebook) */\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-header {\n",
       "  padding-top: 6px;\n",
       "  padding-bottom: 6px;\n",
       "  margin-bottom: 4px;\n",
       "  border-bottom: solid 1px var(--xr-border-color);\n",
       "}\n",
       "\n",
       ".xr-header > div,\n",
       ".xr-header > ul {\n",
       "  display: inline;\n",
       "  margin-top: 0;\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-obj-type,\n",
       ".xr-array-name {\n",
       "  margin-left: 2px;\n",
       "  margin-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-obj-type {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-sections {\n",
       "  padding-left: 0 !important;\n",
       "  display: grid;\n",
       "  grid-template-columns: 150px auto auto 1fr 20px 20px;\n",
       "}\n",
       "\n",
       ".xr-section-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-section-item input {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-item input + label {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label {\n",
       "  cursor: pointer;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label:hover {\n",
       "  color: var(--xr-font-color0);\n",
       "}\n",
       "\n",
       ".xr-section-summary {\n",
       "  grid-column: 1;\n",
       "  color: var(--xr-font-color2);\n",
       "  font-weight: 500;\n",
       "}\n",
       "\n",
       ".xr-section-summary > span {\n",
       "  display: inline-block;\n",
       "  padding-left: 0.5em;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in + label:before {\n",
       "  display: inline-block;\n",
       "  content: '►';\n",
       "  font-size: 11px;\n",
       "  width: 15px;\n",
       "  text-align: center;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label:before {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label:before {\n",
       "  content: '▼';\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label > span {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-summary,\n",
       ".xr-section-inline-details {\n",
       "  padding-top: 4px;\n",
       "  padding-bottom: 4px;\n",
       "}\n",
       "\n",
       ".xr-section-inline-details {\n",
       "  grid-column: 2 / -1;\n",
       "}\n",
       "\n",
       ".xr-section-details {\n",
       "  display: none;\n",
       "  grid-column: 1 / -1;\n",
       "  margin-bottom: 5px;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked ~ .xr-section-details {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-array-wrap {\n",
       "  grid-column: 1 / -1;\n",
       "  display: grid;\n",
       "  grid-template-columns: 20px auto;\n",
       "}\n",
       "\n",
       ".xr-array-wrap > label {\n",
       "  grid-column: 1;\n",
       "  vertical-align: top;\n",
       "}\n",
       "\n",
       ".xr-preview {\n",
       "  color: var(--xr-font-color3);\n",
       "}\n",
       "\n",
       ".xr-array-preview,\n",
       ".xr-array-data {\n",
       "  padding: 0 5px !important;\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-array-data,\n",
       ".xr-array-in:checked ~ .xr-array-preview {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-array-in:checked ~ .xr-array-data,\n",
       ".xr-array-preview {\n",
       "  display: inline-block;\n",
       "}\n",
       "\n",
       ".xr-dim-list {\n",
       "  display: inline-block !important;\n",
       "  list-style: none;\n",
       "  padding: 0 !important;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list li {\n",
       "  display: inline-block;\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list:before {\n",
       "  content: '(';\n",
       "}\n",
       "\n",
       ".xr-dim-list:after {\n",
       "  content: ')';\n",
       "}\n",
       "\n",
       ".xr-dim-list li:not(:last-child):after {\n",
       "  content: ',';\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-has-index {\n",
       "  font-weight: bold;\n",
       "}\n",
       "\n",
       ".xr-var-list,\n",
       ".xr-var-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-var-item > div,\n",
       ".xr-var-item label,\n",
       ".xr-var-item > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-even);\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-var-item > .xr-var-name:hover span {\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-var-list > li:nth-child(odd) > div,\n",
       ".xr-var-list > li:nth-child(odd) > label,\n",
       ".xr-var-list > li:nth-child(odd) > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-odd);\n",
       "}\n",
       "\n",
       ".xr-var-name {\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-var-dims {\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-var-dtype {\n",
       "  grid-column: 3;\n",
       "  text-align: right;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-preview {\n",
       "  grid-column: 4;\n",
       "}\n",
       "\n",
       ".xr-index-preview {\n",
       "  grid-column: 2 / 5;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-name,\n",
       ".xr-var-dims,\n",
       ".xr-var-dtype,\n",
       ".xr-preview,\n",
       ".xr-attrs dt {\n",
       "  white-space: nowrap;\n",
       "  overflow: hidden;\n",
       "  text-overflow: ellipsis;\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-var-name:hover,\n",
       ".xr-var-dims:hover,\n",
       ".xr-var-dtype:hover,\n",
       ".xr-attrs dt:hover {\n",
       "  overflow: visible;\n",
       "  width: auto;\n",
       "  z-index: 1;\n",
       "}\n",
       "\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  display: none;\n",
       "  background-color: var(--xr-background-color) !important;\n",
       "  padding-bottom: 5px !important;\n",
       "}\n",
       "\n",
       ".xr-var-attrs-in:checked ~ .xr-var-attrs,\n",
       ".xr-var-data-in:checked ~ .xr-var-data,\n",
       ".xr-index-data-in:checked ~ .xr-index-data {\n",
       "  display: block;\n",
       "}\n",
       "\n",
       ".xr-var-data > table {\n",
       "  float: right;\n",
       "}\n",
       "\n",
       ".xr-var-name span,\n",
       ".xr-var-data,\n",
       ".xr-index-name div,\n",
       ".xr-index-data,\n",
       ".xr-attrs {\n",
       "  padding-left: 25px !important;\n",
       "}\n",
       "\n",
       ".xr-attrs,\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  grid-column: 1 / -1;\n",
       "}\n",
       "\n",
       "dl.xr-attrs {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  display: grid;\n",
       "  grid-template-columns: 125px auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt,\n",
       ".xr-attrs dd {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  float: left;\n",
       "  padding-right: 10px;\n",
       "  width: auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt {\n",
       "  font-weight: normal;\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-attrs dt:hover span {\n",
       "  display: inline-block;\n",
       "  background: var(--xr-background-color);\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-attrs dd {\n",
       "  grid-column: 2;\n",
       "  white-space: pre-wrap;\n",
       "  word-break: break-all;\n",
       "}\n",
       "\n",
       ".xr-icon-database,\n",
       ".xr-icon-file-text2,\n",
       ".xr-no-icon {\n",
       "  display: inline-block;\n",
       "  vertical-align: middle;\n",
       "  width: 1em;\n",
       "  height: 1.5em !important;\n",
       "  stroke-width: 0;\n",
       "  stroke: currentColor;\n",
       "  fill: currentColor;\n",
       "}\n",
       "</style><pre class='xr-text-repr-fallback'>&lt;xarray.DatasetView&gt;\n",
       "Dimensions:  ()\n",
       "Data variables:\n",
       "    *empty*</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>doppler</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-6d5357ca-7622-4e17-9d75-477c43e11756' class='xr-section-summary-in' type='checkbox'  ><label for='section-6d5357ca-7622-4e17-9d75-477c43e11756' class='xr-section-summary' >Groups: <span>(2)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><div style='display: inline-grid; grid-template-columns: 100%'><div style='display: inline-grid;'><div style='grid-column-start: 1;border-right: 0.2em solid;border-color: var(--xr-border-color);height: 100%;width: 0px;'></div><div style='grid-column-start: 2;grid-row-start: 1;height: 1em;width: 20px;border-bottom: 0.2em solid;border-color: var(--xr-border-color);'></div><div style='grid-column-start: 3;'><ul class='xr-sections'><div><svg style=\"position: absolute; width: 0; height: 0; overflow: hidden\">\n",
       "<defs>\n",
       "<symbol id=\"icon-database\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "<symbol id=\"icon-file-text2\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "</defs>\n",
       "</svg>\n",
       "<style>/* CSS stylesheet for displaying xarray objects in jupyterlab.\n",
       " *\n",
       " */\n",
       "\n",
       ":root {\n",
       "  --xr-font-color0: var(--jp-content-font-color0, rgba(0, 0, 0, 1));\n",
       "  --xr-font-color2: var(--jp-content-font-color2, rgba(0, 0, 0, 0.54));\n",
       "  --xr-font-color3: var(--jp-content-font-color3, rgba(0, 0, 0, 0.38));\n",
       "  --xr-border-color: var(--jp-border-color2, #e0e0e0);\n",
       "  --xr-disabled-color: var(--jp-layout-color3, #bdbdbd);\n",
       "  --xr-background-color: var(--jp-layout-color0, white);\n",
       "  --xr-background-color-row-even: var(--jp-layout-color1, white);\n",
       "  --xr-background-color-row-odd: var(--jp-layout-color2, #eeeeee);\n",
       "}\n",
       "\n",
       "html[theme=dark],\n",
       "body[data-theme=dark],\n",
       "body.vscode-dark {\n",
       "  --xr-font-color0: rgba(255, 255, 255, 1);\n",
       "  --xr-font-color2: rgba(255, 255, 255, 0.54);\n",
       "  --xr-font-color3: rgba(255, 255, 255, 0.38);\n",
       "  --xr-border-color: #1F1F1F;\n",
       "  --xr-disabled-color: #515151;\n",
       "  --xr-background-color: #111111;\n",
       "  --xr-background-color-row-even: #111111;\n",
       "  --xr-background-color-row-odd: #313131;\n",
       "}\n",
       "\n",
       ".xr-wrap {\n",
       "  display: block !important;\n",
       "  min-width: 300px;\n",
       "  max-width: 700px;\n",
       "}\n",
       "\n",
       ".xr-text-repr-fallback {\n",
       "  /* fallback to plain text repr when CSS is not injected (untrusted notebook) */\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-header {\n",
       "  padding-top: 6px;\n",
       "  padding-bottom: 6px;\n",
       "  margin-bottom: 4px;\n",
       "  border-bottom: solid 1px var(--xr-border-color);\n",
       "}\n",
       "\n",
       ".xr-header > div,\n",
       ".xr-header > ul {\n",
       "  display: inline;\n",
       "  margin-top: 0;\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-obj-type,\n",
       ".xr-array-name {\n",
       "  margin-left: 2px;\n",
       "  margin-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-obj-type {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-sections {\n",
       "  padding-left: 0 !important;\n",
       "  display: grid;\n",
       "  grid-template-columns: 150px auto auto 1fr 20px 20px;\n",
       "}\n",
       "\n",
       ".xr-section-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-section-item input {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-item input + label {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label {\n",
       "  cursor: pointer;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label:hover {\n",
       "  color: var(--xr-font-color0);\n",
       "}\n",
       "\n",
       ".xr-section-summary {\n",
       "  grid-column: 1;\n",
       "  color: var(--xr-font-color2);\n",
       "  font-weight: 500;\n",
       "}\n",
       "\n",
       ".xr-section-summary > span {\n",
       "  display: inline-block;\n",
       "  padding-left: 0.5em;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in + label:before {\n",
       "  display: inline-block;\n",
       "  content: '►';\n",
       "  font-size: 11px;\n",
       "  width: 15px;\n",
       "  text-align: center;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label:before {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label:before {\n",
       "  content: '▼';\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label > span {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-summary,\n",
       ".xr-section-inline-details {\n",
       "  padding-top: 4px;\n",
       "  padding-bottom: 4px;\n",
       "}\n",
       "\n",
       ".xr-section-inline-details {\n",
       "  grid-column: 2 / -1;\n",
       "}\n",
       "\n",
       ".xr-section-details {\n",
       "  display: none;\n",
       "  grid-column: 1 / -1;\n",
       "  margin-bottom: 5px;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked ~ .xr-section-details {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-array-wrap {\n",
       "  grid-column: 1 / -1;\n",
       "  display: grid;\n",
       "  grid-template-columns: 20px auto;\n",
       "}\n",
       "\n",
       ".xr-array-wrap > label {\n",
       "  grid-column: 1;\n",
       "  vertical-align: top;\n",
       "}\n",
       "\n",
       ".xr-preview {\n",
       "  color: var(--xr-font-color3);\n",
       "}\n",
       "\n",
       ".xr-array-preview,\n",
       ".xr-array-data {\n",
       "  padding: 0 5px !important;\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-array-data,\n",
       ".xr-array-in:checked ~ .xr-array-preview {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-array-in:checked ~ .xr-array-data,\n",
       ".xr-array-preview {\n",
       "  display: inline-block;\n",
       "}\n",
       "\n",
       ".xr-dim-list {\n",
       "  display: inline-block !important;\n",
       "  list-style: none;\n",
       "  padding: 0 !important;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list li {\n",
       "  display: inline-block;\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list:before {\n",
       "  content: '(';\n",
       "}\n",
       "\n",
       ".xr-dim-list:after {\n",
       "  content: ')';\n",
       "}\n",
       "\n",
       ".xr-dim-list li:not(:last-child):after {\n",
       "  content: ',';\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-has-index {\n",
       "  font-weight: bold;\n",
       "}\n",
       "\n",
       ".xr-var-list,\n",
       ".xr-var-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-var-item > div,\n",
       ".xr-var-item label,\n",
       ".xr-var-item > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-even);\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-var-item > .xr-var-name:hover span {\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-var-list > li:nth-child(odd) > div,\n",
       ".xr-var-list > li:nth-child(odd) > label,\n",
       ".xr-var-list > li:nth-child(odd) > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-odd);\n",
       "}\n",
       "\n",
       ".xr-var-name {\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-var-dims {\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-var-dtype {\n",
       "  grid-column: 3;\n",
       "  text-align: right;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-preview {\n",
       "  grid-column: 4;\n",
       "}\n",
       "\n",
       ".xr-index-preview {\n",
       "  grid-column: 2 / 5;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-name,\n",
       ".xr-var-dims,\n",
       ".xr-var-dtype,\n",
       ".xr-preview,\n",
       ".xr-attrs dt {\n",
       "  white-space: nowrap;\n",
       "  overflow: hidden;\n",
       "  text-overflow: ellipsis;\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-var-name:hover,\n",
       ".xr-var-dims:hover,\n",
       ".xr-var-dtype:hover,\n",
       ".xr-attrs dt:hover {\n",
       "  overflow: visible;\n",
       "  width: auto;\n",
       "  z-index: 1;\n",
       "}\n",
       "\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  display: none;\n",
       "  background-color: var(--xr-background-color) !important;\n",
       "  padding-bottom: 5px !important;\n",
       "}\n",
       "\n",
       ".xr-var-attrs-in:checked ~ .xr-var-attrs,\n",
       ".xr-var-data-in:checked ~ .xr-var-data,\n",
       ".xr-index-data-in:checked ~ .xr-index-data {\n",
       "  display: block;\n",
       "}\n",
       "\n",
       ".xr-var-data > table {\n",
       "  float: right;\n",
       "}\n",
       "\n",
       ".xr-var-name span,\n",
       ".xr-var-data,\n",
       ".xr-index-name div,\n",
       ".xr-index-data,\n",
       ".xr-attrs {\n",
       "  padding-left: 25px !important;\n",
       "}\n",
       "\n",
       ".xr-attrs,\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  grid-column: 1 / -1;\n",
       "}\n",
       "\n",
       "dl.xr-attrs {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  display: grid;\n",
       "  grid-template-columns: 125px auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt,\n",
       ".xr-attrs dd {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  float: left;\n",
       "  padding-right: 10px;\n",
       "  width: auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt {\n",
       "  font-weight: normal;\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-attrs dt:hover span {\n",
       "  display: inline-block;\n",
       "  background: var(--xr-background-color);\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-attrs dd {\n",
       "  grid-column: 2;\n",
       "  white-space: pre-wrap;\n",
       "  word-break: break-all;\n",
       "}\n",
       "\n",
       ".xr-icon-database,\n",
       ".xr-icon-file-text2,\n",
       ".xr-no-icon {\n",
       "  display: inline-block;\n",
       "  vertical-align: middle;\n",
       "  width: 1em;\n",
       "  height: 1.5em !important;\n",
       "  stroke-width: 0;\n",
       "  stroke: currentColor;\n",
       "  fill: currentColor;\n",
       "}\n",
       "</style><pre class='xr-text-repr-fallback'>&lt;xarray.DatasetView&gt;\n",
       "Dimensions:                          (timeOfDopplerCentroidEstimate: 6,\n",
       "                                      n-Coefficients: 5)\n",
       "Coordinates:\n",
       "  * timeOfDopplerCentroidEstimate    (timeOfDopplerCentroidEstimate) datetime64[ns] ...\n",
       "  * n-Coefficients                   (n-Coefficients) int64 0 1 2 3 4\n",
       "Data variables:\n",
       "    dopplerAmbiguity                 (timeOfDopplerCentroidEstimate) int64 0 ...\n",
       "    dopplerAmbiguityConfidence       (timeOfDopplerCentroidEstimate) float64 ...\n",
       "    dopplerCentroidReferenceTime     (timeOfDopplerCentroidEstimate) float64 ...\n",
       "    dopplerCentroidPolynomialPeriod  (timeOfDopplerCentroidEstimate) float64 ...\n",
       "    dopplerCentroidCoefficients      (timeOfDopplerCentroidEstimate, n-Coefficients) float64 ...\n",
       "    dopplerCentroidConfidence        (timeOfDopplerCentroidEstimate) float64 ...\n",
       "Attributes:\n",
       "    Description:  Doppler Centroid Data Store</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>dopplerCentroid</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-f1b4c421-5436-47c4-adf7-0c314e9b2112' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-f1b4c421-5436-47c4-adf7-0c314e9b2112' class='xr-section-summary'  title='Expand/collapse section'>Groups: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><div style='display: inline-grid; grid-template-columns: 100%'></div></div></li><li class='xr-section-item'><input id='section-2a959d49-b592-4a2f-94f7-5a77684ec982' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-2a959d49-b592-4a2f-94f7-5a77684ec982' 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'>timeOfDopplerCentroidEstimate</span>: 6</li><li><span class='xr-has-index'>n-Coefficients</span>: 5</li></ul></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-1e53e036-e775-454f-9569-7825713c3193' class='xr-section-summary-in' type='checkbox'  checked><label for='section-1e53e036-e775-454f-9569-7825713c3193' class='xr-section-summary' >Coordinates: <span>(2)</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'>timeOfDopplerCentroidEstimate</span></div><div class='xr-var-dims'>(timeOfDopplerCentroidEstimate)</div><div class='xr-var-dtype'>datetime64[ns]</div><div class='xr-var-preview xr-preview'>2020-08-21T13:33:00.078000 ... 2...</div><input id='attrs-027253dd-73ce-4403-98a9-9fa6276fd51b' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-027253dd-73ce-4403-98a9-9fa6276fd51b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-18923c4b-44e8-4d5f-aa90-f150a5943766' class='xr-var-data-in' type='checkbox'><label for='data-18923c4b-44e8-4d5f-aa90-f150a5943766' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></dl></div><div class='xr-var-data'><pre>array([&#x27;2020-08-21T13:33:00.078000000&#x27;, &#x27;2020-08-21T13:33:14.905482000&#x27;,\n",
       "       &#x27;2020-08-21T13:33:29.732964000&#x27;, &#x27;2020-08-21T13:33:44.560445000&#x27;,\n",
       "       &#x27;2020-08-21T13:33:59.387929000&#x27;, &#x27;2020-08-21T13:34:14.215413000&#x27;],\n",
       "      dtype=&#x27;datetime64[ns]&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>n-Coefficients</span></div><div class='xr-var-dims'>(n-Coefficients)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>0 1 2 3 4</div><input id='attrs-ca855d34-bb92-48ed-ad95-4e88020bc0f8' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-ca855d34-bb92-48ed-ad95-4e88020bc0f8' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-7dc2be86-0a2d-4d9d-9e5f-831ca5f9511d' class='xr-var-data-in' type='checkbox'><label for='data-7dc2be86-0a2d-4d9d-9e5f-831ca5f9511d' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></dl></div><div class='xr-var-data'><pre>array([0, 1, 2, 3, 4])</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-3822a22b-1575-4b8d-89fc-a87076e3474a' class='xr-section-summary-in' type='checkbox'  checked><label for='section-3822a22b-1575-4b8d-89fc-a87076e3474a' class='xr-section-summary' >Data variables: <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>dopplerAmbiguity</span></div><div class='xr-var-dims'>(timeOfDopplerCentroidEstimate)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>0 0 0 0 0 0</div><input id='attrs-8956f9f6-c97f-4ed1-9db8-e1aca908f2b5' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-8956f9f6-c97f-4ed1-9db8-e1aca908f2b5' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-5b758b78-f0cd-43a6-95e9-edc8021de6f0' class='xr-var-data-in' type='checkbox'><label for='data-5b758b78-f0cd-43a6-95e9-edc8021de6f0' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/imageGenerationParameters/dopplerCentroid/dopplerAmbiguity</dd><dt><span>Description :</span></dt><dd>Doppler ambiguity number used during processing</dd></dl></div><div class='xr-var-data'><pre>array([0, 0, 0, 0, 0, 0])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>dopplerAmbiguityConfidence</span></div><div class='xr-var-dims'>(timeOfDopplerCentroidEstimate)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.9977 0.9977 ... 0.9977 0.9977</div><input id='attrs-f40686e5-4863-4a43-9fd4-b7aaa8f57726' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f40686e5-4863-4a43-9fd4-b7aaa8f57726' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-ba56b117-1b51-4ecf-a5f0-faa54d7f8d21' class='xr-var-data-in' type='checkbox'><label for='data-ba56b117-1b51-4ecf-a5f0-faa54d7f8d21' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/imageGenerationParameters/dopplerCentroid/dopplerAmbiguityConfidence</dd><dt><span>Description :</span></dt><dd>Doppler ambiguity confidence estimate.Range from 0.0 (no confidence) to 1.0 (highest confidence)</dd></dl></div><div class='xr-var-data'><pre>array([0.99767178, 0.99767178, 0.99767178, 0.99767178, 0.99767178,\n",
       "       0.99767178])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>dopplerCentroidReferenceTime</span></div><div class='xr-var-dims'>(timeOfDopplerCentroidEstimate)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.005571 0.005571 ... 0.005571</div><input id='attrs-0e09ba37-099b-407a-90e1-81ec4bafe866' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0e09ba37-099b-407a-90e1-81ec4bafe866' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-c1827577-ed16-4b6f-9ddc-c60d9e305802' class='xr-var-data-in' type='checkbox'><label for='data-c1827577-ed16-4b6f-9ddc-c60d9e305802' title='Show/Hide data repr'><svg 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>xpath :</span></dt><dd>/product/imageGenerationParameters/dopplerCentroid/dopplerCentroidReferenceTime</dd><dt><span>Description :</span></dt><dd>2-way slant range time used as reference in Doppler Centroid  polynomial calculation (t0) (units = s)</dd></dl></div><div class='xr-var-data'><pre>array([0.00557096, 0.00557096, 0.00557096, 0.00557096, 0.00557096,\n",
       "       0.00557096])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>dopplerCentroidPolynomialPeriod</span></div><div class='xr-var-dims'>(timeOfDopplerCentroidEstimate)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.00202 0.00202 ... 0.00202 0.00202</div><input id='attrs-7200ab4b-352b-4bec-9ade-c43b91a75848' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-7200ab4b-352b-4bec-9ade-c43b91a75848' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-8aceee04-f2c7-4c6a-a69a-9e277fa2c7c5' class='xr-var-data-in' type='checkbox'><label for='data-8aceee04-f2c7-4c6a-a69a-9e277fa2c7c5' title='Show/Hide data repr'><svg 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>xpath :</span></dt><dd>/product/imageGenerationParameters/dopplerCentroid/dopplerCentroidPolynomialPeriod</dd><dt><span>Description :</span></dt><dd>Approximate 2-way slant range time period in seconds corresponding to the slant range swath width. This is the period over which the Doppler centroid polynomial is valid, measured from Doppler centroid reference  time (t0). For ScanSAR, this is the time corresponding to the full combined swath width.(units = s).</dd></dl></div><div class='xr-var-data'><pre>array([0.00201974, 0.00201974, 0.00201974, 0.00201974, 0.00201974,\n",
       "       0.00201974])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>dopplerCentroidCoefficients</span></div><div class='xr-var-dims'>(timeOfDopplerCentroidEstimate, n-Coefficients)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-285.6 1.378e+05 ... -9.349e+13</div><input id='attrs-ab455609-40d3-4dbe-a148-c9c325bd08bf' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ab455609-40d3-4dbe-a148-c9c325bd08bf' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b43548de-7e2f-4a05-b8f5-a143cb277adf' class='xr-var-data-in' type='checkbox'><label for='data-b43548de-7e2f-4a05-b8f5-a143cb277adf' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/imageGenerationParameters/dopplerCentroid/dopplerCentroidCoefficients</dd><dt><span>Description :</span></dt><dd>List of up to 5 Doppler Centroid coefficients d0, d1, d2, d3, and d4 as a function of slant range timetSR where the Doppler Centroid frequency used in processing in Hz = d0 + d1(tSR - t0) + d2(tSR-t0)^2 + d3(tSR-t0)^3 + d4(tSR-t0)^4</dd></dl></div><div class='xr-var-data'><pre>array([[-2.85575806e+02,  1.37831453e+05, -1.21193000e+08,\n",
       "         3.94997391e+10, -1.34915005e+12],\n",
       "       [-2.80333588e+02,  1.26907000e+05, -1.31823800e+08,\n",
       "         5.58269604e+10, -6.69678620e+12],\n",
       "       [-2.76706696e+02,  8.77571250e+04, -8.25159280e+07,\n",
       "         4.22429491e+10, -7.64669277e+12],\n",
       "       [-2.81461395e+02,  1.16822062e+05, -1.41468000e+08,\n",
       "         7.32061614e+10, -1.17599602e+13],\n",
       "       [-2.84597290e+02,  1.51054047e+05, -2.16231808e+08,\n",
       "         1.39377295e+11, -2.94232900e+13],\n",
       "       [-3.56742188e+02,  4.78471906e+05, -6.84912512e+08,\n",
       "         4.27556504e+11, -9.34918415e+13]])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>dopplerCentroidConfidence</span></div><div class='xr-var-dims'>(timeOfDopplerCentroidEstimate)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.9977 0.9977 ... 0.9965 0.9934</div><input id='attrs-fae2721d-3945-4934-871b-7a68cc3e8d3e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-fae2721d-3945-4934-871b-7a68cc3e8d3e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f9be3d78-b5ed-4fb7-bb1f-a98ca3d2cc3c' class='xr-var-data-in' type='checkbox'><label for='data-f9be3d78-b5ed-4fb7-bb1f-a98ca3d2cc3c' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/imageGenerationParameters/dopplerCentroid/dopplerCentroidConfidence</dd><dt><span>Description :</span></dt><dd>Doppler Centroid confidence estimate.Range from 0.0 (no confidence) to 1.0 (highest confidence)</dd></dl></div><div class='xr-var-data'><pre>array([0.99767178, 0.99773097, 0.99749231, 0.99723858, 0.99646318,\n",
       "       0.99338239])</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-f2e4257a-cd9d-435b-ad3c-45aae9ec527c' class='xr-section-summary-in' type='checkbox'  checked><label for='section-f2e4257a-cd9d-435b-ad3c-45aae9ec527c' class='xr-section-summary' >Attributes: <span>(1)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><dl class='xr-attrs'><dt><span>Description :</span></dt><dd>Doppler Centroid Data Store</dd></dl></div></li></ul></div></div></ul></div></div><div style='display: inline-grid;'><div style='grid-column-start: 1;border-right: 0.2em solid;border-color: var(--xr-border-color);height: 1.2em;width: 0px;'></div><div style='grid-column-start: 2;grid-row-start: 1;height: 1em;width: 20px;border-bottom: 0.2em solid;border-color: var(--xr-border-color);'></div><div style='grid-column-start: 3;'><ul class='xr-sections'><div><svg style=\"position: absolute; width: 0; height: 0; overflow: hidden\">\n",
       "<defs>\n",
       "<symbol id=\"icon-database\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "<symbol id=\"icon-file-text2\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "</defs>\n",
       "</svg>\n",
       "<style>/* CSS stylesheet for displaying xarray objects in jupyterlab.\n",
       " *\n",
       " */\n",
       "\n",
       ":root {\n",
       "  --xr-font-color0: var(--jp-content-font-color0, rgba(0, 0, 0, 1));\n",
       "  --xr-font-color2: var(--jp-content-font-color2, rgba(0, 0, 0, 0.54));\n",
       "  --xr-font-color3: var(--jp-content-font-color3, rgba(0, 0, 0, 0.38));\n",
       "  --xr-border-color: var(--jp-border-color2, #e0e0e0);\n",
       "  --xr-disabled-color: var(--jp-layout-color3, #bdbdbd);\n",
       "  --xr-background-color: var(--jp-layout-color0, white);\n",
       "  --xr-background-color-row-even: var(--jp-layout-color1, white);\n",
       "  --xr-background-color-row-odd: var(--jp-layout-color2, #eeeeee);\n",
       "}\n",
       "\n",
       "html[theme=dark],\n",
       "body[data-theme=dark],\n",
       "body.vscode-dark {\n",
       "  --xr-font-color0: rgba(255, 255, 255, 1);\n",
       "  --xr-font-color2: rgba(255, 255, 255, 0.54);\n",
       "  --xr-font-color3: rgba(255, 255, 255, 0.38);\n",
       "  --xr-border-color: #1F1F1F;\n",
       "  --xr-disabled-color: #515151;\n",
       "  --xr-background-color: #111111;\n",
       "  --xr-background-color-row-even: #111111;\n",
       "  --xr-background-color-row-odd: #313131;\n",
       "}\n",
       "\n",
       ".xr-wrap {\n",
       "  display: block !important;\n",
       "  min-width: 300px;\n",
       "  max-width: 700px;\n",
       "}\n",
       "\n",
       ".xr-text-repr-fallback {\n",
       "  /* fallback to plain text repr when CSS is not injected (untrusted notebook) */\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-header {\n",
       "  padding-top: 6px;\n",
       "  padding-bottom: 6px;\n",
       "  margin-bottom: 4px;\n",
       "  border-bottom: solid 1px var(--xr-border-color);\n",
       "}\n",
       "\n",
       ".xr-header > div,\n",
       ".xr-header > ul {\n",
       "  display: inline;\n",
       "  margin-top: 0;\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-obj-type,\n",
       ".xr-array-name {\n",
       "  margin-left: 2px;\n",
       "  margin-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-obj-type {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-sections {\n",
       "  padding-left: 0 !important;\n",
       "  display: grid;\n",
       "  grid-template-columns: 150px auto auto 1fr 20px 20px;\n",
       "}\n",
       "\n",
       ".xr-section-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-section-item input {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-item input + label {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label {\n",
       "  cursor: pointer;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label:hover {\n",
       "  color: var(--xr-font-color0);\n",
       "}\n",
       "\n",
       ".xr-section-summary {\n",
       "  grid-column: 1;\n",
       "  color: var(--xr-font-color2);\n",
       "  font-weight: 500;\n",
       "}\n",
       "\n",
       ".xr-section-summary > span {\n",
       "  display: inline-block;\n",
       "  padding-left: 0.5em;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in + label:before {\n",
       "  display: inline-block;\n",
       "  content: '►';\n",
       "  font-size: 11px;\n",
       "  width: 15px;\n",
       "  text-align: center;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label:before {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label:before {\n",
       "  content: '▼';\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label > span {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-summary,\n",
       ".xr-section-inline-details {\n",
       "  padding-top: 4px;\n",
       "  padding-bottom: 4px;\n",
       "}\n",
       "\n",
       ".xr-section-inline-details {\n",
       "  grid-column: 2 / -1;\n",
       "}\n",
       "\n",
       ".xr-section-details {\n",
       "  display: none;\n",
       "  grid-column: 1 / -1;\n",
       "  margin-bottom: 5px;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked ~ .xr-section-details {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-array-wrap {\n",
       "  grid-column: 1 / -1;\n",
       "  display: grid;\n",
       "  grid-template-columns: 20px auto;\n",
       "}\n",
       "\n",
       ".xr-array-wrap > label {\n",
       "  grid-column: 1;\n",
       "  vertical-align: top;\n",
       "}\n",
       "\n",
       ".xr-preview {\n",
       "  color: var(--xr-font-color3);\n",
       "}\n",
       "\n",
       ".xr-array-preview,\n",
       ".xr-array-data {\n",
       "  padding: 0 5px !important;\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-array-data,\n",
       ".xr-array-in:checked ~ .xr-array-preview {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-array-in:checked ~ .xr-array-data,\n",
       ".xr-array-preview {\n",
       "  display: inline-block;\n",
       "}\n",
       "\n",
       ".xr-dim-list {\n",
       "  display: inline-block !important;\n",
       "  list-style: none;\n",
       "  padding: 0 !important;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list li {\n",
       "  display: inline-block;\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list:before {\n",
       "  content: '(';\n",
       "}\n",
       "\n",
       ".xr-dim-list:after {\n",
       "  content: ')';\n",
       "}\n",
       "\n",
       ".xr-dim-list li:not(:last-child):after {\n",
       "  content: ',';\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-has-index {\n",
       "  font-weight: bold;\n",
       "}\n",
       "\n",
       ".xr-var-list,\n",
       ".xr-var-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-var-item > div,\n",
       ".xr-var-item label,\n",
       ".xr-var-item > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-even);\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-var-item > .xr-var-name:hover span {\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-var-list > li:nth-child(odd) > div,\n",
       ".xr-var-list > li:nth-child(odd) > label,\n",
       ".xr-var-list > li:nth-child(odd) > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-odd);\n",
       "}\n",
       "\n",
       ".xr-var-name {\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-var-dims {\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-var-dtype {\n",
       "  grid-column: 3;\n",
       "  text-align: right;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-preview {\n",
       "  grid-column: 4;\n",
       "}\n",
       "\n",
       ".xr-index-preview {\n",
       "  grid-column: 2 / 5;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-name,\n",
       ".xr-var-dims,\n",
       ".xr-var-dtype,\n",
       ".xr-preview,\n",
       ".xr-attrs dt {\n",
       "  white-space: nowrap;\n",
       "  overflow: hidden;\n",
       "  text-overflow: ellipsis;\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-var-name:hover,\n",
       ".xr-var-dims:hover,\n",
       ".xr-var-dtype:hover,\n",
       ".xr-attrs dt:hover {\n",
       "  overflow: visible;\n",
       "  width: auto;\n",
       "  z-index: 1;\n",
       "}\n",
       "\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  display: none;\n",
       "  background-color: var(--xr-background-color) !important;\n",
       "  padding-bottom: 5px !important;\n",
       "}\n",
       "\n",
       ".xr-var-attrs-in:checked ~ .xr-var-attrs,\n",
       ".xr-var-data-in:checked ~ .xr-var-data,\n",
       ".xr-index-data-in:checked ~ .xr-index-data {\n",
       "  display: block;\n",
       "}\n",
       "\n",
       ".xr-var-data > table {\n",
       "  float: right;\n",
       "}\n",
       "\n",
       ".xr-var-name span,\n",
       ".xr-var-data,\n",
       ".xr-index-name div,\n",
       ".xr-index-data,\n",
       ".xr-attrs {\n",
       "  padding-left: 25px !important;\n",
       "}\n",
       "\n",
       ".xr-attrs,\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  grid-column: 1 / -1;\n",
       "}\n",
       "\n",
       "dl.xr-attrs {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  display: grid;\n",
       "  grid-template-columns: 125px auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt,\n",
       ".xr-attrs dd {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  float: left;\n",
       "  padding-right: 10px;\n",
       "  width: auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt {\n",
       "  font-weight: normal;\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-attrs dt:hover span {\n",
       "  display: inline-block;\n",
       "  background: var(--xr-background-color);\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-attrs dd {\n",
       "  grid-column: 2;\n",
       "  white-space: pre-wrap;\n",
       "  word-break: break-all;\n",
       "}\n",
       "\n",
       ".xr-icon-database,\n",
       ".xr-icon-file-text2,\n",
       ".xr-no-icon {\n",
       "  display: inline-block;\n",
       "  vertical-align: middle;\n",
       "  width: 1em;\n",
       "  height: 1.5em !important;\n",
       "  stroke-width: 0;\n",
       "  stroke: currentColor;\n",
       "  fill: currentColor;\n",
       "}\n",
       "</style><pre class='xr-text-repr-fallback'>&lt;xarray.DatasetView&gt;\n",
       "Dimensions:                   (dopplerRateReferenceTime: 1,\n",
       "                               n-RateValuesCoefficients: 3)\n",
       "Coordinates:\n",
       "  * dopplerRateReferenceTime  (dopplerRateReferenceTime) float64 0.005571\n",
       "  * n-RateValuesCoefficients  (n-RateValuesCoefficients) int64 0 1 2\n",
       "Data variables:\n",
       "    dopplerRateValues         (dopplerRateReferenceTime, n-RateValuesCoefficients) float64 ...\n",
       "Attributes:\n",
       "    Description:  Doppler Rate Values Data Store.</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>dopplerRateValues</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-cfb439ff-d4fb-4324-ac28-a58b92b25923' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-cfb439ff-d4fb-4324-ac28-a58b92b25923' class='xr-section-summary'  title='Expand/collapse section'>Groups: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><div style='display: inline-grid; grid-template-columns: 100%'></div></div></li><li class='xr-section-item'><input id='section-cc84992d-50ff-4f3d-b104-0f98d4c7ae07' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-cc84992d-50ff-4f3d-b104-0f98d4c7ae07' 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'>dopplerRateReferenceTime</span>: 1</li><li><span class='xr-has-index'>n-RateValuesCoefficients</span>: 3</li></ul></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-9b448a83-811e-44b6-81af-56c0d146fb86' class='xr-section-summary-in' type='checkbox'  checked><label for='section-9b448a83-811e-44b6-81af-56c0d146fb86' class='xr-section-summary' >Coordinates: <span>(2)</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'>dopplerRateReferenceTime</span></div><div class='xr-var-dims'>(dopplerRateReferenceTime)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.005571</div><input id='attrs-fb0cd2b1-73d3-4050-b57a-7565124e54d0' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-fb0cd2b1-73d3-4050-b57a-7565124e54d0' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-abe15c99-4632-4258-8a3f-3d8c5b626427' class='xr-var-data-in' type='checkbox'><label for='data-abe15c99-4632-4258-8a3f-3d8c5b626427' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></dl></div><div class='xr-var-data'><pre>array([0.005571])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>n-RateValuesCoefficients</span></div><div class='xr-var-dims'>(n-RateValuesCoefficients)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>0 1 2</div><input id='attrs-69cad315-0b93-451a-ac42-21fd6d7ebfb0' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-69cad315-0b93-451a-ac42-21fd6d7ebfb0' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-10af65ed-f4e3-4334-88a5-6d64d80a2ca6' class='xr-var-data-in' type='checkbox'><label for='data-10af65ed-f4e3-4334-88a5-6d64d80a2ca6' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></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-f5dee67a-81ec-4adb-a38c-3da892dfa4d4' class='xr-section-summary-in' type='checkbox'  checked><label for='section-f5dee67a-81ec-4adb-a38c-3da892dfa4d4' class='xr-section-summary' >Data variables: <span>(1)</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>dopplerRateValues</span></div><div class='xr-var-dims'>(dopplerRateReferenceTime, n-RateValuesCoefficients)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-2.174e+03 3.742e+05 -4.152e+07</div><input id='attrs-a69b81b1-3fbe-495a-8051-8947c12489dd' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-a69b81b1-3fbe-495a-8051-8947c12489dd' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1ef6e12f-1b64-464d-b251-a752fdf9eaa6' class='xr-var-data-in' type='checkbox'><label for='data-1ef6e12f-1b64-464d-b251-a752fdf9eaa6' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>RateReferenceTime units :</span></dt><dd>s</dd><dt><span>dopplerRateReferenceTime_xpath :</span></dt><dd>/product/imageGenerationParameters/dopplerRateValues/dopplerRateReferenceTime</dd><dt><span>dopplerRateValuesCoefficients_xpath :</span></dt><dd>/product/imageGenerationParameters/dopplerRateValues/dopplerRateValuesCoefficients</dd><dt><span>Description :</span></dt><dd>List of up to 5 Doppler rate values coefficients r0, r1, r2, r3, and r4 as a function of slant range time tSR where the Doppler frequency rate (in Hz per second of zero Doppler time) = r0 + r1(tSR - t0) + r2(tSR-t0)^2 + r3(tSR-t0)^3 + r4(tSR-t0)^4</dd></dl></div><div class='xr-var-data'><pre>array([[-2.17426709e+03,  3.74150500e+05, -4.15207000e+07]])</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-4f0b46a9-4372-4c40-b168-cf242b57287c' class='xr-section-summary-in' type='checkbox'  checked><label for='section-4f0b46a9-4372-4c40-b168-cf242b57287c' class='xr-section-summary' >Attributes: <span>(1)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><dl class='xr-attrs'><dt><span>Description :</span></dt><dd>Doppler Rate Values Data Store.</dd></dl></div></li></ul></div></div></ul></div></div></div></div></li><li class='xr-section-item'><input id='section-ba15b424-2801-4bc5-84ea-91181f932601' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-ba15b424-2801-4bc5-84ea-91181f932601' class='xr-section-summary'  title='Expand/collapse section'>Dimensions:</label><div class='xr-section-inline-details'></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-f5dbaa01-f098-48a6-adc8-3172c318db2d' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-f5dbaa01-f098-48a6-adc8-3172c318db2d' class='xr-section-summary'  title='Expand/collapse section'>Coordinates: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'></ul></div></li><li class='xr-section-item'><input id='section-abc09f3b-4fc2-46e2-af55-e39e1c9f1316' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-abc09f3b-4fc2-46e2-af55-e39e1c9f1316' class='xr-section-summary'  title='Expand/collapse section'>Data variables: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'></ul></div></li><li class='xr-section-item'><input id='section-68299561-4058-42f6-be18-1186f18754a2' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-68299561-4058-42f6-be18-1186f18754a2' class='xr-section-summary'  title='Expand/collapse section'>Attributes: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><dl class='xr-attrs'></dl></div></li></ul></div></div></ul></div></div><div style='display: inline-grid;'><div style='grid-column-start: 1;border-right: 0.2em solid;border-color: var(--xr-border-color);height: 1.2em;width: 0px;'></div><div style='grid-column-start: 2;grid-row-start: 1;height: 1em;width: 20px;border-bottom: 0.2em solid;border-color: var(--xr-border-color);'></div><div style='grid-column-start: 3;'><ul class='xr-sections'><div><svg style=\"position: absolute; width: 0; height: 0; overflow: hidden\">\n",
       "<defs>\n",
       "<symbol id=\"icon-database\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "<symbol id=\"icon-file-text2\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "</defs>\n",
       "</svg>\n",
       "<style>/* CSS stylesheet for displaying xarray objects in jupyterlab.\n",
       " *\n",
       " */\n",
       "\n",
       ":root {\n",
       "  --xr-font-color0: var(--jp-content-font-color0, rgba(0, 0, 0, 1));\n",
       "  --xr-font-color2: var(--jp-content-font-color2, rgba(0, 0, 0, 0.54));\n",
       "  --xr-font-color3: var(--jp-content-font-color3, rgba(0, 0, 0, 0.38));\n",
       "  --xr-border-color: var(--jp-border-color2, #e0e0e0);\n",
       "  --xr-disabled-color: var(--jp-layout-color3, #bdbdbd);\n",
       "  --xr-background-color: var(--jp-layout-color0, white);\n",
       "  --xr-background-color-row-even: var(--jp-layout-color1, white);\n",
       "  --xr-background-color-row-odd: var(--jp-layout-color2, #eeeeee);\n",
       "}\n",
       "\n",
       "html[theme=dark],\n",
       "body[data-theme=dark],\n",
       "body.vscode-dark {\n",
       "  --xr-font-color0: rgba(255, 255, 255, 1);\n",
       "  --xr-font-color2: rgba(255, 255, 255, 0.54);\n",
       "  --xr-font-color3: rgba(255, 255, 255, 0.38);\n",
       "  --xr-border-color: #1F1F1F;\n",
       "  --xr-disabled-color: #515151;\n",
       "  --xr-background-color: #111111;\n",
       "  --xr-background-color-row-even: #111111;\n",
       "  --xr-background-color-row-odd: #313131;\n",
       "}\n",
       "\n",
       ".xr-wrap {\n",
       "  display: block !important;\n",
       "  min-width: 300px;\n",
       "  max-width: 700px;\n",
       "}\n",
       "\n",
       ".xr-text-repr-fallback {\n",
       "  /* fallback to plain text repr when CSS is not injected (untrusted notebook) */\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-header {\n",
       "  padding-top: 6px;\n",
       "  padding-bottom: 6px;\n",
       "  margin-bottom: 4px;\n",
       "  border-bottom: solid 1px var(--xr-border-color);\n",
       "}\n",
       "\n",
       ".xr-header > div,\n",
       ".xr-header > ul {\n",
       "  display: inline;\n",
       "  margin-top: 0;\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-obj-type,\n",
       ".xr-array-name {\n",
       "  margin-left: 2px;\n",
       "  margin-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-obj-type {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-sections {\n",
       "  padding-left: 0 !important;\n",
       "  display: grid;\n",
       "  grid-template-columns: 150px auto auto 1fr 20px 20px;\n",
       "}\n",
       "\n",
       ".xr-section-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-section-item input {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-item input + label {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label {\n",
       "  cursor: pointer;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label:hover {\n",
       "  color: var(--xr-font-color0);\n",
       "}\n",
       "\n",
       ".xr-section-summary {\n",
       "  grid-column: 1;\n",
       "  color: var(--xr-font-color2);\n",
       "  font-weight: 500;\n",
       "}\n",
       "\n",
       ".xr-section-summary > span {\n",
       "  display: inline-block;\n",
       "  padding-left: 0.5em;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in + label:before {\n",
       "  display: inline-block;\n",
       "  content: '►';\n",
       "  font-size: 11px;\n",
       "  width: 15px;\n",
       "  text-align: center;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label:before {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label:before {\n",
       "  content: '▼';\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label > span {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-summary,\n",
       ".xr-section-inline-details {\n",
       "  padding-top: 4px;\n",
       "  padding-bottom: 4px;\n",
       "}\n",
       "\n",
       ".xr-section-inline-details {\n",
       "  grid-column: 2 / -1;\n",
       "}\n",
       "\n",
       ".xr-section-details {\n",
       "  display: none;\n",
       "  grid-column: 1 / -1;\n",
       "  margin-bottom: 5px;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked ~ .xr-section-details {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-array-wrap {\n",
       "  grid-column: 1 / -1;\n",
       "  display: grid;\n",
       "  grid-template-columns: 20px auto;\n",
       "}\n",
       "\n",
       ".xr-array-wrap > label {\n",
       "  grid-column: 1;\n",
       "  vertical-align: top;\n",
       "}\n",
       "\n",
       ".xr-preview {\n",
       "  color: var(--xr-font-color3);\n",
       "}\n",
       "\n",
       ".xr-array-preview,\n",
       ".xr-array-data {\n",
       "  padding: 0 5px !important;\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-array-data,\n",
       ".xr-array-in:checked ~ .xr-array-preview {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-array-in:checked ~ .xr-array-data,\n",
       ".xr-array-preview {\n",
       "  display: inline-block;\n",
       "}\n",
       "\n",
       ".xr-dim-list {\n",
       "  display: inline-block !important;\n",
       "  list-style: none;\n",
       "  padding: 0 !important;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list li {\n",
       "  display: inline-block;\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list:before {\n",
       "  content: '(';\n",
       "}\n",
       "\n",
       ".xr-dim-list:after {\n",
       "  content: ')';\n",
       "}\n",
       "\n",
       ".xr-dim-list li:not(:last-child):after {\n",
       "  content: ',';\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-has-index {\n",
       "  font-weight: bold;\n",
       "}\n",
       "\n",
       ".xr-var-list,\n",
       ".xr-var-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-var-item > div,\n",
       ".xr-var-item label,\n",
       ".xr-var-item > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-even);\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-var-item > .xr-var-name:hover span {\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-var-list > li:nth-child(odd) > div,\n",
       ".xr-var-list > li:nth-child(odd) > label,\n",
       ".xr-var-list > li:nth-child(odd) > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-odd);\n",
       "}\n",
       "\n",
       ".xr-var-name {\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-var-dims {\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-var-dtype {\n",
       "  grid-column: 3;\n",
       "  text-align: right;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-preview {\n",
       "  grid-column: 4;\n",
       "}\n",
       "\n",
       ".xr-index-preview {\n",
       "  grid-column: 2 / 5;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-name,\n",
       ".xr-var-dims,\n",
       ".xr-var-dtype,\n",
       ".xr-preview,\n",
       ".xr-attrs dt {\n",
       "  white-space: nowrap;\n",
       "  overflow: hidden;\n",
       "  text-overflow: ellipsis;\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-var-name:hover,\n",
       ".xr-var-dims:hover,\n",
       ".xr-var-dtype:hover,\n",
       ".xr-attrs dt:hover {\n",
       "  overflow: visible;\n",
       "  width: auto;\n",
       "  z-index: 1;\n",
       "}\n",
       "\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  display: none;\n",
       "  background-color: var(--xr-background-color) !important;\n",
       "  padding-bottom: 5px !important;\n",
       "}\n",
       "\n",
       ".xr-var-attrs-in:checked ~ .xr-var-attrs,\n",
       ".xr-var-data-in:checked ~ .xr-var-data,\n",
       ".xr-index-data-in:checked ~ .xr-index-data {\n",
       "  display: block;\n",
       "}\n",
       "\n",
       ".xr-var-data > table {\n",
       "  float: right;\n",
       "}\n",
       "\n",
       ".xr-var-name span,\n",
       ".xr-var-data,\n",
       ".xr-index-name div,\n",
       ".xr-index-data,\n",
       ".xr-attrs {\n",
       "  padding-left: 25px !important;\n",
       "}\n",
       "\n",
       ".xr-attrs,\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  grid-column: 1 / -1;\n",
       "}\n",
       "\n",
       "dl.xr-attrs {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  display: grid;\n",
       "  grid-template-columns: 125px auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt,\n",
       ".xr-attrs dd {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  float: left;\n",
       "  padding-right: 10px;\n",
       "  width: auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt {\n",
       "  font-weight: normal;\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-attrs dt:hover span {\n",
       "  display: inline-block;\n",
       "  background: var(--xr-background-color);\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-attrs dd {\n",
       "  grid-column: 2;\n",
       "  white-space: pre-wrap;\n",
       "  word-break: break-all;\n",
       "}\n",
       "\n",
       ".xr-icon-database,\n",
       ".xr-icon-file-text2,\n",
       ".xr-no-icon {\n",
       "  display: inline-block;\n",
       "  vertical-align: middle;\n",
       "  width: 1em;\n",
       "  height: 1.5em !important;\n",
       "  stroke-width: 0;\n",
       "  stroke: currentColor;\n",
       "  fill: currentColor;\n",
       "}\n",
       "</style><pre class='xr-text-repr-fallback'>&lt;xarray.DatasetView&gt;\n",
       "Dimensions:                  (pole: 2, n-amplitudeCoefficients: 4,\n",
       "                              n-phaseCoefficients: 4)\n",
       "Coordinates:\n",
       "  * pole                     (pole) &lt;U2 &#x27;VV&#x27; &#x27;VH&#x27;\n",
       "  * n-amplitudeCoefficients  (n-amplitudeCoefficients) int64 0 1 2 3\n",
       "  * n-phaseCoefficients      (n-phaseCoefficients) int64 0 1 2 3\n",
       "Data variables:\n",
       "    replicaQualityValid      (pole) &lt;U4 &#x27;true&#x27; &#x27;true&#x27;\n",
       "    crossCorrelationWidth    (pole) float64 1.033 1.039\n",
       "    sideLobeLevel            (pole) float64 -13.25 -13.28\n",
       "    integratedSideLobeRatio  (pole) float64 -9.973 -10.17\n",
       "    crossCorrelationPeakLoc  (pole) float64 37.8 38.01\n",
       "    chirpPower               (pole) float64 64.57 64.32\n",
       "    amplitudeCoefficients    (pole, n-amplitudeCoefficients) float64 1.0 ... ...\n",
       "    phaseCoefficients        (pole, n-phaseCoefficients) float64 0.2693 ... -...\n",
       "Attributes:\n",
       "    VV_wing:      Combined\n",
       "    VV_pulse:     11.58\n",
       "    VH_wing:      Combined\n",
       "    VH_pulse:     11.58\n",
       "    Description:  Chirp Quality Data Store</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>chirp</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-deb6cc55-a87d-4028-bdac-62d227f94433' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-deb6cc55-a87d-4028-bdac-62d227f94433' class='xr-section-summary'  title='Expand/collapse section'>Groups: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><div style='display: inline-grid; grid-template-columns: 100%'></div></div></li><li class='xr-section-item'><input id='section-fb783b82-a183-49bb-b2b7-7824bf23910e' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-fb783b82-a183-49bb-b2b7-7824bf23910e' 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'>pole</span>: 2</li><li><span class='xr-has-index'>n-amplitudeCoefficients</span>: 4</li><li><span class='xr-has-index'>n-phaseCoefficients</span>: 4</li></ul></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-b0ca65d1-99d7-44bc-a9b2-67b94238e155' class='xr-section-summary-in' type='checkbox'  checked><label for='section-b0ca65d1-99d7-44bc-a9b2-67b94238e155' class='xr-section-summary' >Coordinates: <span>(3)</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'>pole</span></div><div class='xr-var-dims'>(pole)</div><div class='xr-var-dtype'>&lt;U2</div><div class='xr-var-preview xr-preview'>&#x27;VV&#x27; &#x27;VH&#x27;</div><input id='attrs-b1521b18-422e-4e87-be5b-8ce66bda0ae5' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b1521b18-422e-4e87-be5b-8ce66bda0ae5' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-0ca80f72-1ffe-431e-ad5a-62430587518d' class='xr-var-data-in' type='checkbox'><label for='data-0ca80f72-1ffe-431e-ad5a-62430587518d' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>type :</span></dt><dd>rs2prod:polarizationIdentifiers</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;VV&#x27;, &#x27;VH&#x27;], dtype=&#x27;&lt;U2&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>n-amplitudeCoefficients</span></div><div class='xr-var-dims'>(n-amplitudeCoefficients)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>0 1 2 3</div><input id='attrs-d232caab-3daa-4d47-8a32-2a710a33004b' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-d232caab-3daa-4d47-8a32-2a710a33004b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b40d802f-cb34-457e-bcbc-7d4243b84237' class='xr-var-data-in' type='checkbox'><label for='data-b40d802f-cb34-457e-bcbc-7d4243b84237' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></dl></div><div class='xr-var-data'><pre>array([0, 1, 2, 3])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>n-phaseCoefficients</span></div><div class='xr-var-dims'>(n-phaseCoefficients)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>0 1 2 3</div><input id='attrs-5a48fdca-0dcf-4a15-97fc-fc7a34129656' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-5a48fdca-0dcf-4a15-97fc-fc7a34129656' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-29e4206e-a299-43d8-aeb7-350cad05a1e5' class='xr-var-data-in' type='checkbox'><label for='data-29e4206e-a299-43d8-aeb7-350cad05a1e5' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></dl></div><div class='xr-var-data'><pre>array([0, 1, 2, 3])</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-3654f9ed-36a9-4350-a595-7cf1ab1f88e6' class='xr-section-summary-in' type='checkbox'  checked><label for='section-3654f9ed-36a9-4350-a595-7cf1ab1f88e6' class='xr-section-summary' >Data variables: <span>(8)</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>replicaQualityValid</span></div><div class='xr-var-dims'>(pole)</div><div class='xr-var-dtype'>&lt;U4</div><div class='xr-var-preview xr-preview'>&#x27;true&#x27; &#x27;true&#x27;</div><input id='attrs-4ce012a9-3e38-4159-b110-84caa447f71c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-4ce012a9-3e38-4159-b110-84caa447f71c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-bd176074-9e67-41a3-bf83-0f6c0588e0b9' class='xr-var-data-in' type='checkbox'><label for='data-bd176074-9e67-41a3-bf83-0f6c0588e0b9' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/imageGenerationParameters/chirp/chirpQuality/replicaQualityValid</dd><dt><span>Description :</span></dt><dd>true = able to reconstruct all chirps or chirp reconstruction not requested (nominal chirp used) and all quality measures were acceptablefalse = unable to reconstruct chirp during processing and chirp reconstruction was requested or the quality is below acceptable levels.</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;true&#x27;, &#x27;true&#x27;], dtype=&#x27;&lt;U4&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>crossCorrelationWidth</span></div><div class='xr-var-dims'>(pole)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.033 1.039</div><input id='attrs-99c2d32e-ba1f-42f4-b3e5-82beedd6a395' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-99c2d32e-ba1f-42f4-b3e5-82beedd6a395' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d38d7c73-2266-4713-86e2-881e5e204f24' class='xr-var-data-in' type='checkbox'><label for='data-d38d7c73-2266-4713-86e2-881e5e204f24' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/imageGenerationParameters/chirp/chirpQuality/crossCorrelationWidth</dd><dt><span>Description :</span></dt><dd>3-dB pulse width of chirp replica cross-correlation function between reconstructed chirp and nominal chirp (units = samples)</dd></dl></div><div class='xr-var-data'><pre>array([1.03279197, 1.03857994])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>sideLobeLevel</span></div><div class='xr-var-dims'>(pole)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-13.25 -13.28</div><input id='attrs-53efced6-484f-40ba-b618-1e234897f8cc' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-53efced6-484f-40ba-b618-1e234897f8cc' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1ab22746-1a20-4817-be2b-a011884cf8f0' class='xr-var-data-in' type='checkbox'><label for='data-1ab22746-1a20-4817-be2b-a011884cf8f0' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/imageGenerationParameters/chirp/chirpQuality/sideLobeLevel</dd><dt><span>units :</span></dt><dd>dB</dd><dt><span>Description :</span></dt><dd>First side lobe level of chirp replica cross-correlation function  between reconstructed chirp and nominal chirp (units = dB)</dd></dl></div><div class='xr-var-data'><pre>array([-13.25045967, -13.27672958])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>integratedSideLobeRatio</span></div><div class='xr-var-dims'>(pole)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-9.973 -10.17</div><input id='attrs-606e6e2a-f64e-418f-8f2b-95496b6ce616' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-606e6e2a-f64e-418f-8f2b-95496b6ce616' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-00226320-77c9-4ac5-a1e8-4a6f760b5ecc' class='xr-var-data-in' type='checkbox'><label for='data-00226320-77c9-4ac5-a1e8-4a6f760b5ecc' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/imageGenerationParameters/chirp/chirpQuality/integratedSideLobeRatio</dd><dt><span>units :</span></dt><dd>dB</dd><dt><span>Description :</span></dt><dd>Integrated Side-Lobe Ratio of chirp replica cross-correlation  function between reconstructed chirp and nominal chirp (units = dB)</dd></dl></div><div class='xr-var-data'><pre>array([ -9.97302055, -10.17140007])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>crossCorrelationPeakLoc</span></div><div class='xr-var-dims'>(pole)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>37.8 38.01</div><input id='attrs-934f86a8-7852-48eb-a708-a4708ece02bb' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-934f86a8-7852-48eb-a708-a4708ece02bb' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-cae946e4-0726-46ec-b43c-af6bbabb43ee' class='xr-var-data-in' type='checkbox'><label for='data-cae946e4-0726-46ec-b43c-af6bbabb43ee' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/imageGenerationParameters/chirp/chirpQuality/crossCorrelationPeakLoc</dd><dt><span>Description :</span></dt><dd>Cross correlation peak location. (units = samples)</dd></dl></div><div class='xr-var-data'><pre>array([37.80487061, 38.00939941])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>chirpPower</span></div><div class='xr-var-dims'>(pole)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>64.57 64.32</div><input id='attrs-42c87d6c-686d-4534-8036-65f592babcd4' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-42c87d6c-686d-4534-8036-65f592babcd4' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-95939438-a7d0-421f-a2c5-cd956ea6d267' class='xr-var-data-in' type='checkbox'><label for='data-95939438-a7d0-421f-a2c5-cd956ea6d267' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/imageGenerationParameters/chirp/chirpPower</dd><dt><span>units :</span></dt><dd>dB</dd><dt><span>Description :</span></dt><dd>(units = dB)</dd></dl></div><div class='xr-var-data'><pre>array([64.56515429, 64.31606258])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>amplitudeCoefficients</span></div><div class='xr-var-dims'>(pole, n-amplitudeCoefficients)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.0 -633.5 ... -2.676e+12</div><input id='attrs-edcf76d8-2a10-4654-8b08-b4459a29d729' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-edcf76d8-2a10-4654-8b08-b4459a29d729' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3a25c8e4-9401-4b8e-9476-0b67f39ce322' class='xr-var-data-in' type='checkbox'><label for='data-3a25c8e4-9401-4b8e-9476-0b67f39ce322' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/imageGenerationParameters/chirp/amplitudeCoefficients</dd><dt><span>Description :</span></dt><dd>List of range chirp amplitude coefficients (-, s^-1, s^-2, s^-3, ...)</dd></dl></div><div class='xr-var-data'><pre>array([[ 1.00000000e+00, -6.33520325e+02, -1.87412900e+06,\n",
       "        -2.85720707e+12],\n",
       "       [ 1.00000000e+00, -9.45641296e+02, -6.72616640e+07,\n",
       "        -2.67615391e+12]])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>phaseCoefficients</span></div><div class='xr-var-dims'>(pole, n-phaseCoefficients)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>0.2693 -4.153e+03 ... -1.081e+12</div><input id='attrs-e77c825e-fc57-407e-9f0e-e7fd3c04a017' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e77c825e-fc57-407e-9f0e-e7fd3c04a017' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-070a391a-1e60-4807-a9e0-70db2939fe8d' class='xr-var-data-in' type='checkbox'><label for='data-070a391a-1e60-4807-a9e0-70db2939fe8d' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/imageGenerationParameters/chirp/phaseCoefficients</dd><dt><span>Description :</span></dt><dd>List of range chirp phase coefficients (cycles, Hz, Hz/s, Hz/s^2, ...)</dd></dl></div><div class='xr-var-data'><pre>array([[ 2.69284606e-01, -4.15260791e+03, -1.39638292e+11,\n",
       "        -6.50867376e+11],\n",
       "       [ 8.35320711e-01,  5.38344849e+02, -1.39637801e+11,\n",
       "        -1.08056602e+12]])</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-c82bfbd5-b120-4b93-9300-fa9e16d47160' class='xr-section-summary-in' type='checkbox'  checked><label for='section-c82bfbd5-b120-4b93-9300-fa9e16d47160' class='xr-section-summary' >Attributes: <span>(5)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><dl class='xr-attrs'><dt><span>VV_wing :</span></dt><dd>Combined</dd><dt><span>VV_pulse :</span></dt><dd>11.58</dd><dt><span>VH_wing :</span></dt><dd>Combined</dd><dt><span>VH_pulse :</span></dt><dd>11.58</dd><dt><span>Description :</span></dt><dd>Chirp Quality Data Store</dd></dl></div></li></ul></div></div></ul></div></div></div></div></li><li class='xr-section-item'><input id='section-efad743f-6214-47e2-9385-f34280820729' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-efad743f-6214-47e2-9385-f34280820729' class='xr-section-summary'  title='Expand/collapse section'>Dimensions:</label><div class='xr-section-inline-details'></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-5eeec726-3e48-46d6-bbc9-f60771d24f44' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-5eeec726-3e48-46d6-bbc9-f60771d24f44' class='xr-section-summary'  title='Expand/collapse section'>Coordinates: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'></ul></div></li><li class='xr-section-item'><input id='section-80e9b579-fa17-4d33-ab87-42b39effbdb5' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-80e9b579-fa17-4d33-ab87-42b39effbdb5' class='xr-section-summary'  title='Expand/collapse section'>Data variables: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'></ul></div></li><li class='xr-section-item'><input id='section-4a1335a0-8127-4f26-8118-e771fac1bfb8' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-4a1335a0-8127-4f26-8118-e771fac1bfb8' class='xr-section-summary'  title='Expand/collapse section'>Attributes: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><dl class='xr-attrs'></dl></div></li></ul></div></div></ul></div></div><div style='display: inline-grid;'><div style='grid-column-start: 1;border-right: 0.2em solid;border-color: var(--xr-border-color);height: 100%;width: 0px;'></div><div style='grid-column-start: 2;grid-row-start: 1;height: 1em;width: 20px;border-bottom: 0.2em solid;border-color: var(--xr-border-color);'></div><div style='grid-column-start: 3;'><ul class='xr-sections'><div><svg style=\"position: absolute; width: 0; height: 0; overflow: hidden\">\n",
       "<defs>\n",
       "<symbol id=\"icon-database\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "<symbol id=\"icon-file-text2\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "</defs>\n",
       "</svg>\n",
       "<style>/* CSS stylesheet for displaying xarray objects in jupyterlab.\n",
       " *\n",
       " */\n",
       "\n",
       ":root {\n",
       "  --xr-font-color0: var(--jp-content-font-color0, rgba(0, 0, 0, 1));\n",
       "  --xr-font-color2: var(--jp-content-font-color2, rgba(0, 0, 0, 0.54));\n",
       "  --xr-font-color3: var(--jp-content-font-color3, rgba(0, 0, 0, 0.38));\n",
       "  --xr-border-color: var(--jp-border-color2, #e0e0e0);\n",
       "  --xr-disabled-color: var(--jp-layout-color3, #bdbdbd);\n",
       "  --xr-background-color: var(--jp-layout-color0, white);\n",
       "  --xr-background-color-row-even: var(--jp-layout-color1, white);\n",
       "  --xr-background-color-row-odd: var(--jp-layout-color2, #eeeeee);\n",
       "}\n",
       "\n",
       "html[theme=dark],\n",
       "body[data-theme=dark],\n",
       "body.vscode-dark {\n",
       "  --xr-font-color0: rgba(255, 255, 255, 1);\n",
       "  --xr-font-color2: rgba(255, 255, 255, 0.54);\n",
       "  --xr-font-color3: rgba(255, 255, 255, 0.38);\n",
       "  --xr-border-color: #1F1F1F;\n",
       "  --xr-disabled-color: #515151;\n",
       "  --xr-background-color: #111111;\n",
       "  --xr-background-color-row-even: #111111;\n",
       "  --xr-background-color-row-odd: #313131;\n",
       "}\n",
       "\n",
       ".xr-wrap {\n",
       "  display: block !important;\n",
       "  min-width: 300px;\n",
       "  max-width: 700px;\n",
       "}\n",
       "\n",
       ".xr-text-repr-fallback {\n",
       "  /* fallback to plain text repr when CSS is not injected (untrusted notebook) */\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-header {\n",
       "  padding-top: 6px;\n",
       "  padding-bottom: 6px;\n",
       "  margin-bottom: 4px;\n",
       "  border-bottom: solid 1px var(--xr-border-color);\n",
       "}\n",
       "\n",
       ".xr-header > div,\n",
       ".xr-header > ul {\n",
       "  display: inline;\n",
       "  margin-top: 0;\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-obj-type,\n",
       ".xr-array-name {\n",
       "  margin-left: 2px;\n",
       "  margin-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-obj-type {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-sections {\n",
       "  padding-left: 0 !important;\n",
       "  display: grid;\n",
       "  grid-template-columns: 150px auto auto 1fr 20px 20px;\n",
       "}\n",
       "\n",
       ".xr-section-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-section-item input {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-item input + label {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label {\n",
       "  cursor: pointer;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label:hover {\n",
       "  color: var(--xr-font-color0);\n",
       "}\n",
       "\n",
       ".xr-section-summary {\n",
       "  grid-column: 1;\n",
       "  color: var(--xr-font-color2);\n",
       "  font-weight: 500;\n",
       "}\n",
       "\n",
       ".xr-section-summary > span {\n",
       "  display: inline-block;\n",
       "  padding-left: 0.5em;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in + label:before {\n",
       "  display: inline-block;\n",
       "  content: '►';\n",
       "  font-size: 11px;\n",
       "  width: 15px;\n",
       "  text-align: center;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label:before {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label:before {\n",
       "  content: '▼';\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label > span {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-summary,\n",
       ".xr-section-inline-details {\n",
       "  padding-top: 4px;\n",
       "  padding-bottom: 4px;\n",
       "}\n",
       "\n",
       ".xr-section-inline-details {\n",
       "  grid-column: 2 / -1;\n",
       "}\n",
       "\n",
       ".xr-section-details {\n",
       "  display: none;\n",
       "  grid-column: 1 / -1;\n",
       "  margin-bottom: 5px;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked ~ .xr-section-details {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-array-wrap {\n",
       "  grid-column: 1 / -1;\n",
       "  display: grid;\n",
       "  grid-template-columns: 20px auto;\n",
       "}\n",
       "\n",
       ".xr-array-wrap > label {\n",
       "  grid-column: 1;\n",
       "  vertical-align: top;\n",
       "}\n",
       "\n",
       ".xr-preview {\n",
       "  color: var(--xr-font-color3);\n",
       "}\n",
       "\n",
       ".xr-array-preview,\n",
       ".xr-array-data {\n",
       "  padding: 0 5px !important;\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-array-data,\n",
       ".xr-array-in:checked ~ .xr-array-preview {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-array-in:checked ~ .xr-array-data,\n",
       ".xr-array-preview {\n",
       "  display: inline-block;\n",
       "}\n",
       "\n",
       ".xr-dim-list {\n",
       "  display: inline-block !important;\n",
       "  list-style: none;\n",
       "  padding: 0 !important;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list li {\n",
       "  display: inline-block;\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list:before {\n",
       "  content: '(';\n",
       "}\n",
       "\n",
       ".xr-dim-list:after {\n",
       "  content: ')';\n",
       "}\n",
       "\n",
       ".xr-dim-list li:not(:last-child):after {\n",
       "  content: ',';\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-has-index {\n",
       "  font-weight: bold;\n",
       "}\n",
       "\n",
       ".xr-var-list,\n",
       ".xr-var-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-var-item > div,\n",
       ".xr-var-item label,\n",
       ".xr-var-item > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-even);\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-var-item > .xr-var-name:hover span {\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-var-list > li:nth-child(odd) > div,\n",
       ".xr-var-list > li:nth-child(odd) > label,\n",
       ".xr-var-list > li:nth-child(odd) > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-odd);\n",
       "}\n",
       "\n",
       ".xr-var-name {\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-var-dims {\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-var-dtype {\n",
       "  grid-column: 3;\n",
       "  text-align: right;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-preview {\n",
       "  grid-column: 4;\n",
       "}\n",
       "\n",
       ".xr-index-preview {\n",
       "  grid-column: 2 / 5;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-name,\n",
       ".xr-var-dims,\n",
       ".xr-var-dtype,\n",
       ".xr-preview,\n",
       ".xr-attrs dt {\n",
       "  white-space: nowrap;\n",
       "  overflow: hidden;\n",
       "  text-overflow: ellipsis;\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-var-name:hover,\n",
       ".xr-var-dims:hover,\n",
       ".xr-var-dtype:hover,\n",
       ".xr-attrs dt:hover {\n",
       "  overflow: visible;\n",
       "  width: auto;\n",
       "  z-index: 1;\n",
       "}\n",
       "\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  display: none;\n",
       "  background-color: var(--xr-background-color) !important;\n",
       "  padding-bottom: 5px !important;\n",
       "}\n",
       "\n",
       ".xr-var-attrs-in:checked ~ .xr-var-attrs,\n",
       ".xr-var-data-in:checked ~ .xr-var-data,\n",
       ".xr-index-data-in:checked ~ .xr-index-data {\n",
       "  display: block;\n",
       "}\n",
       "\n",
       ".xr-var-data > table {\n",
       "  float: right;\n",
       "}\n",
       "\n",
       ".xr-var-name span,\n",
       ".xr-var-data,\n",
       ".xr-index-name div,\n",
       ".xr-index-data,\n",
       ".xr-attrs {\n",
       "  padding-left: 25px !important;\n",
       "}\n",
       "\n",
       ".xr-attrs,\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  grid-column: 1 / -1;\n",
       "}\n",
       "\n",
       "dl.xr-attrs {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  display: grid;\n",
       "  grid-template-columns: 125px auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt,\n",
       ".xr-attrs dd {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  float: left;\n",
       "  padding-right: 10px;\n",
       "  width: auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt {\n",
       "  font-weight: normal;\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-attrs dt:hover span {\n",
       "  display: inline-block;\n",
       "  background: var(--xr-background-color);\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-attrs dd {\n",
       "  grid-column: 2;\n",
       "  white-space: pre-wrap;\n",
       "  word-break: break-all;\n",
       "}\n",
       "\n",
       ".xr-icon-database,\n",
       ".xr-icon-file-text2,\n",
       ".xr-no-icon {\n",
       "  display: inline-block;\n",
       "  vertical-align: middle;\n",
       "  width: 1em;\n",
       "  height: 1.5em !important;\n",
       "  stroke-width: 0;\n",
       "  stroke: currentColor;\n",
       "  fill: currentColor;\n",
       "}\n",
       "</style><pre class='xr-text-repr-fallback'>&lt;xarray.DatasetView&gt;\n",
       "Dimensions:                         (beam: 4, pole: 2, NbOfNoiseLevelValues: 99)\n",
       "Coordinates:\n",
       "  * beam                            (beam) &lt;U3 &#x27;W1&#x27; &#x27;W2&#x27; &#x27;W30&#x27; &#x27;S7&#x27;\n",
       "  * pole                            (pole) &lt;U2 &#x27;VH&#x27; &#x27;VV&#x27;\n",
       "Dimensions without coordinates: NbOfNoiseLevelValues\n",
       "Data variables:\n",
       "    pulsesReceivedPerDwell          (beam) int64 58 58 58 58\n",
       "    numberOfPulseIntervalsPerDwell  (beam) int64 65 66 65 67\n",
       "    rank                            (beam) int64 7 8 7 9\n",
       "    settableGain                    (beam, pole) float64 -1.0 -1.0 ... -1.0 -1.0\n",
       "    pulseRepetitionFrequency        (beam) float64 1.283e+03 ... 1.295e+03\n",
       "    samplesPerEchoLine              (beam) int64 6768 7920 7944 7320\n",
       "    noiseLevelValues_BetaNought     (NbOfNoiseLevelValues) float64 -27.3 ... ...\n",
       "    noiseLevelValues_SigmaNought    (NbOfNoiseLevelValues) float64 -28.5 ... ...\n",
       "    noiseLevelValues_Gamma          (NbOfNoiseLevelValues) float64 -26.65 ......\n",
       "Attributes: (12/20)\n",
       "    acquisitionType:             ScanSAR Wide\n",
       "    beams:                       [&#x27;W1&#x27;, &#x27;W2&#x27;, &#x27;W30&#x27;, &#x27;S7&#x27;]\n",
       "    polarizations:               [&#x27;VV&#x27;, &#x27;VH&#x27;]\n",
       "    pulses:                      11.58\n",
       "    radarCenterFrequency_units:  Hz\n",
       "    radarCenterFrequency:        5404999242.769673\n",
       "    ...                          ...\n",
       "    adcSamplingRate_units:       Hz\n",
       "    adcSamplingRate:             12667968.75\n",
       "    yawSteeringFlag:             YawSteeringOn\n",
       "    geodeticFlag:                Off-Geocentric\n",
       "    rawBitsPerSample:            4\n",
       "    Description:                 Radar Parameters Data Store. Information des...</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>radarParameters</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-3d88f759-c1e5-4136-b5e8-167407191d02' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-3d88f759-c1e5-4136-b5e8-167407191d02' class='xr-section-summary'  title='Expand/collapse section'>Groups: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><div style='display: inline-grid; grid-template-columns: 100%'></div></div></li><li class='xr-section-item'><input id='section-fd4621e3-a2bb-479b-9ca5-a7cf28191188' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-fd4621e3-a2bb-479b-9ca5-a7cf28191188' 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'>beam</span>: 4</li><li><span class='xr-has-index'>pole</span>: 2</li><li><span>NbOfNoiseLevelValues</span>: 99</li></ul></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-dcebbdc4-8651-4ebc-9cc5-14ab3c3cb366' class='xr-section-summary-in' type='checkbox'  checked><label for='section-dcebbdc4-8651-4ebc-9cc5-14ab3c3cb366' class='xr-section-summary' >Coordinates: <span>(2)</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'>beam</span></div><div class='xr-var-dims'>(beam)</div><div class='xr-var-dtype'>&lt;U3</div><div class='xr-var-preview xr-preview'>&#x27;W1&#x27; &#x27;W2&#x27; &#x27;W30&#x27; &#x27;S7&#x27;</div><input id='attrs-a9972d3f-ab7e-4bcf-b84c-94f2178291af' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-a9972d3f-ab7e-4bcf-b84c-94f2178291af' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-33098c60-44e5-4497-871b-8aa0692fabf8' class='xr-var-data-in' type='checkbox'><label for='data-33098c60-44e5-4497-871b-8aa0692fabf8' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></dl></div><div class='xr-var-data'><pre>array([&#x27;W1&#x27;, &#x27;W2&#x27;, &#x27;W30&#x27;, &#x27;S7&#x27;], dtype=&#x27;&lt;U3&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>pole</span></div><div class='xr-var-dims'>(pole)</div><div class='xr-var-dtype'>&lt;U2</div><div class='xr-var-preview xr-preview'>&#x27;VH&#x27; &#x27;VV&#x27;</div><input id='attrs-e479f872-bce7-4a8d-b80f-262ca60fe927' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-e479f872-bce7-4a8d-b80f-262ca60fe927' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-bd251a33-b9a3-4d97-b661-21e4a085630b' class='xr-var-data-in' type='checkbox'><label for='data-bd251a33-b9a3-4d97-b661-21e4a085630b' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></dl></div><div class='xr-var-data'><pre>array([&#x27;VH&#x27;, &#x27;VV&#x27;], dtype=&#x27;&lt;U2&#x27;)</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-34b022fd-3054-436a-9a9b-9278de3b1a44' class='xr-section-summary-in' type='checkbox'  checked><label for='section-34b022fd-3054-436a-9a9b-9278de3b1a44' class='xr-section-summary' >Data variables: <span>(9)</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>pulsesReceivedPerDwell</span></div><div class='xr-var-dims'>(beam)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>58 58 58 58</div><input id='attrs-e7f36e30-1248-4c9c-950c-063fba751f98' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e7f36e30-1248-4c9c-950c-063fba751f98' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3192a062-d9d3-4f08-9530-c743fa6a2331' class='xr-var-data-in' type='checkbox'><label for='data-3192a062-d9d3-4f08-9530-c743fa6a2331' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/sourceAttributes/radarParameters/pulsesReceivedPerDwell</dd><dt><span>Description :</span></dt><dd>ScanSAR burst parameter for ScanSAR only.     Number of pulses received and recorded per dwell for each beam.     Beam attribute values are same as those used in the beams list.</dd></dl></div><div class='xr-var-data'><pre>array([58, 58, 58, 58])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>numberOfPulseIntervalsPerDwell</span></div><div class='xr-var-dims'>(beam)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>65 66 65 67</div><input id='attrs-d9736a82-135c-4918-944e-1ebd62b818d3' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d9736a82-135c-4918-944e-1ebd62b818d3' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-4033dc64-a3ab-4b7a-ac61-81fd41138af8' class='xr-var-data-in' type='checkbox'><label for='data-4033dc64-a3ab-4b7a-ac61-81fd41138af8' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/sourceAttributes/radarParameters/numberOfPulseIntervalsPerDwell</dd><dt><span>Description :</span></dt><dd>ScanSAR burst parameter for ScanSAR only.     Number of pulse transmission intervals per dwell for each beam.     Beam attribute values are same as those used in the beams list.</dd></dl></div><div class='xr-var-data'><pre>array([65, 66, 65, 67])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>rank</span></div><div class='xr-var-dims'>(beam)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>7 8 7 9</div><input id='attrs-347eaf52-fda6-4e3f-a4ca-cb34a4a9bc30' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-347eaf52-fda6-4e3f-a4ca-cb34a4a9bc30' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-0104b4ab-a68c-4304-894e-da57732ba414' class='xr-var-data-in' type='checkbox'><label for='data-0104b4ab-a68c-4304-894e-da57732ba414' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/sourceAttributes/radarParameters/rank</dd><dt><span>Description :</span></dt><dd>Rank, one entry per beam.      The number of transmitted pulse repetition intervals between transmission and      reception for each beam. Samples per echo line.     Used to determine sample window length. Beam attribute values are     same as those used in the beams list.</dd></dl></div><div class='xr-var-data'><pre>array([7, 8, 7, 9])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>settableGain</span></div><div class='xr-var-dims'>(beam, pole)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-1.0 -1.0 -1.0 ... -1.0 -1.0 -1.0</div><input id='attrs-42d41d74-4f35-499a-b04d-e8c41a2ce485' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-42d41d74-4f35-499a-b04d-e8c41a2ce485' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a8fc7c3e-973e-4dba-b5d2-85dae582cfc1' class='xr-var-data-in' type='checkbox'><label for='data-a8fc7c3e-973e-4dba-b5d2-85dae582cfc1' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/sourceAttributes/radarParameters/settableGain</dd><dt><span>wing :</span></dt><dd>Combined</dd><dt><span>units :</span></dt><dd>dB</dd><dt><span>Description :</span></dt><dd>Gain values used on the instrument. Gain values will be specified either in terms of polarization or wing, not both. Beam attribute values are same as those used in the beams list. (units = dB). Wing can be either fore or aft.</dd></dl></div><div class='xr-var-data'><pre>array([[-1.00000002, -1.00000002],\n",
       "       [-1.00000002, -1.00000002],\n",
       "       [-1.00000002, -1.00000002],\n",
       "       [-1.00000002, -1.00000002]])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pulseRepetitionFrequency</span></div><div class='xr-var-dims'>(beam)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.283e+03 1.341e+03 ... 1.295e+03</div><input id='attrs-764e2f78-dac2-4bea-ae8e-adbbfba72705' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-764e2f78-dac2-4bea-ae8e-adbbfba72705' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-8dce6819-7066-4ecb-8b76-1012aa7934fc' class='xr-var-data-in' type='checkbox'><label for='data-8dce6819-7066-4ecb-8b76-1012aa7934fc' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/sourceAttributes/radarParameters/pulseRepetitionFrequency</dd><dt><span>units :</span></dt><dd>Hz</dd><dt><span>Description :</span></dt><dd>Transmitted pulse repetition frequency for each beam.     Beam attribute values are same as those used in the beams list     (units = Hz).      For products with two wing identifiers (Fore and Aft), the received PRF is effectively double the transmitted PRF.</dd></dl></div><div class='xr-var-data'><pre>array([1282.70239258, 1341.37744141, 1079.41113281, 1295.29333496])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>samplesPerEchoLine</span></div><div class='xr-var-dims'>(beam)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>6768 7920 7944 7320</div><input id='attrs-e9b634c7-9490-4f10-b74a-2a750055abc0' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e9b634c7-9490-4f10-b74a-2a750055abc0' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-911aafec-98e9-420b-890c-80be603d7485' class='xr-var-data-in' type='checkbox'><label for='data-911aafec-98e9-420b-890c-80be603d7485' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>xpath :</span></dt><dd>/product/sourceAttributes/radarParameters/samplesPerEchoLine</dd><dt><span>Description :</span></dt><dd>Number of samples per echo line for each beam.     Used to determine sample window length.     Beam attribute values are same as those used in the beams list.</dd></dl></div><div class='xr-var-data'><pre>array([6768, 7920, 7944, 7320])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>noiseLevelValues_BetaNought</span></div><div class='xr-var-dims'>(NbOfNoiseLevelValues)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-27.3 -27.94 ... -23.45 -21.21</div><input id='attrs-8baed513-78cf-4c22-ac20-aee406113411' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-8baed513-78cf-4c22-ac20-aee406113411' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e9db7c82-2515-4ca4-8b0f-1532e82e22ea' class='xr-var-data-in' type='checkbox'><label for='data-e9db7c82-2515-4ca4-8b0f-1532e82e22ea' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>pixelFirstNoiseValue :</span></dt><dd>56</dd><dt><span>stepSize :</span></dt><dd>106</dd><dt><span>numberOfNoiseLevelValues :</span></dt><dd>99</dd><dt><span>xpath :</span></dt><dd>/product/sourceAttributes/radarParameters/referenceNoiseLevel/noiseLevelValues</dd><dt><span>noiseLevelValues_units :</span></dt><dd>dB</dd><dt><span>Description :</span></dt><dd>Estimated noise level values as a function of georeferenced image pixel position in range. For SSG and SPG products, these apply to intermediate georeferenced image data prior to geocoding. (units = dB)</dd></dl></div><div class='xr-var-data'><pre>array([-27.2963505, -27.9428406, -28.3900394, -28.6201305, -28.6178207,\n",
       "       -28.4289093, -28.1081009, -27.7574291, -27.42869  , -27.2105999,\n",
       "       -27.1420097, -27.2563591, -27.5131302, -27.8319302, -28.1735001,\n",
       "       -28.4091702, -28.5033894, -28.3580303, -27.8952103, -26.6417007,\n",
       "       -26.7915897, -26.7310009, -26.5711899, -26.3841705, -26.2168102,\n",
       "       -26.1536598, -26.2285194, -26.4345798, -26.7091198, -26.9525204,\n",
       "       -27.1482391, -27.2234993, -27.1391392, -26.9442501, -26.6505108,\n",
       "       -26.3193207, -26.0311298, -25.8394508, -25.7523594, -25.4270897,\n",
       "       -26.9549007, -27.7762699, -28.2030697, -28.22649  , -27.8993607,\n",
       "       -27.2982998, -26.5392704, -25.8587208, -25.4805107, -25.4868908,\n",
       "       -25.8762302, -26.4272404, -26.9455509, -27.2762909, -27.2887192,\n",
       "       -26.9830704, -26.4028606, -25.7073307, -25.1028099, -24.8336201,\n",
       "       -25.0222301, -25.4923401, -25.9939404, -26.5458603, -26.7674198,\n",
       "       -26.5393105, -24.6516209, -25.4983597, -25.8719997, -25.9356098,\n",
       "       -25.7380295, -25.4667091, -25.1535892, -24.92799  , -24.7548103,\n",
       "       -24.6821404, -24.7129803, -24.8224792, -24.9161301, -24.9473991,\n",
       "       -24.91255  , -24.8140697, -24.6360397, -24.4484005, -24.3730507,\n",
       "       -24.3983898, -24.5143909, -24.6595592, -24.7207108, -24.6310101,\n",
       "       -24.4746704, -24.3230495, -24.3624096, -24.6485405, -24.9454803,\n",
       "       -25.0374603, -24.6079502, -23.4525509, -21.2124996])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>noiseLevelValues_SigmaNought</span></div><div class='xr-var-dims'>(NbOfNoiseLevelValues)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-28.5 -29.16 ... -28.12 -25.97</div><input id='attrs-80ae4111-fb12-47a5-9fbf-eac744361e79' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-80ae4111-fb12-47a5-9fbf-eac744361e79' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-5896fa7f-e963-4d14-a8be-ce48fa3385d1' class='xr-var-data-in' type='checkbox'><label for='data-5896fa7f-e963-4d14-a8be-ce48fa3385d1' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>pixelFirstNoiseValue :</span></dt><dd>56</dd><dt><span>stepSize :</span></dt><dd>106</dd><dt><span>numberOfNoiseLevelValues :</span></dt><dd>99</dd><dt><span>xpath :</span></dt><dd>/product/sourceAttributes/radarParameters/referenceNoiseLevel/noiseLevelValues</dd><dt><span>noiseLevelValues_units :</span></dt><dd>dB</dd><dt><span>Description :</span></dt><dd>Estimated noise level values as a function of georeferenced image pixel position in range. For SSG and SPG products, these apply to intermediate georeferenced image data prior to geocoding. (units = dB)</dd></dl></div><div class='xr-var-data'><pre>array([-28.5002995, -29.1613598, -29.6233292, -29.8684101, -29.8813   ,\n",
       "       -29.7078209, -29.4026508, -29.0678501, -28.7552204, -28.5534706,\n",
       "       -28.5014591, -28.6326408, -28.9064693, -29.2425995, -29.6017494,\n",
       "       -29.8552704, -29.9675999, -29.84062  , -29.3964596, -28.1618996,\n",
       "       -28.3310204, -28.2899609, -28.1499805, -27.9830894, -27.8361702,\n",
       "       -27.7937794, -27.8897209, -28.1171894, -28.4134693, -28.6789608,\n",
       "       -28.8971195, -28.9951706, -28.9339695, -28.7625999, -28.4927692,\n",
       "       -28.1858597, -27.9223499, -27.7557507, -27.6941509, -27.3947906,\n",
       "       -28.9489307, -29.7970695, -30.2510796, -30.3021603, -30.0031605,\n",
       "       -29.4306908, -28.7007504, -28.0497704, -27.7016392, -27.7386208,\n",
       "       -28.1590691, -28.7417507, -29.2922592, -29.6557693, -29.70154  ,\n",
       "       -29.4298306, -28.8841591, -28.2237797, -27.6550407, -27.4222698,\n",
       "       -27.6479607, -28.1558399, -28.6958904, -29.2869701, -29.54842  ,\n",
       "       -29.3609505, -27.5146503, -28.4035702, -28.8201904, -28.9276104,\n",
       "       -28.7746792, -28.5488701, -28.2821598, -28.1038895, -27.9789696,\n",
       "       -27.9555302, -28.0365906, -28.1973305, -28.3432808, -28.4279308,\n",
       "       -28.4475594, -28.4046993, -28.2834892, -28.1538696, -28.1378098,\n",
       "       -28.2237206, -28.4016304, -28.6100998, -28.73596  , -28.7124596,\n",
       "       -28.6238308, -28.5414906, -28.6517696, -29.0105209, -29.3818207,\n",
       "       -29.5499897, -29.1985493, -28.1231709, -25.9651794])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>noiseLevelValues_Gamma</span></div><div class='xr-var-dims'>(NbOfNoiseLevelValues)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-26.65 -27.33 ... -27.85 -25.71</div><input id='attrs-db72d335-670f-4bf6-b8ce-1520a9399948' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-db72d335-670f-4bf6-b8ce-1520a9399948' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3fa657e2-3d08-4ed1-93af-cb91e87cf9c2' class='xr-var-data-in' type='checkbox'><label for='data-3fa657e2-3d08-4ed1-93af-cb91e87cf9c2' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>pixelFirstNoiseValue :</span></dt><dd>56</dd><dt><span>stepSize :</span></dt><dd>106</dd><dt><span>numberOfNoiseLevelValues :</span></dt><dd>99</dd><dt><span>xpath :</span></dt><dd>/product/sourceAttributes/radarParameters/referenceNoiseLevel/noiseLevelValues</dd><dt><span>noiseLevelValues_units :</span></dt><dd>dB</dd><dt><span>Description :</span></dt><dd>Estimated noise level values as a function of georeferenced image pixel position in range. For SSG and SPG products, these apply to intermediate georeferenced image data prior to geocoding. (units = dB)</dd></dl></div><div class='xr-var-data'><pre>array([-26.6453304, -27.3258991, -27.8073502, -28.0718803, -28.1041908,\n",
       "       -27.9500809, -27.6642609, -27.3487797, -27.0554295, -26.8729191,\n",
       "       -26.8401203, -26.9904709, -27.2834492, -27.63867  , -28.01688  ,\n",
       "       -28.2894096, -28.4207191, -28.3126793, -27.8874092, -26.6716995,\n",
       "       -26.8596191, -26.8373203, -26.7160492, -26.5678291, -26.4395294,\n",
       "       -26.4157009, -26.5301609, -26.7760906, -27.0907803, -27.37463  ,\n",
       "       -27.6110897, -27.7273808, -27.6843605, -27.5311203, -27.2793503,\n",
       "       -26.9904499, -26.7448807, -26.5961494, -26.5523701, -26.27075  ,\n",
       "       -27.8425694, -28.7083092, -29.1798496, -29.2483902, -28.9667797,\n",
       "       -28.4116192, -27.6989098, -27.0650902, -26.7340298, -26.7879906,\n",
       "       -27.2253609, -27.8248501, -28.3920898, -28.7722492, -28.8345699,\n",
       "       -28.5793209, -28.0500107, -27.405899 , -26.8533306, -26.6366291,\n",
       "       -26.8782997, -27.4020405, -27.9578495, -28.5645809, -28.8415794,\n",
       "       -28.6695404, -26.8385601, -27.7426891, -28.1744003, -28.2967796,\n",
       "       -28.1587009, -27.9476204, -27.6954994, -27.5317001, -27.4211292,\n",
       "       -27.4118996, -27.5070305, -27.6817093, -27.8414593, -27.9397793,\n",
       "       -27.9729309, -27.9434509, -27.8354607, -27.7189293, -27.7157993,\n",
       "       -27.8144894, -28.0050201, -28.2259502, -28.3641205, -28.3527603,\n",
       "       -28.2761002, -28.2055798, -28.3274994, -28.6977291, -29.0803204,\n",
       "       -29.2596092, -28.9191093, -27.8544998, -25.7070904])</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-c2bf77b9-d944-4160-a0a0-cb3bba4d15d0' class='xr-section-summary-in' type='checkbox'  ><label for='section-c2bf77b9-d944-4160-a0a0-cb3bba4d15d0' class='xr-section-summary' >Attributes: <span>(20)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><dl class='xr-attrs'><dt><span>acquisitionType :</span></dt><dd>ScanSAR Wide</dd><dt><span>beams :</span></dt><dd>[&#x27;W1&#x27;, &#x27;W2&#x27;, &#x27;W30&#x27;, &#x27;S7&#x27;]</dd><dt><span>polarizations :</span></dt><dd>[&#x27;VV&#x27;, &#x27;VH&#x27;]</dd><dt><span>pulses :</span></dt><dd>11.58</dd><dt><span>radarCenterFrequency_units :</span></dt><dd>Hz</dd><dt><span>radarCenterFrequency :</span></dt><dd>5404999242.769673</dd><dt><span>pulseLength_pulse :</span></dt><dd>11.58</dd><dt><span>pulseLength_units :</span></dt><dd>s</dd><dt><span>pulseLength :</span></dt><dd>4.152204895019531e-05</dd><dt><span>pulseBandwidth_pulse :</span></dt><dd>11.58</dd><dt><span>pulseBandwidth_units :</span></dt><dd>Hz</dd><dt><span>pulseBandwidth :</span></dt><dd>11597107.86</dd><dt><span>antennaPointing :</span></dt><dd>Right</dd><dt><span>adcSamplingRate_pulse :</span></dt><dd>11.58</dd><dt><span>adcSamplingRate_units :</span></dt><dd>Hz</dd><dt><span>adcSamplingRate :</span></dt><dd>12667968.75</dd><dt><span>yawSteeringFlag :</span></dt><dd>YawSteeringOn</dd><dt><span>geodeticFlag :</span></dt><dd>Off-Geocentric</dd><dt><span>rawBitsPerSample :</span></dt><dd>4</dd><dt><span>Description :</span></dt><dd>Radar Parameters Data Store. Information describing the characteristics of the sensor used to acquire the data</dd></dl></div></li></ul></div></div></ul></div></div><div style='display: inline-grid;'><div style='grid-column-start: 1;border-right: 0.2em solid;border-color: var(--xr-border-color);height: 100%;width: 0px;'></div><div style='grid-column-start: 2;grid-row-start: 1;height: 1em;width: 20px;border-bottom: 0.2em solid;border-color: var(--xr-border-color);'></div><div style='grid-column-start: 3;'><ul class='xr-sections'><div><svg style=\"position: absolute; width: 0; height: 0; overflow: hidden\">\n",
       "<defs>\n",
       "<symbol id=\"icon-database\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "<symbol id=\"icon-file-text2\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "</defs>\n",
       "</svg>\n",
       "<style>/* CSS stylesheet for displaying xarray objects in jupyterlab.\n",
       " *\n",
       " */\n",
       "\n",
       ":root {\n",
       "  --xr-font-color0: var(--jp-content-font-color0, rgba(0, 0, 0, 1));\n",
       "  --xr-font-color2: var(--jp-content-font-color2, rgba(0, 0, 0, 0.54));\n",
       "  --xr-font-color3: var(--jp-content-font-color3, rgba(0, 0, 0, 0.38));\n",
       "  --xr-border-color: var(--jp-border-color2, #e0e0e0);\n",
       "  --xr-disabled-color: var(--jp-layout-color3, #bdbdbd);\n",
       "  --xr-background-color: var(--jp-layout-color0, white);\n",
       "  --xr-background-color-row-even: var(--jp-layout-color1, white);\n",
       "  --xr-background-color-row-odd: var(--jp-layout-color2, #eeeeee);\n",
       "}\n",
       "\n",
       "html[theme=dark],\n",
       "body[data-theme=dark],\n",
       "body.vscode-dark {\n",
       "  --xr-font-color0: rgba(255, 255, 255, 1);\n",
       "  --xr-font-color2: rgba(255, 255, 255, 0.54);\n",
       "  --xr-font-color3: rgba(255, 255, 255, 0.38);\n",
       "  --xr-border-color: #1F1F1F;\n",
       "  --xr-disabled-color: #515151;\n",
       "  --xr-background-color: #111111;\n",
       "  --xr-background-color-row-even: #111111;\n",
       "  --xr-background-color-row-odd: #313131;\n",
       "}\n",
       "\n",
       ".xr-wrap {\n",
       "  display: block !important;\n",
       "  min-width: 300px;\n",
       "  max-width: 700px;\n",
       "}\n",
       "\n",
       ".xr-text-repr-fallback {\n",
       "  /* fallback to plain text repr when CSS is not injected (untrusted notebook) */\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-header {\n",
       "  padding-top: 6px;\n",
       "  padding-bottom: 6px;\n",
       "  margin-bottom: 4px;\n",
       "  border-bottom: solid 1px var(--xr-border-color);\n",
       "}\n",
       "\n",
       ".xr-header > div,\n",
       ".xr-header > ul {\n",
       "  display: inline;\n",
       "  margin-top: 0;\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-obj-type,\n",
       ".xr-array-name {\n",
       "  margin-left: 2px;\n",
       "  margin-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-obj-type {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-sections {\n",
       "  padding-left: 0 !important;\n",
       "  display: grid;\n",
       "  grid-template-columns: 150px auto auto 1fr 20px 20px;\n",
       "}\n",
       "\n",
       ".xr-section-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-section-item input {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-item input + label {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label {\n",
       "  cursor: pointer;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label:hover {\n",
       "  color: var(--xr-font-color0);\n",
       "}\n",
       "\n",
       ".xr-section-summary {\n",
       "  grid-column: 1;\n",
       "  color: var(--xr-font-color2);\n",
       "  font-weight: 500;\n",
       "}\n",
       "\n",
       ".xr-section-summary > span {\n",
       "  display: inline-block;\n",
       "  padding-left: 0.5em;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in + label:before {\n",
       "  display: inline-block;\n",
       "  content: '►';\n",
       "  font-size: 11px;\n",
       "  width: 15px;\n",
       "  text-align: center;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label:before {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label:before {\n",
       "  content: '▼';\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label > span {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-summary,\n",
       ".xr-section-inline-details {\n",
       "  padding-top: 4px;\n",
       "  padding-bottom: 4px;\n",
       "}\n",
       "\n",
       ".xr-section-inline-details {\n",
       "  grid-column: 2 / -1;\n",
       "}\n",
       "\n",
       ".xr-section-details {\n",
       "  display: none;\n",
       "  grid-column: 1 / -1;\n",
       "  margin-bottom: 5px;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked ~ .xr-section-details {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-array-wrap {\n",
       "  grid-column: 1 / -1;\n",
       "  display: grid;\n",
       "  grid-template-columns: 20px auto;\n",
       "}\n",
       "\n",
       ".xr-array-wrap > label {\n",
       "  grid-column: 1;\n",
       "  vertical-align: top;\n",
       "}\n",
       "\n",
       ".xr-preview {\n",
       "  color: var(--xr-font-color3);\n",
       "}\n",
       "\n",
       ".xr-array-preview,\n",
       ".xr-array-data {\n",
       "  padding: 0 5px !important;\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-array-data,\n",
       ".xr-array-in:checked ~ .xr-array-preview {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-array-in:checked ~ .xr-array-data,\n",
       ".xr-array-preview {\n",
       "  display: inline-block;\n",
       "}\n",
       "\n",
       ".xr-dim-list {\n",
       "  display: inline-block !important;\n",
       "  list-style: none;\n",
       "  padding: 0 !important;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list li {\n",
       "  display: inline-block;\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list:before {\n",
       "  content: '(';\n",
       "}\n",
       "\n",
       ".xr-dim-list:after {\n",
       "  content: ')';\n",
       "}\n",
       "\n",
       ".xr-dim-list li:not(:last-child):after {\n",
       "  content: ',';\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-has-index {\n",
       "  font-weight: bold;\n",
       "}\n",
       "\n",
       ".xr-var-list,\n",
       ".xr-var-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-var-item > div,\n",
       ".xr-var-item label,\n",
       ".xr-var-item > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-even);\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-var-item > .xr-var-name:hover span {\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-var-list > li:nth-child(odd) > div,\n",
       ".xr-var-list > li:nth-child(odd) > label,\n",
       ".xr-var-list > li:nth-child(odd) > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-odd);\n",
       "}\n",
       "\n",
       ".xr-var-name {\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-var-dims {\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-var-dtype {\n",
       "  grid-column: 3;\n",
       "  text-align: right;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-preview {\n",
       "  grid-column: 4;\n",
       "}\n",
       "\n",
       ".xr-index-preview {\n",
       "  grid-column: 2 / 5;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-name,\n",
       ".xr-var-dims,\n",
       ".xr-var-dtype,\n",
       ".xr-preview,\n",
       ".xr-attrs dt {\n",
       "  white-space: nowrap;\n",
       "  overflow: hidden;\n",
       "  text-overflow: ellipsis;\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-var-name:hover,\n",
       ".xr-var-dims:hover,\n",
       ".xr-var-dtype:hover,\n",
       ".xr-attrs dt:hover {\n",
       "  overflow: visible;\n",
       "  width: auto;\n",
       "  z-index: 1;\n",
       "}\n",
       "\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  display: none;\n",
       "  background-color: var(--xr-background-color) !important;\n",
       "  padding-bottom: 5px !important;\n",
       "}\n",
       "\n",
       ".xr-var-attrs-in:checked ~ .xr-var-attrs,\n",
       ".xr-var-data-in:checked ~ .xr-var-data,\n",
       ".xr-index-data-in:checked ~ .xr-index-data {\n",
       "  display: block;\n",
       "}\n",
       "\n",
       ".xr-var-data > table {\n",
       "  float: right;\n",
       "}\n",
       "\n",
       ".xr-var-name span,\n",
       ".xr-var-data,\n",
       ".xr-index-name div,\n",
       ".xr-index-data,\n",
       ".xr-attrs {\n",
       "  padding-left: 25px !important;\n",
       "}\n",
       "\n",
       ".xr-attrs,\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  grid-column: 1 / -1;\n",
       "}\n",
       "\n",
       "dl.xr-attrs {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  display: grid;\n",
       "  grid-template-columns: 125px auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt,\n",
       ".xr-attrs dd {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  float: left;\n",
       "  padding-right: 10px;\n",
       "  width: auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt {\n",
       "  font-weight: normal;\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-attrs dt:hover span {\n",
       "  display: inline-block;\n",
       "  background: var(--xr-background-color);\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-attrs dd {\n",
       "  grid-column: 2;\n",
       "  white-space: pre-wrap;\n",
       "  word-break: break-all;\n",
       "}\n",
       "\n",
       ".xr-icon-database,\n",
       ".xr-icon-file-text2,\n",
       ".xr-no-icon {\n",
       "  display: inline-block;\n",
       "  vertical-align: middle;\n",
       "  width: 1em;\n",
       "  height: 1.5em !important;\n",
       "  stroke-width: 0;\n",
       "  stroke: currentColor;\n",
       "  fill: currentColor;\n",
       "}\n",
       "</style><pre class='xr-text-repr-fallback'>&lt;xarray.DatasetView&gt;\n",
       "Dimensions:   (pixels: 10445)\n",
       "Coordinates:\n",
       "  * pixels    (pixels) int64 0 1 2 3 4 5 ... 10439 10440 10441 10442 10443 10444\n",
       "Data variables:\n",
       "    lutBeta   (pixels) float64 1.358e+07 1.358e+07 ... 1.358e+07 1.358e+07\n",
       "    lutGamma  (pixels) float64 1.163e+07 1.163e+07 ... 3.814e+07 3.815e+07\n",
       "    lutSigma  (pixels) float64 1.788e+07 1.788e+07 ... 4.049e+07 4.049e+07\n",
       "Attributes:\n",
       "    Description:  RADARSAT Product LUT. (c) COPYRIGHT MacDonald Dettwiler and...</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>lut</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-c547592e-0eb8-49db-ba1d-dcb852c5ce46' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-c547592e-0eb8-49db-ba1d-dcb852c5ce46' class='xr-section-summary'  title='Expand/collapse section'>Groups: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><div style='display: inline-grid; grid-template-columns: 100%'></div></div></li><li class='xr-section-item'><input id='section-5304b363-2642-44b9-b127-37173c5005c6' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-5304b363-2642-44b9-b127-37173c5005c6' 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'>pixels</span>: 10445</li></ul></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-45c99caf-b6e3-4b83-a10f-9278e6d146b2' class='xr-section-summary-in' type='checkbox'  checked><label for='section-45c99caf-b6e3-4b83-a10f-9278e6d146b2' class='xr-section-summary' >Coordinates: <span>(1)</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'>pixels</span></div><div class='xr-var-dims'>(pixels)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>0 1 2 3 ... 10441 10442 10443 10444</div><input id='attrs-ddc53370-058e-43a5-ba24-b2e37d1b2518' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-ddc53370-058e-43a5-ba24-b2e37d1b2518' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-ecaa1a93-4705-43e3-9999-8d7c39a9c5f0' class='xr-var-data-in' type='checkbox'><label for='data-ecaa1a93-4705-43e3-9999-8d7c39a9c5f0' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></dl></div><div class='xr-var-data'><pre>array([    0,     1,     2, ..., 10442, 10443, 10444])</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-790ba501-2fcd-4c89-8366-a4c9f1708cc6' class='xr-section-summary-in' type='checkbox'  checked><label for='section-790ba501-2fcd-4c89-8366-a4c9f1708cc6' class='xr-section-summary' >Data variables: <span>(3)</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>lutBeta</span></div><div class='xr-var-dims'>(pixels)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.358e+07 1.358e+07 ... 1.358e+07</div><input id='attrs-a2a30dd3-daac-4b2e-8f39-4d5bae2ab85f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-a2a30dd3-daac-4b2e-8f39-4d5bae2ab85f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-c47b59f3-5d72-49ae-a280-38dda3621df0' class='xr-var-data-in' type='checkbox'><label for='data-c47b59f3-5d72-49ae-a280-38dda3621df0' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>offset :</span></dt><dd>0.0</dd></dl></div><div class='xr-var-data'><pre>array([13583140., 13583140., 13583140., ..., 13583140., 13583140.,\n",
       "       13583140.])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>lutGamma</span></div><div class='xr-var-dims'>(pixels)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.163e+07 1.163e+07 ... 3.815e+07</div><input id='attrs-f4e3bf3a-82db-4475-a0fd-9be39a524d4e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f4e3bf3a-82db-4475-a0fd-9be39a524d4e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-834a7c4e-9e86-4c75-9d4e-fe6cd0035869' class='xr-var-data-in' type='checkbox'><label for='data-834a7c4e-9e86-4c75-9d4e-fe6cd0035869' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>offset :</span></dt><dd>0.0</dd></dl></div><div class='xr-var-data'><pre>array([11631990., 11632840., 11633700., ..., 38133200., 38140940.,\n",
       "       38148680.])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>lutSigma</span></div><div class='xr-var-dims'>(pixels)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>1.788e+07 1.788e+07 ... 4.049e+07</div><input id='attrs-da0578db-c379-4cda-b0d0-0f36d03f3ae8' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-da0578db-c379-4cda-b0d0-0f36d03f3ae8' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-cb09fad8-cec8-45fb-ae18-f7bb80f91e7d' class='xr-var-data-in' type='checkbox'><label for='data-cb09fad8-cec8-45fb-ae18-f7bb80f91e7d' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>offset :</span></dt><dd>0.0</dd></dl></div><div class='xr-var-data'><pre>array([17883090., 17883650., 17884200., ..., 40480150., 40487440.,\n",
       "       40494730.])</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-dbade792-6a99-4857-b4b6-3d14c2d23445' class='xr-section-summary-in' type='checkbox'  checked><label for='section-dbade792-6a99-4857-b4b6-3d14c2d23445' class='xr-section-summary' >Attributes: <span>(1)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><dl class='xr-attrs'><dt><span>Description :</span></dt><dd>RADARSAT Product LUT. (c) COPYRIGHT MacDonald Dettwiler and Associates Ltd., 2003 All Rights Reserved.Three output scaling Look-up Tables (LUTs) are included with every product. These LUTs allow one to convert the digital numbers foundin the output product to sigma-nought, beta-nought, or gamma-noughtvalues (depending on which LUT is used) by applying a constantoffset and range dependent gain to the SAR imagery.There is one entry in the gains list for each range sample in theimagery. In order to convert the digital number of a given rangesample to a calibrated value, the digital value is first squared,then the offset (B) is added and the result is divided by thegain value (A) corresponding to the range sample.i.e., calibrated value = ( digital value^2 + B ) / A</dd></dl></div></li></ul></div></div></ul></div></div><div style='display: inline-grid;'><div style='grid-column-start: 1;border-right: 0.2em solid;border-color: var(--xr-border-color);height: 1.2em;width: 0px;'></div><div style='grid-column-start: 2;grid-row-start: 1;height: 1em;width: 20px;border-bottom: 0.2em solid;border-color: var(--xr-border-color);'></div><div style='grid-column-start: 3;'><ul class='xr-sections'><div><svg style=\"position: absolute; width: 0; height: 0; overflow: hidden\">\n",
       "<defs>\n",
       "<symbol id=\"icon-database\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "<symbol id=\"icon-file-text2\" viewBox=\"0 0 32 32\">\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "<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>\n",
       "</symbol>\n",
       "</defs>\n",
       "</svg>\n",
       "<style>/* CSS stylesheet for displaying xarray objects in jupyterlab.\n",
       " *\n",
       " */\n",
       "\n",
       ":root {\n",
       "  --xr-font-color0: var(--jp-content-font-color0, rgba(0, 0, 0, 1));\n",
       "  --xr-font-color2: var(--jp-content-font-color2, rgba(0, 0, 0, 0.54));\n",
       "  --xr-font-color3: var(--jp-content-font-color3, rgba(0, 0, 0, 0.38));\n",
       "  --xr-border-color: var(--jp-border-color2, #e0e0e0);\n",
       "  --xr-disabled-color: var(--jp-layout-color3, #bdbdbd);\n",
       "  --xr-background-color: var(--jp-layout-color0, white);\n",
       "  --xr-background-color-row-even: var(--jp-layout-color1, white);\n",
       "  --xr-background-color-row-odd: var(--jp-layout-color2, #eeeeee);\n",
       "}\n",
       "\n",
       "html[theme=dark],\n",
       "body[data-theme=dark],\n",
       "body.vscode-dark {\n",
       "  --xr-font-color0: rgba(255, 255, 255, 1);\n",
       "  --xr-font-color2: rgba(255, 255, 255, 0.54);\n",
       "  --xr-font-color3: rgba(255, 255, 255, 0.38);\n",
       "  --xr-border-color: #1F1F1F;\n",
       "  --xr-disabled-color: #515151;\n",
       "  --xr-background-color: #111111;\n",
       "  --xr-background-color-row-even: #111111;\n",
       "  --xr-background-color-row-odd: #313131;\n",
       "}\n",
       "\n",
       ".xr-wrap {\n",
       "  display: block !important;\n",
       "  min-width: 300px;\n",
       "  max-width: 700px;\n",
       "}\n",
       "\n",
       ".xr-text-repr-fallback {\n",
       "  /* fallback to plain text repr when CSS is not injected (untrusted notebook) */\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-header {\n",
       "  padding-top: 6px;\n",
       "  padding-bottom: 6px;\n",
       "  margin-bottom: 4px;\n",
       "  border-bottom: solid 1px var(--xr-border-color);\n",
       "}\n",
       "\n",
       ".xr-header > div,\n",
       ".xr-header > ul {\n",
       "  display: inline;\n",
       "  margin-top: 0;\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-obj-type,\n",
       ".xr-array-name {\n",
       "  margin-left: 2px;\n",
       "  margin-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-obj-type {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-sections {\n",
       "  padding-left: 0 !important;\n",
       "  display: grid;\n",
       "  grid-template-columns: 150px auto auto 1fr 20px 20px;\n",
       "}\n",
       "\n",
       ".xr-section-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-section-item input {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-item input + label {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label {\n",
       "  cursor: pointer;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-item input:enabled + label:hover {\n",
       "  color: var(--xr-font-color0);\n",
       "}\n",
       "\n",
       ".xr-section-summary {\n",
       "  grid-column: 1;\n",
       "  color: var(--xr-font-color2);\n",
       "  font-weight: 500;\n",
       "}\n",
       "\n",
       ".xr-section-summary > span {\n",
       "  display: inline-block;\n",
       "  padding-left: 0.5em;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label {\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in + label:before {\n",
       "  display: inline-block;\n",
       "  content: '►';\n",
       "  font-size: 11px;\n",
       "  width: 15px;\n",
       "  text-align: center;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:disabled + label:before {\n",
       "  color: var(--xr-disabled-color);\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label:before {\n",
       "  content: '▼';\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked + label > span {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-section-summary,\n",
       ".xr-section-inline-details {\n",
       "  padding-top: 4px;\n",
       "  padding-bottom: 4px;\n",
       "}\n",
       "\n",
       ".xr-section-inline-details {\n",
       "  grid-column: 2 / -1;\n",
       "}\n",
       "\n",
       ".xr-section-details {\n",
       "  display: none;\n",
       "  grid-column: 1 / -1;\n",
       "  margin-bottom: 5px;\n",
       "}\n",
       "\n",
       ".xr-section-summary-in:checked ~ .xr-section-details {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-array-wrap {\n",
       "  grid-column: 1 / -1;\n",
       "  display: grid;\n",
       "  grid-template-columns: 20px auto;\n",
       "}\n",
       "\n",
       ".xr-array-wrap > label {\n",
       "  grid-column: 1;\n",
       "  vertical-align: top;\n",
       "}\n",
       "\n",
       ".xr-preview {\n",
       "  color: var(--xr-font-color3);\n",
       "}\n",
       "\n",
       ".xr-array-preview,\n",
       ".xr-array-data {\n",
       "  padding: 0 5px !important;\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-array-data,\n",
       ".xr-array-in:checked ~ .xr-array-preview {\n",
       "  display: none;\n",
       "}\n",
       "\n",
       ".xr-array-in:checked ~ .xr-array-data,\n",
       ".xr-array-preview {\n",
       "  display: inline-block;\n",
       "}\n",
       "\n",
       ".xr-dim-list {\n",
       "  display: inline-block !important;\n",
       "  list-style: none;\n",
       "  padding: 0 !important;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list li {\n",
       "  display: inline-block;\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "}\n",
       "\n",
       ".xr-dim-list:before {\n",
       "  content: '(';\n",
       "}\n",
       "\n",
       ".xr-dim-list:after {\n",
       "  content: ')';\n",
       "}\n",
       "\n",
       ".xr-dim-list li:not(:last-child):after {\n",
       "  content: ',';\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-has-index {\n",
       "  font-weight: bold;\n",
       "}\n",
       "\n",
       ".xr-var-list,\n",
       ".xr-var-item {\n",
       "  display: contents;\n",
       "}\n",
       "\n",
       ".xr-var-item > div,\n",
       ".xr-var-item label,\n",
       ".xr-var-item > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-even);\n",
       "  margin-bottom: 0;\n",
       "}\n",
       "\n",
       ".xr-var-item > .xr-var-name:hover span {\n",
       "  padding-right: 5px;\n",
       "}\n",
       "\n",
       ".xr-var-list > li:nth-child(odd) > div,\n",
       ".xr-var-list > li:nth-child(odd) > label,\n",
       ".xr-var-list > li:nth-child(odd) > .xr-var-name span {\n",
       "  background-color: var(--xr-background-color-row-odd);\n",
       "}\n",
       "\n",
       ".xr-var-name {\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-var-dims {\n",
       "  grid-column: 2;\n",
       "}\n",
       "\n",
       ".xr-var-dtype {\n",
       "  grid-column: 3;\n",
       "  text-align: right;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-preview {\n",
       "  grid-column: 4;\n",
       "}\n",
       "\n",
       ".xr-index-preview {\n",
       "  grid-column: 2 / 5;\n",
       "  color: var(--xr-font-color2);\n",
       "}\n",
       "\n",
       ".xr-var-name,\n",
       ".xr-var-dims,\n",
       ".xr-var-dtype,\n",
       ".xr-preview,\n",
       ".xr-attrs dt {\n",
       "  white-space: nowrap;\n",
       "  overflow: hidden;\n",
       "  text-overflow: ellipsis;\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-var-name:hover,\n",
       ".xr-var-dims:hover,\n",
       ".xr-var-dtype:hover,\n",
       ".xr-attrs dt:hover {\n",
       "  overflow: visible;\n",
       "  width: auto;\n",
       "  z-index: 1;\n",
       "}\n",
       "\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  display: none;\n",
       "  background-color: var(--xr-background-color) !important;\n",
       "  padding-bottom: 5px !important;\n",
       "}\n",
       "\n",
       ".xr-var-attrs-in:checked ~ .xr-var-attrs,\n",
       ".xr-var-data-in:checked ~ .xr-var-data,\n",
       ".xr-index-data-in:checked ~ .xr-index-data {\n",
       "  display: block;\n",
       "}\n",
       "\n",
       ".xr-var-data > table {\n",
       "  float: right;\n",
       "}\n",
       "\n",
       ".xr-var-name span,\n",
       ".xr-var-data,\n",
       ".xr-index-name div,\n",
       ".xr-index-data,\n",
       ".xr-attrs {\n",
       "  padding-left: 25px !important;\n",
       "}\n",
       "\n",
       ".xr-attrs,\n",
       ".xr-var-attrs,\n",
       ".xr-var-data,\n",
       ".xr-index-data {\n",
       "  grid-column: 1 / -1;\n",
       "}\n",
       "\n",
       "dl.xr-attrs {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  display: grid;\n",
       "  grid-template-columns: 125px auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt,\n",
       ".xr-attrs dd {\n",
       "  padding: 0;\n",
       "  margin: 0;\n",
       "  float: left;\n",
       "  padding-right: 10px;\n",
       "  width: auto;\n",
       "}\n",
       "\n",
       ".xr-attrs dt {\n",
       "  font-weight: normal;\n",
       "  grid-column: 1;\n",
       "}\n",
       "\n",
       ".xr-attrs dt:hover span {\n",
       "  display: inline-block;\n",
       "  background: var(--xr-background-color);\n",
       "  padding-right: 10px;\n",
       "}\n",
       "\n",
       ".xr-attrs dd {\n",
       "  grid-column: 2;\n",
       "  white-space: pre-wrap;\n",
       "  word-break: break-all;\n",
       "}\n",
       "\n",
       ".xr-icon-database,\n",
       ".xr-icon-file-text2,\n",
       ".xr-no-icon {\n",
       "  display: inline-block;\n",
       "  vertical-align: middle;\n",
       "  width: 1em;\n",
       "  height: 1.5em !important;\n",
       "  stroke-width: 0;\n",
       "  stroke: currentColor;\n",
       "  fill: currentColor;\n",
       "}\n",
       "</style><pre class='xr-text-repr-fallback'>&lt;xarray.DatasetView&gt;\n",
       "Dimensions:         (pol: 2, line: 203, sample: 208)\n",
       "Coordinates:\n",
       "  * pol             (pol) &lt;U2 &#x27;VV&#x27; &#x27;VH&#x27;\n",
       "  * line            (line) float64 24.5 74.5 124.5 ... 1.007e+04 1.012e+04\n",
       "  * sample          (sample) float64 24.5 74.5 124.5 ... 1.032e+04 1.037e+04\n",
       "Data variables:\n",
       "    digital_number  (pol, line, sample) uint16 dask.array&lt;chunksize=(1, 203, 208), meta=np.ndarray&gt;</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>digital_numbers</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-820e1d81-781a-425a-be57-548d5a94a69e' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-820e1d81-781a-425a-be57-548d5a94a69e' class='xr-section-summary'  title='Expand/collapse section'>Groups: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><div style='display: inline-grid; grid-template-columns: 100%'></div></div></li><li class='xr-section-item'><input id='section-a08627c2-6111-4998-811d-c0f75465d29d' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-a08627c2-6111-4998-811d-c0f75465d29d' 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'>pol</span>: 2</li><li><span class='xr-has-index'>line</span>: 203</li><li><span class='xr-has-index'>sample</span>: 208</li></ul></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-c9c0c0ec-2224-43c7-abbb-36e388335af1' class='xr-section-summary-in' type='checkbox'  checked><label for='section-c9c0c0ec-2224-43c7-abbb-36e388335af1' class='xr-section-summary' >Coordinates: <span>(3)</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'>pol</span></div><div class='xr-var-dims'>(pol)</div><div class='xr-var-dtype'>&lt;U2</div><div class='xr-var-preview xr-preview'>&#x27;VV&#x27; &#x27;VH&#x27;</div><input id='attrs-4294830a-0355-4518-bf18-e58e529c3908' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-4294830a-0355-4518-bf18-e58e529c3908' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-acd826ba-c173-400b-b312-66e7f5157e20' class='xr-var-data-in' type='checkbox'><label for='data-acd826ba-c173-400b-b312-66e7f5157e20' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></dl></div><div class='xr-var-data'><pre>array([&#x27;VV&#x27;, &#x27;VH&#x27;], dtype=&#x27;&lt;U2&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>line</span></div><div class='xr-var-dims'>(line)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>24.5 74.5 ... 1.007e+04 1.012e+04</div><input id='attrs-23c8d9a3-01d9-4db2-a55e-ceee7c947b0a' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-23c8d9a3-01d9-4db2-a55e-ceee7c947b0a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1235d979-e0f9-4c41-942e-8edeb3278890' class='xr-var-data-in' type='checkbox'><label for='data-1235d979-e0f9-4c41-942e-8edeb3278890' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></dl></div><div class='xr-var-data'><pre>array([   24.5,    74.5,   124.5, ..., 10024.5, 10074.5, 10124.5])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>sample</span></div><div class='xr-var-dims'>(sample)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>24.5 74.5 ... 1.032e+04 1.037e+04</div><input id='attrs-a2735222-b5ee-4533-adec-380d031c5f2a' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-a2735222-b5ee-4533-adec-380d031c5f2a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a5554fd9-5c58-4438-829b-93583141688b' class='xr-var-data-in' type='checkbox'><label for='data-a5554fd9-5c58-4438-829b-93583141688b' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></dl></div><div class='xr-var-data'><pre>array([   24.5,    74.5,   124.5, ..., 10274.5, 10324.5, 10374.5])</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-9eea689c-9849-49ce-80aa-6bef2d151be7' class='xr-section-summary-in' type='checkbox'  checked><label for='section-9eea689c-9849-49ce-80aa-6bef2d151be7' class='xr-section-summary' >Data variables: <span>(1)</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>digital_number</span></div><div class='xr-var-dims'>(pol, line, sample)</div><div class='xr-var-dtype'>uint16</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 203, 208), meta=np.ndarray&gt;</div><input id='attrs-f1896ea8-671f-43b1-aa19-37517fddf670' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f1896ea8-671f-43b1-aa19-37517fddf670' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-be3b7bdd-f636-41b6-9d88-f4384e292f33' class='xr-var-data-in' type='checkbox'><label for='data-be3b7bdd-f636-41b6-9d88-f4384e292f33' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>comment :</span></dt><dd>not denoised digital number, resampled at &quot;{&#x27;line&#x27;: 50, &#x27;sample&#x27;: 50}&quot; with rasterio.enums.Resampling.rms</dd><dt><span>history :</span></dt><dd>digital_number: imagery_V*.tif\n",
       "</dd></dl></div><div class='xr-var-data'><table>\n",
       "    <tr>\n",
       "        <td>\n",
       "            <table style=\"border-collapse: collapse;\">\n",
       "                <thead>\n",
       "                    <tr>\n",
       "                        <td> </td>\n",
       "                        <th> Array </th>\n",
       "                        <th> Chunk </th>\n",
       "                    </tr>\n",
       "                </thead>\n",
       "                <tbody>\n",
       "                    \n",
       "                    <tr>\n",
       "                        <th> Bytes </th>\n",
       "                        <td> 164.94 kiB </td>\n",
       "                        <td> 82.47 kiB </td>\n",
       "                    </tr>\n",
       "                    \n",
       "                    <tr>\n",
       "                        <th> Shape </th>\n",
       "                        <td> (2, 203, 208) </td>\n",
       "                        <td> (1, 203, 208) </td>\n",
       "                    </tr>\n",
       "                    <tr>\n",
       "                        <th> Dask graph </th>\n",
       "                        <td colspan=\"2\"> 2 chunks in 3 graph layers </td>\n",
       "                    </tr>\n",
       "                    <tr>\n",
       "                        <th> Data type </th>\n",
       "                        <td colspan=\"2\"> uint16 numpy.ndarray </td>\n",
       "                    </tr>\n",
       "                </tbody>\n",
       "            </table>\n",
       "        </td>\n",
       "        <td>\n",
       "        <svg width=\"194\" height=\"182\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
       "\n",
       "  <!-- Horizontal lines -->\n",
       "  <line x1=\"10\" y1=\"0\" x2=\"24\" y2=\"14\" style=\"stroke-width:2\" />\n",
       "  <line x1=\"10\" y1=\"117\" x2=\"24\" y2=\"132\" style=\"stroke-width:2\" />\n",
       "\n",
       "  <!-- Vertical lines -->\n",
       "  <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"117\" style=\"stroke-width:2\" />\n",
       "  <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"124\" />\n",
       "  <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"132\" style=\"stroke-width:2\" />\n",
       "\n",
       "  <!-- Colored Rectangle -->\n",
       "  <polygon points=\"10.0,0.0 24.9485979497544,14.948597949754403 24.9485979497544,132.06398256513904 10.0,117.11538461538463\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
       "\n",
       "  <!-- Horizontal lines -->\n",
       "  <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
       "  <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
       "  <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" style=\"stroke-width:2\" />\n",
       "\n",
       "  <!-- Vertical lines -->\n",
       "  <line x1=\"10\" y1=\"0\" x2=\"24\" y2=\"14\" style=\"stroke-width:2\" />\n",
       "  <line x1=\"130\" y1=\"0\" x2=\"144\" y2=\"14\" style=\"stroke-width:2\" />\n",
       "\n",
       "  <!-- Colored Rectangle -->\n",
       "  <polygon points=\"10.0,0.0 130.0,0.0 144.9485979497544,14.948597949754403 24.9485979497544,14.948597949754403\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
       "\n",
       "  <!-- Horizontal lines -->\n",
       "  <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" style=\"stroke-width:2\" />\n",
       "  <line x1=\"24\" y1=\"132\" x2=\"144\" y2=\"132\" style=\"stroke-width:2\" />\n",
       "\n",
       "  <!-- Vertical lines -->\n",
       "  <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"132\" style=\"stroke-width:2\" />\n",
       "  <line x1=\"144\" y1=\"14\" x2=\"144\" y2=\"132\" style=\"stroke-width:2\" />\n",
       "\n",
       "  <!-- Colored Rectangle -->\n",
       "  <polygon points=\"24.9485979497544,14.948597949754403 144.9485979497544,14.948597949754403 144.9485979497544,132.06398256513904 24.9485979497544,132.06398256513904\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
       "\n",
       "  <!-- Text -->\n",
       "  <text x=\"84.948598\" y=\"152.063983\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >208</text>\n",
       "  <text x=\"164.948598\" y=\"73.506290\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,164.948598,73.506290)\">203</text>\n",
       "  <text x=\"7.474299\" y=\"144.589684\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,7.474299,144.589684)\">2</text>\n",
       "</svg>\n",
       "        </td>\n",
       "    </tr>\n",
       "</table></div></li></ul></div></li><li class='xr-section-item'><input id='section-af8d762f-2e43-4fa9-b243-74270e9c3eb2' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-af8d762f-2e43-4fa9-b243-74270e9c3eb2' class='xr-section-summary'  title='Expand/collapse section'>Attributes: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><dl class='xr-attrs'></dl></div></li></ul></div></div></ul></div></div></div></div></li><li class='xr-section-item'><input id='section-6083bfa6-17ae-4ff2-87fb-cd9625144c1b' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-6083bfa6-17ae-4ff2-87fb-cd9625144c1b' class='xr-section-summary'  title='Expand/collapse section'>Dimensions:</label><div class='xr-section-inline-details'></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-1f1a86ea-43bd-49cf-9e9e-f79e0d2c8d54' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-1f1a86ea-43bd-49cf-9e9e-f79e0d2c8d54' class='xr-section-summary'  title='Expand/collapse section'>Coordinates: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'></ul></div></li><li class='xr-section-item'><input id='section-b342ec64-64d7-4090-9161-e50bc5ec3755' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-b342ec64-64d7-4090-9161-e50bc5ec3755' class='xr-section-summary'  title='Expand/collapse section'>Data variables: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'></ul></div></li><li class='xr-section-item'><input id='section-cb521373-b1c8-4303-877f-772f299ffeb1' class='xr-section-summary-in' type='checkbox'  checked><label for='section-cb521373-b1c8-4303-877f-772f299ffeb1' 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>product_path :</span></dt><dd>/home/datawork-cersat-public/cache/project/sarwing/data/RS2/L1/VV_VH/2020/234/RS2_OK123649_PK1086794_DK1033082_SCWA_20200821_133300_VV_VH_SGF</dd><dt><span>satellite :</span></dt><dd>RADARSAT-2</dd><dt><span>inputDatasetId :</span></dt><dd>/Fred/RSAT-2/525985P</dd><dt><span>rawDataStartTime :</span></dt><dd>2020-08-21T13:33:00.289027</dd><dt><span>satelliteHeight_units :</span></dt><dd>m</dd><dt><span>satelliteHeight :</span></dt><dd>793996.3316241935</dd></dl></div></li></ul></div></div>"
      ],
      "text/plain": [
       "DataTree('None', parent=None)\n",
       "│   Dimensions:  ()\n",
       "│   Data variables:\n",
       "│       *empty*\n",
       "│   Attributes:\n",
       "│       product_path:           /home/datawork-cersat-public/cache/project/sarwin...\n",
       "│       satellite:              RADARSAT-2\n",
       "│       inputDatasetId:         /Fred/RSAT-2/525985P\n",
       "│       rawDataStartTime:       2020-08-21T13:33:00.289027\n",
       "│       satelliteHeight_units:  m\n",
       "│       satelliteHeight:        793996.3316241935\n",
       "├── DataTree('orbitAndAttitude')\n",
       "│       Dimensions:    (timeStamp: 11)\n",
       "│       Coordinates:\n",
       "│         * timeStamp  (timeStamp) datetime64[ns] 2020-08-21T13:32:59.965779 ... 2020...\n",
       "│       Data variables:\n",
       "│           yaw        (timeStamp) float64 3.62 3.634 3.647 3.657 ... 3.713 3.721 3.731\n",
       "│           roll       (timeStamp) float64 -29.8 -29.8 -29.8 -29.8 ... -29.8 -29.8 -29.8\n",
       "│           pitch      (timeStamp) float64 0.00105 0.0002288 ... -0.0002198 0.0002899\n",
       "│           xPosition  (timeStamp) float64 -2.264e+06 -2.283e+06 ... -2.45e+06\n",
       "│           yPosition  (timeStamp) float64 -6.252e+06 -6.267e+06 ... -6.386e+06\n",
       "│           zPosition  (timeStamp) float64 2.681e+06 2.629e+06 ... 2.205e+06 2.151e+06\n",
       "│           xVelocity  (timeStamp) float64 -2.523e+03 -2.507e+03 ... -2.348e+03\n",
       "│           yVelocity  (timeStamp) float64 -2.024e+03 -1.97e+03 ... -1.476e+03\n",
       "│           zVelocity  (timeStamp) float64 -6.824e+03 -6.846e+03 ... -7.024e+03\n",
       "│       Attributes:\n",
       "│           attitudeDataSource:      Downlink\n",
       "│           attitudeOffsetsApplied:  true\n",
       "│           Description:             Attitude Information Data Store. Orbit Informati...\n",
       "├── DataTree('geolocationGrid')\n",
       "│       Dimensions:    (line: 11, pixel: 11)\n",
       "│       Coordinates:\n",
       "│         * line       (line) int64 0 1018 2037 3056 4074 5093 6112 7130 8149 9168 10187\n",
       "│         * pixel      (pixel) int64 0 1044 2088 3133 4177 ... 6266 7310 8355 9399 10444\n",
       "│       Data variables:\n",
       "│           latitude   (line, pixel) float64 23.47 23.38 23.3 ... 18.24 18.14 18.04\n",
       "│           longitude  (line, pixel) float64 -117.3 -116.8 -116.3 ... -113.8 -113.3\n",
       "│           height     (line, pixel) float64 0.0 0.0 0.0 0.0 0.0 ... 0.0 0.0 0.0 0.0 0.0\n",
       "│       Attributes: (12/13)\n",
       "│           productFormat:                               GeoTIFF\n",
       "│           outputMediaInterleaving:                     BSQ\n",
       "│           rasterAttributes_dataType:                   Magnitude Detected\n",
       "│           rasterAttributes_bitsPerSample_dataStream:   Magnitude\n",
       "│           rasterAttributes_bitsPerSample_value:        16\n",
       "│           rasterAttributes_numberOfSamplesPerLine:     10445\n",
       "│           ...                                          ...\n",
       "│           rasterAttributes_sampledPixelSpacing_units:  m\n",
       "│           rasterAttributes_sampledPixelSpacing_value:  50.0\n",
       "│           rasterAttributes_sampledLineSpacing_units:   m\n",
       "│           rasterAttributes_sampledLineSpacing_value:   50.0\n",
       "│           rasterAttributes_lineTimeOrdering:           Increasing\n",
       "│           rasterAttributes_pixelTimeOrdering:          Decreasing\n",
       "├── DataTree('imageGenerationParameters')\n",
       "│   ├── DataTree('doppler')\n",
       "│   │   ├── DataTree('dopplerCentroid')\n",
       "│   │   │       Dimensions:                          (timeOfDopplerCentroidEstimate: 6,\n",
       "│   │   │                                             n-Coefficients: 5)\n",
       "│   │   │       Coordinates:\n",
       "│   │   │         * timeOfDopplerCentroidEstimate    (timeOfDopplerCentroidEstimate) datetime64[ns] ...\n",
       "│   │   │         * n-Coefficients                   (n-Coefficients) int64 0 1 2 3 4\n",
       "│   │   │       Data variables:\n",
       "│   │   │           dopplerAmbiguity                 (timeOfDopplerCentroidEstimate) int64 0 ...\n",
       "│   │   │           dopplerAmbiguityConfidence       (timeOfDopplerCentroidEstimate) float64 ...\n",
       "│   │   │           dopplerCentroidReferenceTime     (timeOfDopplerCentroidEstimate) float64 ...\n",
       "│   │   │           dopplerCentroidPolynomialPeriod  (timeOfDopplerCentroidEstimate) float64 ...\n",
       "│   │   │           dopplerCentroidCoefficients      (timeOfDopplerCentroidEstimate, n-Coefficients) float64 ...\n",
       "│   │   │           dopplerCentroidConfidence        (timeOfDopplerCentroidEstimate) float64 ...\n",
       "│   │   │       Attributes:\n",
       "│   │   │           Description:  Doppler Centroid Data Store\n",
       "│   │   └── DataTree('dopplerRateValues')\n",
       "│   │           Dimensions:                   (dopplerRateReferenceTime: 1,\n",
       "│   │                                          n-RateValuesCoefficients: 3)\n",
       "│   │           Coordinates:\n",
       "│   │             * dopplerRateReferenceTime  (dopplerRateReferenceTime) float64 0.005571\n",
       "│   │             * n-RateValuesCoefficients  (n-RateValuesCoefficients) int64 0 1 2\n",
       "│   │           Data variables:\n",
       "│   │               dopplerRateValues         (dopplerRateReferenceTime, n-RateValuesCoefficients) float64 ...\n",
       "│   │           Attributes:\n",
       "│   │               Description:  Doppler Rate Values Data Store.\n",
       "│   └── DataTree('chirp')\n",
       "│           Dimensions:                  (pole: 2, n-amplitudeCoefficients: 4,\n",
       "│                                         n-phaseCoefficients: 4)\n",
       "│           Coordinates:\n",
       "│             * pole                     (pole) <U2 'VV' 'VH'\n",
       "│             * n-amplitudeCoefficients  (n-amplitudeCoefficients) int64 0 1 2 3\n",
       "│             * n-phaseCoefficients      (n-phaseCoefficients) int64 0 1 2 3\n",
       "│           Data variables:\n",
       "│               replicaQualityValid      (pole) <U4 'true' 'true'\n",
       "│               crossCorrelationWidth    (pole) float64 1.033 1.039\n",
       "│               sideLobeLevel            (pole) float64 -13.25 -13.28\n",
       "│               integratedSideLobeRatio  (pole) float64 -9.973 -10.17\n",
       "│               crossCorrelationPeakLoc  (pole) float64 37.8 38.01\n",
       "│               chirpPower               (pole) float64 64.57 64.32\n",
       "│               amplitudeCoefficients    (pole, n-amplitudeCoefficients) float64 1.0 ... ...\n",
       "│               phaseCoefficients        (pole, n-phaseCoefficients) float64 0.2693 ... -...\n",
       "│           Attributes:\n",
       "│               VV_wing:      Combined\n",
       "│               VV_pulse:     11.58\n",
       "│               VH_wing:      Combined\n",
       "│               VH_pulse:     11.58\n",
       "│               Description:  Chirp Quality Data Store\n",
       "├── DataTree('radarParameters')\n",
       "│       Dimensions:                         (beam: 4, pole: 2, NbOfNoiseLevelValues: 99)\n",
       "│       Coordinates:\n",
       "│         * beam                            (beam) <U3 'W1' 'W2' 'W30' 'S7'\n",
       "│         * pole                            (pole) <U2 'VH' 'VV'\n",
       "│       Dimensions without coordinates: NbOfNoiseLevelValues\n",
       "│       Data variables:\n",
       "│           pulsesReceivedPerDwell          (beam) int64 58 58 58 58\n",
       "│           numberOfPulseIntervalsPerDwell  (beam) int64 65 66 65 67\n",
       "│           rank                            (beam) int64 7 8 7 9\n",
       "│           settableGain                    (beam, pole) float64 -1.0 -1.0 ... -1.0 -1.0\n",
       "│           pulseRepetitionFrequency        (beam) float64 1.283e+03 ... 1.295e+03\n",
       "│           samplesPerEchoLine              (beam) int64 6768 7920 7944 7320\n",
       "│           noiseLevelValues_BetaNought     (NbOfNoiseLevelValues) float64 -27.3 ... ...\n",
       "│           noiseLevelValues_SigmaNought    (NbOfNoiseLevelValues) float64 -28.5 ... ...\n",
       "│           noiseLevelValues_Gamma          (NbOfNoiseLevelValues) float64 -26.65 ......\n",
       "│       Attributes: (12/20)\n",
       "│           acquisitionType:             ScanSAR Wide\n",
       "│           beams:                       ['W1', 'W2', 'W30', 'S7']\n",
       "│           polarizations:               ['VV', 'VH']\n",
       "│           pulses:                      11.58\n",
       "│           radarCenterFrequency_units:  Hz\n",
       "│           radarCenterFrequency:        5404999242.769673\n",
       "│           ...                          ...\n",
       "│           adcSamplingRate_units:       Hz\n",
       "│           adcSamplingRate:             12667968.75\n",
       "│           yawSteeringFlag:             YawSteeringOn\n",
       "│           geodeticFlag:                Off-Geocentric\n",
       "│           rawBitsPerSample:            4\n",
       "│           Description:                 Radar Parameters Data Store. Information des...\n",
       "├── DataTree('lut')\n",
       "│       Dimensions:   (pixels: 10445)\n",
       "│       Coordinates:\n",
       "│         * pixels    (pixels) int64 0 1 2 3 4 5 ... 10439 10440 10441 10442 10443 10444\n",
       "│       Data variables:\n",
       "│           lutBeta   (pixels) float64 1.358e+07 1.358e+07 ... 1.358e+07 1.358e+07\n",
       "│           lutGamma  (pixels) float64 1.163e+07 1.163e+07 ... 3.814e+07 3.815e+07\n",
       "│           lutSigma  (pixels) float64 1.788e+07 1.788e+07 ... 4.049e+07 4.049e+07\n",
       "│       Attributes:\n",
       "│           Description:  RADARSAT Product LUT. (c) COPYRIGHT MacDonald Dettwiler and...\n",
       "└── DataTree('digital_numbers')\n",
       "        Dimensions:         (pol: 2, line: 203, sample: 208)\n",
       "        Coordinates:\n",
       "          * pol             (pol) <U2 'VV' 'VH'\n",
       "          * line            (line) float64 24.5 74.5 124.5 ... 1.007e+04 1.012e+04\n",
       "          * sample          (sample) float64 24.5 74.5 124.5 ... 1.032e+04 1.037e+04\n",
       "        Data variables:\n",
       "            digital_number  (pol, line, sample) uint16 dask.array<chunksize=(1, 203, 208), meta=np.ndarray>"
      ]
     },
     "execution_count": 5,
     "metadata": {},
     "output_type": "execute_result"
    }
   ],
   "source": [
    "#  Add digital numbers to the datatree and display it\n",
    "dt = xradarsat2.load_digital_number(\n",
    "    chunks={\"line\": 5000, \"sample\": 5000},\n",
    "    dt=dt,\n",
    "    resolution={\"line\": 50, \"sample\": 50},\n",
    ")\n",
    "dt"
   ]
  }
 ],
 "metadata": {
  "kernelspec": {
   "display_name": "radarsat2_test",
   "language": "python",
   "name": "radarsat2_test"
  },
  "language_info": {
   "codemirror_mode": {
    "name": "ipython",
    "version": 3
   },
   "file_extension": ".py",
   "mimetype": "text/x-python",
   "name": "python",
   "nbconvert_exporter": "python",
   "pygments_lexer": "ipython3",
   "version": "3.10.8"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 5
}
