Galactic coordinates are named differently depending on whether one instantiates a WCAxes from a FITS header (glon/glat) or creates a Galactic overlay (l/b). This is due to the difference in convention between FITS headers and the coordinate attributes for the astropy Galactic frame.
It might be worth simply always supporting both notations?
Galactic coordinates are named differently depending on whether one instantiates a WCAxes from a FITS header (
glon
/glat
) or creates a Galactic overlay (l
/b
). This is due to the difference in convention between FITS headers and the coordinate attributes for the astropy Galactic frame.It might be worth simply always supporting both notations?
cc @Cadair