-
Notifications
You must be signed in to change notification settings - Fork 22
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
RAD-184: Update Individual Image Meta and Misc #487
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
… RAD-93_WCSInfo
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…aulHuwe/rad into RAD-184_IMMandL1L2Updates
…o RAD-184_IMMandL1L2Updates
… RAD-184_IMMandL1L2Updates
…-86_ExposureProgram
… RAD-184_IMMandL1L2Updates
…to RAD-184_IMMandL1L2Updates
There was a problem hiding this 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.
the RCS is on, and "N/A" if the RCS is off. | ||
anyOf: | ||
- type: string | ||
enum: ["A", "B", None] |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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] |
There was a problem hiding this comment.
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
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
rad
tests.docs/
page.no-changelog-entry-needed
.)changes/
:echo "changed something" > changes/<PR#>.<changetype>.rst
(see below for change types).romancal
regression test (https://github.com/spacetelescope/RegressionTests/actions/workflows/romancal.yml) with this branch installed ("git+https://github.com/<fork>/rad@<branch>"
).roman_datamodels
utilities and tests.News fragment change types:
changes/<PR#>.feature.rst
: new featurechanges/<PR#>.bugfix.rst
: fixes an issuechanges/<PR#>.doc.rst
: documentation changechanges/<PR#>.removal.rst
: deprecation or removal of public APIchanges/<PR#>.misc.rst
: infrastructure or miscellaneous change