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

Pipeline to compute angular correlation function #8

Closed camposandro closed 2 months ago

camposandro commented 2 months ago

Implements the pipeline to compute the angular correlation for a catalog using the natural estimator. Closes #4 and addresses part of #6 (we are just missing the redshift / projected correlation functions).

Code Quality

github-actions[bot] commented 2 months ago
Before [9ff6cbf1] After [022b47da] Ratio Benchmark (Parameter)
3.10±0.4s 1.83±0.4s ~0.59 benchmarks.time_computation
3.85k 1.19k 0.31 benchmarks.mem_list

Click here to view all benchmarks.

codecov-commenter commented 2 months ago

Codecov Report

Attention: Patch coverage is 85.34483% with 17 lines in your changes missing coverage. Please review.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Files Coverage Δ
src/corrgi/alignment.py 100.00% <100.00%> (ø)
src/corrgi/estimators.py 100.00% <100.00%> (ø)
src/corrgi/corrgi.py 91.66% <91.66%> (ø)
src/corrgi/utils.py 88.88% <88.88%> (ø)
src/corrgi/parameters.py 78.12% <78.12%> (ø)
src/corrgi/dask.py 85.45% <85.45%> (ø)