imexam icon indicating copy to clipboard operation
imexam copied to clipboard

problem with ginga import

Open KathleenLabrie opened this issue 1 year ago • 1 comments

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.)

KathleenLabrie avatar Jun 06 '23 03:06 KathleenLabrie

Same as #252

Universebenzene avatar Jun 06 '23 05:06 Universebenzene