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
I think the header keyword to Image instance is being ignored because of this line.
importproseprint(prose.__version__)
fromproseimportImageimportnumpyasnpd=np.ones((512,512))
hdr=dict(FILTER='B')
print(Image(d, header=hdr).header)
# hack to get around the bugprint(Image(d, computed=(dict(fits_header=hdr))).header)
output:
3.3.1
END
{'FILTER': 'B'}
The text was updated successfully, but these errors were encountered:
I think the
header
keyword toImage
instance is being ignored because of this line.output:
3.3.1
END
{'FILTER': 'B'}
The text was updated successfully, but these errors were encountered: