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
Hi All, I think we should have the option to instantiate a generic spectrograph
currently this is not possible for cases where 'INSTRUME' didn't get written to the header.
I'd like to be able to access things like standard header cards or whatever
I think the load_spectrograph(None) should return this generic spectrograph instead of None
Right now if I try:
from pypeit.spectrographs.spectrograph import Spectrograph
spectrograph = Spectrograph()
returns errors because it cannot validate the meta data model
Thoughts?
The text was updated successfully, but these errors were encountered:
Hi All, I think we should have the option to instantiate a generic spectrograph
currently this is not possible for cases where 'INSTRUME' didn't get written to the header.
I'd like to be able to access things like standard header cards or whatever
I think the load_spectrograph(None) should return this generic spectrograph instead of None
Right now if I try:
from pypeit.spectrographs.spectrograph import Spectrograph
spectrograph = Spectrograph()
returns errors because it cannot validate the meta data model
Thoughts?
The text was updated successfully, but these errors were encountered: