diff --git a/natural_images/phase_importance.ipynb b/natural_images/phase_importance.ipynb index 868a30086443fdce35a852acd0892ff23a74b449..d8899eb91fdfd88379fc6edbf579da93d0cdcc09 100644 --- a/natural_images/phase_importance.ipynb +++ b/natural_images/phase_importance.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": 51, + "execution_count": 63, "metadata": {}, "outputs": [], "source": [ @@ -38,7 +38,7 @@ }, { "cell_type": "code", - "execution_count": 52, + "execution_count": 64, "metadata": {}, "outputs": [], "source": [ @@ -65,7 +65,7 @@ "\n", " # Save the PIL image as a PNG image\n", " output_path = \"/mnt/Data/darijani/AdaLISTA/natural_images/\"\n", - " file_name = name+str(N)+\"_\"+'.png'\n", + " file_name = name+\"_\"+str(N)+\"_\"+'.png'\n", " pil_image.save(output_path+file_name)\n", " # im.save(file_name)\n", "\n" @@ -73,7 +73,7 @@ }, { "cell_type": "code", - "execution_count": 53, + "execution_count": 65, "metadata": {}, "outputs": [ { @@ -113,7 +113,7 @@ }, { "cell_type": "code", - "execution_count": 54, + "execution_count": 66, "metadata": {}, "outputs": [ { @@ -152,7 +152,7 @@ }, { "cell_type": "code", - "execution_count": 55, + "execution_count": 67, "metadata": {}, "outputs": [ { @@ -174,7 +174,7 @@ }, { "cell_type": "code", - "execution_count": 56, + "execution_count": 68, "metadata": {}, "outputs": [ { @@ -199,8 +199,8 @@ } ], "source": [ - "# save_image(X_1_recons,0,\"sat\")\n", - "# save_image(X_2_recons,0,\"job\")\n", + "save_image(X_1_recons,1,\"sat\")\n", + "save_image(X_2_recons,1,\"job\")\n", "show_image(X_1_recons)\n", "show_image(X_2_recons)" ]