0

The following code generated an image:

norm = colors.LogNorm(1e-7, weights.max())
im = plt.imshow(weights,norm=norm,cmap=cm.jet)

I have access to the image, but not to the weights.

enter image description here

I want to be able to reconstruct the weights. Is there anyway to do so?

Maverick Meerkat
  • 4,814
  • 2
  • 40
  • 59
  • 3
    No trivially. The image has been resample with antialiasing, so pixels in the image are not pixels in the data. – Jody Klymak Jan 18 '22 at 12:14

0 Answers0