You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you interested in pull requests which expand the scope and generality of this package? In particular, we would add some expected header keywords to the HeaderSchema class from the IVOA Spectrum Data Model such as RA, Dec, Aperture, Specband, Spec_val, Spec_BW, TDMIN1, TDMAX1. Would you want to see these additions in a pull request or would you prefer we make our own custom HeaderSchema class for spectra?
The text was updated successfully, but these errors were encountered:
kelle
changed the title
Expand to Spectrum1D datamodel?
Expand to expect keywords from the IVOA Spectrum data model?
Mar 31, 2023
Ahhh, ok. So, I could have a module like common_headers where I could define the SpectrumHeader class and then
SpectrumHeader.verify_header('my_header')
would check both the keywords I added to the SpectrumHeader class and the keywords in the HeaderSchema? Am I understanding the way this works correctly?
Are you interested in pull requests which expand the scope and generality of this package? In particular, we would add some expected header keywords to the HeaderSchema class from the IVOA Spectrum Data Model such as RA, Dec, Aperture, Specband, Spec_val, Spec_BW, TDMIN1, TDMAX1. Would you want to see these additions in a pull request or would you prefer we make our own custom HeaderSchema class for spectra?
The text was updated successfully, but these errors were encountered: