firecrown.likelihood.gauss_family.statistic.two_point.apply_ells_min_max

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 (None | ndarray[Any, dtype[int64]]) –

  • ell_min (None | int) –

  • ell_max (None | int) –

Return type:

tuple[ndarray[Any, dtype[int64]], ndarray[Any, dtype[float64]], None | ndarray[Any, dtype[int64]]]