-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
effectsRelated to a ScopeSim effectRelated to a ScopeSim effect
Description
>>> sim = Simulation("MICADO")
>>> sim.settings["!OBS.filter_name_fw2"]
'Ks'
>>> sim.optical_train["filter_wheel_2"].current_filter.meta["name"]
'Ks'
>>> sim.optical_train["filter_wheel_2"].change_filter("H")
>>> sim.optical_train["filter_wheel_2"].current_filter.meta["name"]
'H'
>>> sim.settings["!OBS.filter_name_fw2"]
'Ks'This is a problem because other functionality (such as rectification) needs to access the current filter, and also the FITS header get the wrong filter name. Should be addressed in the scope of #561.
Metadata
Metadata
Assignees
Labels
effectsRelated to a ScopeSim effectRelated to a ScopeSim effect
Type
Projects
Status
📋 Backlog