-
Notifications
You must be signed in to change notification settings - Fork 0
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
Use get_effective_t_ccd #309
Conversation
Though all the uglier parts are probably where we need review... |
Just wondering if it is possible to use the Anyway, having said that, what you have here will work just fine and I'm OK with it. PITEOG. |
Oh, and if you go with the current approach then I agree you should just close #310. |
Though #310 just moves things in the right direction and could go as well. It might be a good first step toward working with an ACACatalogTable in starcheck anyway. |
Also, whatever we do what do you think about testing? I have played both with changing all of the temperatures (just adding 2 degrees in the original assignments) and played with changing the planning limits to something lower to use old schedules. |
Replace get_acq_catalog with get_aca_catalog and cleanup
That testing is fine. |
I looked more at getting the effective temperatures back from the ACACatalogTable, but given we would like this for this week, I'm thinking of just not fiddling more with changing the API of anything that goes across the Perl / Python divide. Is this approved for now with the PITEOG in mind? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go! The implementation can be beautified later.
Use get_effective_t_ccd
Starcheck needs the effective_t_ccd a bunch of places anyway, so I'm not sure if we win anything by doing the get_aca_catalog transition. I'll work that in another branch.
Of course, if I'm calling get_effective_t_ccd, the trick is to confirm I'm not accidentally calling it twice on any input temperature.