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

Replace healpy with astropy-healpix and add new API to directly support SkyCoord objects #25

Merged
merged 17 commits into from
Apr 29, 2024

Commits on Apr 25, 2024

  1. Move solar_cut argument from the ZodiPy class to the binned function …

    …signatures, as these really only make sense in that context (I think). Also, start the migration from healpy to astropy-healpix
    MetinSa committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ce4ac11 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Use angular separation instead of cone search. Turns out healpix-cone…

    … search is much slower than to just compute the angular separation between the pointing
    MetinSa committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    0bf63f8 View commit details
    Browse the repository at this point in the history
  2. Add tests for skycoord api

    MetinSa committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    b484d74 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    771a576 View commit details
    Browse the repository at this point in the history
  2. Update pyproject stubs

    MetinSa committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    f6ef2bc View commit details
    Browse the repository at this point in the history
  3. "test mypy precomit"

    MetinSa committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    13cf38d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    824edbd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2062d48 View commit details
    Browse the repository at this point in the history
  6. Updates docs

    MetinSa committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    53a1a1f View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    a46cb20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2eea4be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b85fa59 View commit details
    Browse the repository at this point in the history
  4. Update example

    MetinSa committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    805f0ab View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    d053282 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d49729 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    333b3f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57056e2 View commit details
    Browse the repository at this point in the history