-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add new strategy for getting on GRB bursts early #83
Comments
So I've been back-and-forth a bit on this, because it requires some changes to the underlying system. The idea is simple: we have some rapid exposures if we can get on early, and if not we fall back to the normal strategy. In fact we've been though this before, it's pretty similar to what I added in #52 and then removed in #75 for Swift and Fermi short alerts. We had the So now we have another proposal, again for a different strategy if we can get onto the target early. This time however it's even more complicated, because we want different exposure sets depending on how quickly we can observe. I could see allowing notices to pick multiple strategies, something like Having looked through the alert code, I think there might be a way around that by creating multiple To be honest, as I'm writing this out it feels more like the "correct" thing to do is definitely move the rank and ExposureSets to the strategies table. If it's the same set of targets then we should only have one So I've convinced myself, this needs a |
I never got around to adding this into #91, since it's waiting on https://github.com/GOTO-OBS/gtecs-obs/issues/99 which is a bit of a pain. So it's still a todo for now. |
Something like 5 sets 12x10s.
Valid for first ~15 minutes after the burst.
Want to skip refocus to save time? https://github.com/GOTO-OBS/gtecs-control/issues/660
ADD EXTRA NOTES
The text was updated successfully, but these errors were encountered: