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

DM-42003: Fix UCD errors in SDM schemas #170

Merged
merged 2 commits into from
Dec 12, 2023
Merged

Commits on Dec 11, 2023

  1. Fix simple misspelling of UCD annotation

    This corrects the misspelling of 'ime:duration' to 'time:duration'.
    JeremyMcCormick committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    074c0d1 View commit details
    Browse the repository at this point in the history
  2. Fix incorrect UCDs in imsim schema

    This corrects the syntax of UCDs that included invalid words according
    to the UCD1+ controlled vocabulary. The corrections were straighforward
    aside from changing 'pos.eq.ra_dec_Cov' to
    'stat.covariance;pos.eq.ra;pos.eq.dec'. This correction indicates that
    the column represents the complex covariance between the two positional
    measurements, which are listed explicitly with two different words.
    JeremyMcCormick committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    5dcb3bd View commit details
    Browse the repository at this point in the history