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
Uncal files contain fits headers formatted based on the keyword dictionary including "sections":
Observation identifiers DATE-OBS= '2020-06-05' / [yyyy-mm-dd] UTC date at start of exposure
which I believe come from top file property titles like the following:
"observation" : { "title" : "Observation identifiers",
(aside: It's unclear at the moment how these relate to "Section" in the keyword definition)
"cal" files have similar sections
Observation identifiers DATE-OBS= '2019-10-15' / [yyyy-mm-dd] UTC date at start of exposure
However these are derived from the datamodel schemas:
stdatamodels/src/stdatamodels/fits_support.py
Lines 230 to 233 in 2c39853
stdatamodels/src/stdatamodels/jwst/datamodels/schemas/core.schema.yaml
Lines 156 to 157 in 2c39853
If we want these to agree we would benefit from having the kwtool compare these for differences.
kwtool
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uncal files contain fits headers formatted based on the keyword dictionary including "sections":
which I believe come from top file property titles like the following:
(aside: It's unclear at the moment how these relate to "Section" in the keyword definition)
"cal" files have similar sections
However these are derived from the datamodel schemas:
stdatamodels/src/stdatamodels/fits_support.py
Lines 230 to 233 in 2c39853
Using the "title" keyword in the schemas:
stdatamodels/src/stdatamodels/jwst/datamodels/schemas/core.schema.yaml
Lines 156 to 157 in 2c39853
If we want these to agree we would benefit from having the
kwtool
compare these for differences.The text was updated successfully, but these errors were encountered: