We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
info
See: #1687 (comment) and #1686 (comment)
Schema contents displayed during info calls can result in breaks in formatting:
│ ├─exposure (Exposure) # Exposure information │ │ ├─id (int): 1 # Exposure id number within visit │ │ ├─type (str): WFI_IMAGE │ │ ├─start_time (Time) # UTC exposure start time
From this schema: https://github.com/spacetelescope/rad/blob/186144b27f05bf654b5cab2331fb66d15f932cb1/src/rad/resources/schemas/exposure-1.0.0.yaml#L7
Investigate additional schema contents cleanup prior to display for info calls. Specifically:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See: #1687 (comment)
and #1686 (comment)
Schema contents displayed during
info
calls can result in breaks in formatting:From this schema:
https://github.com/spacetelescope/rad/blob/186144b27f05bf654b5cab2331fb66d15f932cb1/src/rad/resources/schemas/exposure-1.0.0.yaml#L7
Investigate additional schema contents cleanup prior to display for
info
calls. Specifically:The text was updated successfully, but these errors were encountered: