firecrown.likelihood.gauss_family.statistic.two_point.apply_ells_min_max#
- firecrown.likelihood.gauss_family.statistic.two_point.apply_ells_min_max(ells, Cells, indices, ell_min, ell_max)[source]#
Apply the minimum and maximum ell values to the ells and Cells.
- Parameters:
ells (
ndarray[Any,dtype[int64]]) –Cells (
ndarray[Any,dtype[float64]]) –indices (
Optional[ndarray[Any,dtype[int64]]]) –ell_min (
Optional[int]) –ell_max (
Optional[int]) –
- Return type:
tuple[ndarray[Any,dtype[int64]],ndarray[Any,dtype[float64]],Optional[ndarray[Any,dtype[int64]]]]