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

Method to project bins #4

Closed delucchi-cmu closed 4 months ago

delucchi-cmu commented 4 months ago

Given some set of desired bins using spherical/angular distances, project them into the same cartesian distance space that is used by gundam.

e.g.

def project_bins(original_bins: list[float]) -> list[float]