Update annotations
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import numpy as np
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
npArray = np.load('mean.npy')
|
||||
npArray = np.load('mean_rafael_arw_png_sky_wavelet.npy')
|
||||
npArrayMin = npArray.min()
|
||||
print(f'{npArrayMin=}')
|
||||
plt.imsave('np_array.png', npArray - npArrayMin)
|
Reference in New Issue
Block a user