#49: Remove shift per color channel
This commit is contained in:
parent
77330e24d2
commit
675b01271a
@ -3,8 +3,7 @@ import matplotlib.pyplot as plt
|
||||
|
||||
fileName = 'mean_flat-field_nef_wavelet_blue'
|
||||
npArray = np.load(f'{fileName}.npy')
|
||||
npArrayMin = npArray.min()
|
||||
print(f'{npArrayMin=}')
|
||||
plt.imsave(f'{fileName}.png', npArray - npArrayMin)
|
||||
#plt.imshow(npArray - npArrayMin)
|
||||
plt.imsave(f'{fileName}.png', npArray)
|
||||
#plt.imshow(npArray)
|
||||
#plt.show()
|
Loading…
Reference in New Issue
Block a user