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
The aim is to run through a sequence of targets. This is useful for testing during commissioning or even for normal observing if, say we want to visit a calibration star, between two science observations of the same target.
Currently the POC scheduler always selects the highest-ranked (observable) target in its priority list, which might be the last target it just finished observing.
Instead in the sequence mode, we'd like to move onto another target even if the first one is still observable.
The text was updated successfully, but these errors were encountered:
Making a new constraint Sequencer (please give any suggestions for a better name) in constraints.py which will make sure that current_observation is not one of the entries in observed_list. I am not too sure what we want the get_score function to return but for __str__ I have just have return "Don't repeat observations".
The aim is to run through a sequence of targets. This is useful for testing during commissioning or even for normal observing if, say we want to visit a calibration star, between two science observations of the same target.
Currently the POC scheduler always selects the highest-ranked (observable) target in its priority list, which might be the last target it just finished observing.
Instead in the sequence mode, we'd like to move onto another target even if the first one is still observable.
The text was updated successfully, but these errors were encountered: