Skip to content
New issue

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

SLSQP choose next target needs to pass in mode #288

Open
deanthedream opened this issue Nov 25, 2021 · 1 comment
Open

SLSQP choose next target needs to pass in mode #288

deanthedream opened this issue Nov 25, 2021 · 1 comment
Labels

Comments

@deanthedream
Copy link
Collaborator

mode = list(filter(lambda mode: mode['detectionMode'] == True, allModes))[0]

@deanthedream
Copy link
Collaborator Author

basically we are default selecting the next target to be determined by the detection mode... this is obviously an issue when there are multiple instruments that are things like a coronagraph. choose_next_target informs a wait time of when the mission should advance time to to make the next observation.

@dsavransky dsavransky added the bug label Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants