-
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
Optionally use MAUDE to get star data for find_attitude #14
Conversation
Consider using blobs instead of |
30066cc
to
9f322e6
Compare
The reason why this is still open is that maude requires authentication, and the web server is run by a separate user. That means we would need to decide to add credentials in that user's home directory or handla authentication within the web app. That is why there is PR #16 (WIP). |
@javierggt - I believe the web server user already has the right credentials. |
And I think the app should use those available credentials instead of requiring the user to enter them. And note the commit message in #16: "Include user auth for MAUDE (not quite working?)". |
tbl['YAG'] = [out[f"AOACYAN{ii}"] for ii in range(8)] | ||
tbl['ZAG'] = [out[f"AOACZAN{ii}"] for ii in range(8)] | ||
tbl['MAG_ACA'] = [out[f"AOACMAG{ii}"] for ii in range(8)] | ||
tbl.meta['date_solution'] = CxoTime(date).date |
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.
How about this?
tbl.meta['date_solution'] = CxoTime(results[0]['times'][-1]).date
Description
Optionally use MAUDE to get star data for find_attitude.
Closes #16
Closes https://github.com/sot/ska-projects/issues/51
Interface impacts
Adds a new field and functionality to the kadi
find_attitude
page.Testing
Unit tests
Functional tests
Star data
field and confirmed that MAUDE is used.