-
Notifications
You must be signed in to change notification settings - Fork 4
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
Clarify x/y vs p/q #11
Comments
I have added note about x and y.
Both x/y and p/q are along with north-west/north-east axis, but p/q run on [0, 1] while x/y run on [0, nside). |
Is it useful / needed to have both
And you're not offering a Is this extra clip in If it's possible without loosing functionality, I'd suggest removing the |
OK. let's do so.
Ah..., they seem to be not needed. |
@michitaro - I'm still in the process of reading the HEALPix papers, using your code to try to fully understand.
This list of variable names and descriptions is very helpful:
https://github.com/michitaro/healpix/blob/master/src/index.ts#L4
You do sometimes use x/y, but those are not defined in the list.
Note that you have
tu2fpq
andfxy2tu
, so maybe x/y and p/q are the same?Is it possible to make the notation more consistent; or to clarify what x/y are in that list?
The text was updated successfully, but these errors were encountered: