-
Notifications
You must be signed in to change notification settings - Fork 18
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
PR 180 + pllim edits #183
PR 180 + pllim edits #183
Conversation
acstools/focus_diverse_epsfs.py
Outdated
@@ -0,0 +1,460 @@ | |||
"""This module contains two functions that provide | |||
means to programmatically query the `ACS/WFC | |||
Focus-Diverse ePSF Generator <acspsf.stsci.edu>`_ API. |
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.
https://acspsf.stsci.edu does not work. Is this a real URL?
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.
this URL will be set to live once the module is available on acstools
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.
OK, chicken and egg then. I guess we can merge ignoring the failing link check job.
"Python 3.12 with remote data" (devdeps) job failure is unrelated. |
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.
One other general question - do we actually save the log or do the warnings/errors print to the screen?
@gsanand , can you also please respond to this question from Jenna?
|
it looks like they print to the screen |
to clarify this option
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.
Looks good to me!
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.
Everything looks great. Nice work!
This is my edits on top of #180 by @gsanand . I was working off his branch that was already rebased on top of latest master (his original branch was outdated). And then realized too late I cannot easily open a PR to his PR in that state. And GitHub (rightfully) refused to let me force push to his fork's master branch, which he created the PR from (not recommended to create PR from fork's master but that is neither here nor there...).
Please review, @gsanand and @jryon . There are some things I am not sure about, search for "FIXME" in my diff to see them.