You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: