Skip to content

Commit

Permalink
Update notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgleith committed Feb 2, 2024
1 parent 720892c commit 79c124f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Test_S1_Mosaic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,7 @@
"metadata": {},
"outputs": [],
"source": [
"# Do the processing, all in memory\n",
"loaded = output_data.compute()\n",
"loaded"
"output_data[\"count\"].plot.imshow(size=10)"
]
},
{
Expand All @@ -112,7 +110,7 @@
"metadata": {},
"outputs": [],
"source": [
"loaded[[\"median_vv\", \"median_vh\", \"median_vv_vh\"]].to_array().plot.imshow(size=10, vmin=0, vmax=0.1)"
"output_data[[\"median_vv\", \"median_vh\", \"median_vv_vh\"]].to_array().plot.imshow(size=10, vmin=0, vmax=0.1)"
]
},
{
Expand All @@ -121,7 +119,7 @@
"metadata": {},
"outputs": [],
"source": [
"loaded[[\"mean_vv\", \"mean_vh\", \"mean_vv_vh\"]].to_array().plot.imshow(size=10, vmin=0, vmax=0.2)"
"output_data[[\"mean_vv\", \"mean_vh\", \"mean_vv_vh\"]].to_array().plot.imshow(size=10, vmin=0, vmax=0.2)"
]
},
{
Expand Down

0 comments on commit 79c124f

Please sign in to comment.