Commit 27fd135f4121294d37a88c88bd68d879dc96ebc7

Authored by David Mayerich
2 parents ed3d7d30 f3de42f8

merged Python changes

python/classify.py
@@ -182,7 +182,6 @@ def envi_batch_predict(E, C, batch=10000): @@ -182,7 +182,6 @@ def envi_batch_predict(E, C, batch=10000):
182 RGB = class2color(Cv) 182 RGB = class2color(Cv)
183 plt.imshow(RGB) 183 plt.imshow(RGB)
184 plt.pause(0.05) 184 plt.pause(0.05)
185 - Fv = E.loadbatch(batch) 185 + Fv = E.loadbatch(batch)
186 i = i + 1 186 i = i + 1
187 bar.update(len(Tv)) 187 bar.update(len(Tv))
188 - return RGB  
189 \ No newline at end of file 188 \ No newline at end of file
python/spectral.py renamed to python/stim_spectral.py