We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In imexam/ginga_viewer.py, line 24 in commit b397573, there this line that fails:
wcsmod.use('AstropyWCS')
I believe that it should be:
wcsmod.use('astropy')
It does fix the import failure, but I have no idea if the rest of the code works. I just got fed up of seeing this error when I import imexam:
Ginga not installed, use other viewer, or no viewer
I have ginga installed and I'm not even using it and this error shows up all the time.
(Not submitting a PR because as I say above, I don't know if it breaks things afterwards, I just know that it fixes the import error.)
The text was updated successfully, but these errors were encountered:
Same as #252
Sorry, something went wrong.
No branches or pull requests
In imexam/ginga_viewer.py, line 24 in commit b397573, there this line that fails:
I believe that it should be:
It does fix the import failure, but I have no idea if the rest of the code works. I just got fed up of seeing this error when I import imexam:
I have ginga installed and I'm not even using it and this error shows up all the time.
(Not submitting a PR because as I say above, I don't know if it breaks things afterwards, I just know that it fixes the import error.)
The text was updated successfully, but these errors were encountered: