firecrown.generators.two_point.apply_ells_min_max#
- firecrown.generators.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[tuple[int,...],dtype[int64]]) –Cells (
ndarray[tuple[int,...],dtype[float64]]) –indices (
None|ndarray[tuple[int,...],dtype[int64]]) –ell_min (
None|int) –ell_max (
None|int) –
- Return type:
tuple[ndarray[tuple[int,...],dtype[int64]],ndarray[tuple[int,...],dtype[float64]],None|ndarray[tuple[int,...],dtype[int64]]]