Commit 7271dd7f authored by Bryce Hepner's avatar Bryce Hepner

mostly just changes to the graphs

parent ca0ab1b7
This diff is collapsed.
...@@ -270,7 +270,7 @@ if __name__ == "__main__": ...@@ -270,7 +270,7 @@ if __name__ == "__main__":
images = remote_image_extractor(scenes) images = remote_image_extractor(scenes)
images = find_only_in_channel(images, "11") images = find_only_in_channel(images, "11")
# average_image = np.array(Image.open("Average_On_Channel(" + "11" + ").tiff")) # average_image = np.array(Image.open("Average_On_Channel(" + "11" + ").tiff"))
save_testable_images(images,"11",5) # save_testable_images(images,"11",5)
# plt.imshow(color_adjust(average_image),cmap='gray',vmin = 0, vmax=1) # plt.imshow(color_adjust(average_image),cmap='gray',vmin = 0, vmax=1)
# plt.show() # plt.show()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment