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

Call gundam with dataframes #6

Closed delucchi-cmu closed 2 months ago

delucchi-cmu commented 3 months ago

Given two dataframes from LSDB, projected bins, and other correlation arguments, call gundam correlation counting.

This may necessitate calling fortran code from corrgi (or adding a new method to gundam to accept np arrays directly), instead of going through gundam's existing python API, as they rely on astropy.Table and will calculate the bin projection for each call.

camposandro commented 2 months ago

Corrgi is already able to compute the angular correlation counts, and it has been prepared to further wrap the redshift and projected functions. Closed by #8.