Commit 596da333 authored by Bryce Hepner's avatar Bryce Hepner
Browse files

deleted many files and testing code

parent fe1a66d3
Loading
Loading
Loading
Loading

1626032610_393963_0.xcf

deleted100644 → 0
−364 KiB

File deleted.

+0 −0
Original line number Diff line number Diff line
+2 −0
Original line number Diff line number Diff line
@@ -172,10 +172,12 @@ def create_testable_images(images, selected_channel, quantity_of_images):
        # average_image = Image.fromarray(average_image)

    sftp_client.close()

def save_new_gauss():
    """\
    creates gaussian kernel with side length `l` and a sigma of `sig`
    """
    
    # x,y = np.mgrid[-1:1:.003125, -1:1:.003125]
    x,y = np.mgrid[-1:1:.44, -1:1:.44]
    print(x.shape)
Loading