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

Native Frame case: example file mixup in GLON|GLAT spec #6

Open
mcdittmar opened this issue Mar 2, 2021 · 1 comment
Open

Native Frame case: example file mixup in GLON|GLAT spec #6

mcdittmar opened this issue Mar 2, 2021 · 1 comment

Comments

@mcdittmar
Copy link
Collaborator

In the DATA:
column 4 = values ~0.3, range +/-90, therefore is Galactic latitude (b)
column 5 = values ~342, range 0:360, therefore is Galactic longitude (l)

FIELD 4 = specs for LONGITUDE, with DESCRIPTION for latitude
FIELD 5 = specs for LATITUDE, with DESCRIPTION for longitude

<FIELD name="GLON" ucd="pos.galactic.lon" datatype="double" width="12" precision="E5" unit="deg"><!-- ucd="POS_GAL_LON" -->
<DESCRIPTION>[-90/90] Source position, Galactic latitude (equinox J2000, epoch J2000) (gal_b)</DESCRIPTION>
</FIELD>
<FIELD name="GLAT" ucd="pos.galactic.lat" datatype="double" width="12" precision="E5" unit="deg"><!-- ucd="POS_GAL_LAT" -->
<DESCRIPTION>[0/360] Source position, Galactic longitude (gal_l)</DESCRIPTION>
</FIELD>

@lmichel
Copy link
Collaborator

lmichel commented Mar 4, 2021

Thanks, this will be fixed at the next PR

lmichel pushed a commit that referenced this issue Mar 10, 2021
update to ivoa master
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

2 participants