eval_bspline_templates¶
- grizli.utils.eval_bspline_templates(wave, bspl, coefs)[source]¶
Evaluate B-spline templates at given wavelengths.
- Parameters
- wavearray-like
The wavelengths at which to evaluate the B-spline templates.
- bsplscipy.interpolate.BSpline
The B-spline object defining the basis functions.
- coefsarray-like
The coefficients of the B-spline basis functions.
- Returns
- array-like:
The evaluated B-spline templates at the given wavelengths.