Add show_mean_noise.py
This commit is contained in:
7
datasets/raise/show_mean_noise.py
Normal file
7
datasets/raise/show_mean_noise.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import numpy as np
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
npArray = np.load('mean.npy')
|
||||
npArrayMin = npArray.min()
|
||||
print(f'{npArrayMin=}')
|
||||
plt.imsave('np_array.png', npArray - npArrayMin)
|
||||
Reference in New Issue
Block a user