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

Pyramid smart pyramid selection #100

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

markasoftware
Copy link
Member

@markasoftware markasoftware commented Mar 21, 2023

Chooses the pyramid with the smallest sum of distances, which makes matching fast and less likely to have duplicates.

(Need to get back to campus to add a test file i forgot to commit, then this is pretty much ready to go. Could be optimized further by sorting catalog on X coordinate to find nearby stars faster, but that's only a big deal when there are very many stars, and there's a separate issue for that anyway)

(Also split IdentifyPyramid into its own function. In order to do Bayesian stuff, will probably need to modify it again to be parametrized based on pattern size).

I think pyramiditerator is a-ok now, but pyramid itself (possibly my new optimization of it?) has
some problems...
Forgot to commit the actual test file for this stuff, so it's sitting on my desktop near
campus...will need to get that before merging.
@markasoftware
Copy link
Member Author

(Also should test when spectrality is nearly zero before merging)

@markasoftware markasoftware force-pushed the pyramid-smart-pyramid-selection branch from ec23b7d to c19296d Compare April 9, 2023 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant