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

mostly just changes to the graphs

parent ca0ab1b7
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -270,7 +270,7 @@ if __name__ == "__main__":
images = remote_image_extractor(scenes)
images = find_only_in_channel(images, "11")
# 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.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