dreye.gaussian_template#

dreye.gaussian_template(wavelengths, mean, std=30.0)[source]#

Create Gaussian filter template normalized to the max.

Parameters:
wavelengthsnp.ndarray

The wavelength array.

meanUnion[float, np.ndarray]

The mean of each filter.

stdUnion[float, np.ndarray], optional

The standard deviation of each filter, default is 30.

Returns:
np.ndarray

The filter templates as a numpy ndarray.