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

json for some boss_drp metadata missing column names #273

Closed
havok2063 opened this issue Sep 24, 2024 · 0 comments · Fixed by #275
Closed

json for some boss_drp metadata missing column names #273

havok2063 opened this issue Sep 24, 2024 · 0 comments · Fixed by #275
Assignees
Labels
bug Something isn't working

Comments

@havok2063
Copy link
Collaborator

havok2063 commented Sep 24, 2024

Some of the JSON metadata for boss_drp.boss_spectrum is incorrect, for the column_name. It looks like it accidentally has a description. e.g.

    {
      "schema": "boss_drp",
      "table_name": "boss_spectrum",
      "column_name": "ivar of Flux of Template in UGRIZ",
      "display_name": "SPECTROSYNFLUX_IVAR",
      "sql_type": "real[]",
      "description": "Inverse variance of SPECTROSYNFLUX",
      "unit": "None"
    },

These are the columns I could find that seemed off to me, but perhaps there are more:

  • Catalog DEC
  • CatalogID from V0
  • CatalogID from V0.5
  • Flux of Sky in UGRIZ
  • SP1 red Exposure Time
  • ivar of Flux of Template in UGRIZ

@Sean-Morrison can you have another look through and fix any issues you find?

@havok2063 havok2063 added the bug Something isn't working label Sep 24, 2024
@Sean-Morrison Sean-Morrison linked a pull request Oct 2, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants