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",