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

Decomposing query -> data vectors #37

Open
cavemanloverboy opened this issue May 21, 2023 · 0 comments
Open

Decomposing query -> data vectors #37

cavemanloverboy opened this issue May 21, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@cavemanloverboy
Copy link

In several applications which require evaluation of isotropy, such as cosmology, one needs not only the distances to queries but the full K-dimensional vector pointing from the query to the data point (or some projections of this vector). For simulation boxes, these projections are axis-aligned. For other applications like lightcone simulations or halo/galaxy catalogs in spherical coordinates, the directions of projection (i.e. line-of-sight and transverse) are not axis-aligned.

I'd like to add these types of queries. They can be gated behind #[cfg(feature = "cosmology")] to not interfere with the rest of the codebase.

@sdd sdd added the enhancement New feature or request label Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants