-
Notifications
You must be signed in to change notification settings - Fork 1
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
PREOPS-3639: support setting custom prenight tabs from a file specified on the command line #10
Conversation
It looks good in a notebook and I can add a new custom plot. |
Your invocation looks fine. There are now options to specify the file names and start date on the command line, but entering them interactively in the page is still just fine (and I expect it to be the normal way to use it).
The app really should not get confused by the user changing the date or file names. If it does, that's a bug.
Can you put the test_opsim.db and test_scheduler.pickle.xz files you are using somewhere on the USDF I can see them?
|
Done (and demo'd with Eric my problem). |
I don't know if that was the difference or if it was rebooting my machine (which removed that stale Jupyter notebook server which wasn't actually running) but this works now even with custom tabs using That said, I think there's something still a bit off about loading up the visits from the right night if you change it .. |
I haven't been able to reproduce this with your example files. I did find and fix a different bug, though: after changing the date, depending on the size and aspect ratio of your browser window, the horizon coordinates plot would sometimes only show half of the sky after the change of date. I suspect this is actually a panel bug, but I did find a way to work around it. |
So .. I tried it again today. I think what might have been happening is that it's just really slow. |
These changes should also close PREOPS-3600.