-
Notifications
You must be signed in to change notification settings - Fork 19
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
ASAD method for polarization #240
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
|
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.
I haven't had time to review it yet, but I just want to add a comment to remind us to merge #232 first (a dependency to this PR)
I tested the jupyter-notebook and was able to run it through the end. |
Closing and reopening this PR to update the list of files changed after merging #232 |
Hi @eneights. Thanks for working on this. I finally went through all of your code, sorry for taking so long. In summary, this is working fine, but I do want to request a couple of changes for FullDetectorResponse before merging.
I created a PR to your PR implementing the changes above. Please check that it still works as you intended, and if so, once merged with your branch we can merge this PR. I do have other comments for
We could open an issue with these for future reference if you don't plan to continue working on the ASAD method for now. |
I think the tests failing are related to the new ori format after this PR was created: I added dummy orbital information to your test ori file in my PR to you PR, hopefully that should solve it. |
Thanks @israelmcmc! Your changes to FullDetectorResponse look good to me. And I agree with all of your feedback; I'll make those changes when I start working on this. I opened issue #275 to keep track of these. |
This includes a class for polarization fitting using the azimuthal scattering angle distribution (ASAD) method, and an example notebook which fits the polarization of a GRB. It's currently able to handle a point source which is stationary with respect to the detector, and a stationary spacecraft orientation.