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

RAD-184: Update Individual Image Meta and Misc #487

Merged
merged 93 commits into from
Oct 29, 2024

Conversation

PaulHuwe
Copy link
Collaborator

Resolves RAD-184

Closes #486

This PR updated individual meta and misc and cleans up merge issues from the suite of L1 & L2 metadata update pull requests.

Tasks

  • Update or add relevant rad tests.
  • Update relevant docstrings and / or docs/ page.
  • Does this PR change any schema files?
    • Schema changes were discussed at RAD Review Board meeting.
  • Does this PR change any API used downstream? (If not, label with no-changelog-entry-needed.)
News fragment change types:
  • changes/<PR#>.feature.rst: new feature
  • changes/<PR#>.bugfix.rst: fixes an issue
  • changes/<PR#>.doc.rst: documentation change
  • changes/<PR#>.removal.rst: deprecation or removal of public API
  • changes/<PR#>.misc.rst: infrastructure or miscellaneous change

@PaulHuwe PaulHuwe marked this pull request as ready for review October 29, 2024 18:40
Copy link
Contributor

@mairanteodoro mairanteodoro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@schlafly schlafly merged commit 1d7078b into spacetelescope:main Oct 29, 2024
12 checks passed
the RCS is on, and "N/A" if the RCS is off.
anyOf:
- type: string
enum: ["A", "B", None]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

description says values can be "A", "B", or "N/A" but enum says "A", "B", None. I see this in more than one spot. Is something somewhere translating "N/A" to None?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tddesjardins We missed this in the doc - do you want to update the doc, or do you need changes in the schema?

type: integer
enum: [-1, 1]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if values can only be -1 and 1 then perhaps change the archive datatype from int to smallint

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

Successfully merging this pull request may close these issues.

Update Individual Image Meta and Misc
5 participants