Skip to content
Snippets Groups Projects
Commit 62b6830a authored by LeGuen Yann's avatar LeGuen Yann
Browse files

Update StateDiagram.py

parent d7c32287
No related branches found
No related tags found
No related merge requests found
......@@ -191,8 +191,6 @@ Params.__repr__ = lambda self:'Params:\n'+tabulate(self._asdict().items())
communParam = None
DarkIm = np.array([])
rawImages = {}
bkgImage = {}
......@@ -209,8 +207,6 @@ for subDir in dirList:
if prop not in bkgImage:
bkgImage[prop] = []
bkgImage[prop].append(im)
elif "Dark" in filename:
DarkIm = im
else:
if prop not in rawImages:
rawImages[prop] = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment