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

FIREFLY-1607: Server-side implementation of Healpix index #1668

Merged
merged 2 commits into from
Nov 26, 2024

Conversation

loitly
Copy link
Contributor

@loitly loitly commented Nov 8, 2024

Ticket: https://jira.ipac.caltech.edu/browse/FIREFLY-1607

  • create deg2pix UDF
  • create HealpixProcessor
  • create HealpixProcessorTest
  • enable json error log for better duckdb error message

- create deg2pix UDF
- create HealpixProcessor
- create HealpixProcessorTest
- enable json error log for better duckdb error message
@loitly loitly requested a review from robyww November 8, 2024 19:11
@loitly loitly self-assigned this Nov 8, 2024
Copy link
Contributor

@robyww robyww left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, I am really impressed. Implementing the healpix pixel computation as a sql function!

I have no idea how any of it works or how you are thinking we will use it; so we need to talk and you can walk me though your ideas.

I am guessing somewhere you return healpix index and counts at some level… I don’t know if there is a place that takes a query for a set of indexes.

Anyway we need to talk about it when I get back. I have some specific ideas what the calls should look like.

I am fine if you want to merge or you can wait until I get back. After we talk you might need to do a second PR.

END AS pixel
FROM step_f
);

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WOW!

@loitly loitly marked this pull request as ready for review November 26, 2024 19:27
@loitly loitly merged commit 66b7b51 into dev Nov 26, 2024
@loitly loitly deleted the FIREFLY-1607-healpix-index branch November 26, 2024 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants