Commit eb82c903 authored by Kelly Chang's avatar Kelly Chang

delete

parent 7ca6a8bd
......@@ -17,7 +17,6 @@ import os
import sys
from PIL import Image
print("hi")
def file_extractor(dirname="/media/elphel/SSD3-4GB/lwir16-proc/captures/teasdale/scenes"):
files = os.listdir(dirname)
......@@ -83,7 +82,7 @@ if __name__ == '__main__':
surrounding.append(image[ind1+i, ind1+j])
diff.append(np.max(surrounding)-np.min(surrounding))
print("Hello World")
......
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