Remove no more relevant print
in show_mean_noise.py
This commit is contained in:
parent
5c1f346f2e
commit
807f586841
@ -3,7 +3,6 @@ import matplotlib.pyplot as plt
|
||||
|
||||
fileName = 'mean_flat-field_nef_wavelet_blue'
|
||||
npArray = np.load(f'{fileName}.npy')
|
||||
print(f'{npArrayMin=}')
|
||||
plt.imsave(f'{fileName}.png', npArray)
|
||||
#plt.imshow(npArray)
|
||||
#plt.show()
|
Loading…
Reference in New Issue
Block a user