Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Widget locks up with certain FITS files #251

Open
pkgw opened this issue Oct 6, 2019 · 0 comments
Open

Widget locks up with certain FITS files #251

pkgw opened this issue Oct 6, 2019 · 0 comments

Comments

@pkgw
Copy link
Contributor

pkgw commented Oct 6, 2019

I used the following code to fetch FITS data and attempt to show them in pywwt:

img_list = SkyView.get_images(position='SN 2011FE', survey='SwiftXRTCnt', pixels=140)
img = img_list[0]
wwt.layers.add_image_layer(img)

Upon so doing, the widget locked up. The browser debug console showed an error about name is null. So, probably some missing metadata messing things up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant