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

mostly just changes to the graphs

parent ca0ab1b7
Loading
Loading
Loading
Loading
+315 −102

File changed.

File size exceeds preview limit.

+1 −1
Original line number Diff line number Diff line
@@ -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()