From f3013ab40a8721f52e9599335e7bbc4ad189e09f Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Fri, 28 May 2021 01:16:33 -0600 Subject: [PATCH] Add description for write_img function --- examples/notebooks/GOES_CIRA_Product_Writer.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/notebooks/GOES_CIRA_Product_Writer.ipynb b/examples/notebooks/GOES_CIRA_Product_Writer.ipynb index 153fa7d..090ae4f 100644 --- a/examples/notebooks/GOES_CIRA_Product_Writer.ipynb +++ b/examples/notebooks/GOES_CIRA_Product_Writer.ipynb @@ -500,7 +500,7 @@ "\n", " # Write out the single channel\n", " print('writing',name)\n", - "# write_img(data, name, proj, extent, reftime, False)\n", + " write_img(data, name, proj, extent, reftime, False)\n", " \n", " # --- End of channel loop \n", " \n",