You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the lines referenced below, NAXIS1 represents the width of the image and NAXIS2 represents the height. We can get these dimensions from the jp2 metadata (via glymur.Jp2k) instead of getting them from the fits header (self._data).
In the lines referenced below, NAXIS1 represents the width of the image and NAXIS2 represents the height. We can get these dimensions from the jp2 metadata (via
glymur.Jp2k
) instead of getting them from the fits header (self._data
).api/install/helioviewer/jp2parser.py
Lines 63 to 64 in 8932a79
The text was updated successfully, but these errors were encountered: