-
Notifications
You must be signed in to change notification settings - Fork 2
Add PointingProvider #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
Conversation
|
Hi @mreineck , sorry for the delay in my comments. This implementation looks very handy! One minor point: I see that |
|
Sure, that can be done easily! |
|
An implementation-detail question for @tskisner: what is the internal storage format for quaternions in TOAST? w,x,y,z or x,y,z,w? I'm trying to avoid confusion wherever possible, so I'd like to use the same order. |
|
I should perhaps note that functionality which is very similar to the In any case I'll use the (x,y,z,w) ordering for quaternions in my code to be compatible with |
|
Hello @mreineck , sorry for the delayed response. TOAST currently uses "scalar last" format, but there have been requests to support "scalar first" as well (used by Boost quaternions). Our issue for tracking that (which I just updated) is here: hpc4cmb/toast#335 |
|
Thanks! Scalar-last it is then, at least for the time being. |
sharp: add getters to sharp_geom_info
No description provided.