lincc-frameworks-mask-incubator / corrgi

Fast 2-point correlation estimation with LSDB and gundam
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Wrap the correlation function estimators #23

Open camposandro opened 2 months ago

camposandro commented 2 months ago

The auto-correlation functions accept the Natural, Hamilton, Landy-Szalay and Davis-Peebles estimators, while the cross-correlation functions only accept the Davis-Peebles estimator.

We also need to consider that the projected correlation estimator routines in Fortran are suffixed with "_wrp": tpcf is used for non-projected auto-correlations, tpcf_wrp is used for projected auto-correlations, tpccf is used for non-projected cross-correlations, tpccf_wrp is used for projected cross-correlations).