Open
Description
I noticed while working on #142 that although the cursor is always labeled as RA/Dec it is not necessary actually RA/Dec. In the ginga implementation the sample image has a WCS in galactic coordinates and that is what the cursor displays. I don't know that that is wrong, necessarily, but it is incorrect to label it as RA/Dec.
Seems like there are a couple of options:
- always display RA/DEC (ICRS? other?), converting as necessary.
- Display whatever coordinates the WCS is in, with appropriate names for the lat/lon.
@pllim -- you may want to check what the imviz
viewer currently does. This question above is probably an API question rather than an implementation decision.