Update annotations

This commit is contained in:
2024-04-09 03:43:17 +02:00
parent 283fa781e5
commit fed5698e84
2 changed files with 47 additions and 2 deletions

View File

@@ -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)