-
Notifications
You must be signed in to change notification settings - Fork 0
Add monitors and target_offset attributes to ACACatalogTable #328
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
Conversation
@jskrist - this is an API stub you should be able to work with. |
@taldcroft , I confirmed that this change allows the Let me know if you have any specific changes you'd like me to implement on the MATLAB side, or if there is anything you'd like me to test there. |
The Obsid 22333 has a large target offset (120 arcsec), so is a good test case (see also sot/sparkles#138).
With the new code if you supply the correct target offset (including dynamical offset) then the target roll suggestions from sparkles should have the exact ACA attitude as would come from ORviewer. Currently it always assumes zero target offset. |
I see. I have never tried to combine two different PRs in a local branch for testing before. I will be looking into the target_offset in MATLAB today to ensure it contains the dynamic offset you mentioned, and then I may get the PR you mentioned to test it out. |
About the different PRs, one way is checking out both branches in your local git repos then |
Thanks for the tip 👍 |
Ready for final review, now including some tests of the API. |
Merging now. If this has a problem in integration then we'll fix. |
Description
This goes along with sot/sparkles#106 and partially addresss #305.
Testing