Skip to content
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

implement query_disc #35

Merged
merged 5 commits into from
Aug 11, 2017
Merged

implement query_disc #35

merged 5 commits into from
Aug 11, 2017

Commits on Aug 11, 2017

  1. Configuration menu
    Copy the full SHA
    57a7c82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12d6304 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2cbd87 View commit details
    Browse the repository at this point in the history
  4. widen the signature on most pixel functions

    Now we'll just try to convert each argument to Clong and call the Clong
    version in libchealpix. We no longer also try to wrap the Clonglong
    version of each function.
    
    This means, for example, the `nside` and `pixel` arguments no longer
    have to have the same type and we can accept that `query_disc` returns a
    `Vector{Cint}` instead of a `Vector{Int}`.
    mweastwood committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    a8da9c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b6cd09 View commit details
    Browse the repository at this point in the history