firecrown.generators.two_point.calculate_ells_for_interpolation#
- firecrown.generators.two_point.calculate_ells_for_interpolation(min_ell, max_ell)[source]#
See log_linear_ells.
- This method mixes together:
the default parameters in ELL_FOR_XI_DEFAULTS
the first and last values in w.
and then calls log_linear_ells with those arguments, returning whatever it returns.
- Parameters:
min_ell (
int) –max_ell (
int) –
- Return type:
ndarray[tuple[int,...],dtype[int64]]