fof 0.1.16

A fast and flexible friends-of-friends algorithm for idenitfying galaxy groups in redshift surveys. This crate holds the core functionality which can be wrapped in other languages.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod bijectivity;
pub mod completeness;
pub mod constants;
pub mod cosmology_funcs;
pub mod group_properties;
pub mod link_finder;
pub mod spherical_trig_funcs;
pub mod stats;
pub mod tree;

pub use cosmology_funcs::Cosmology;
pub use link_finder::find_links;